v1.0.0 — Claude Code Plugin Framework
What's New
This release introduces the pair-programmer agent as a Claude Code native plugin.
Install (inside Claude Code)
/plugin marketplace add ali5ter/claude-plugins
/plugin install pair-programmer@ali5ter
Usage
Start a session by declaring your assistance level:
claude --agent pair-programmer:coach
"Level 2: Scaffold an API client class for GitHub."
Or let main Claude auto-launch the agent when it detects patterns like "Level 2: scaffold X".
Changes
- Add
.claude-plugin/plugin.jsonfor native plugin distribution - Add
agents/coach.md(agent ID:pair-programmer:coach) - Replace
installscript with deprecation notice - Update README with plugin install commands and new agent ID
- Add
.markdownlint.json
Breaking Changes
installscript is gone — use/plugin installcommands insteadagent/pair-programmer.mdrenamed toagents/coach.md- Agent ID changes from
pair-programmertopair-programmer:coach