Cross-harness compatibility
v2.0.0 makes this skill collection cross-harness by default: Codex, Gemini CLI, Cursor, Copilot CLI, OpenCode, Antigravity, and Mistral Vibe, not just Claude Code. Skills now describe capabilities in prose rather than hardcoding tool names, and any generated config file includes real per-harness variants instead of a vague "adapt this yourself" note.
What's Changed
- fix(golang-lint): enable goimports formatter by @yebei199 in #85
- docs: make cross-harness portability the default for skill authoring by @samber in #91
- refactor: make skill bodies harness-neutral across the golang-* plugin by @samber in #93
- docs: fix remaining hardcoded tool references from a deep file-by-file audit by @samber in #94
- docs: name CLAUDE.md/AGENTS.md at every agent-config-file mention by @samber in #96
- Update README.md by @samber in #97
- chore: bump plugin to v2.0.0 and minor-bump every skill by @samber in #95
Other
- ci: bump astral-sh/setup-uv to v10 by @samber in #92
- chore(deps): bump actions/setup-go from 6 to 7 by @dependabot[bot] in #86
- chore(deps): bump DavidAnson/markdownlint-cli2-action from 23 to 24 by @dependabot[bot] in #87
New Contributors
Full Changelog: v1.9.1...v2.0.0