Skip to content

v1.0.0 — Claude Code Plugin Framework

Choose a tag to compare

@ali5ter ali5ter released this 18 Mar 20:47
· 13 commits to main since this release

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.json for native plugin distribution
  • Add agents/coach.md (agent ID: pair-programmer:coach)
  • Replace install script with deprecation notice
  • Update README with plugin install commands and new agent ID
  • Add .markdownlint.json

Breaking Changes

  • install script is gone — use /plugin install commands instead
  • agent/pair-programmer.md renamed to agents/coach.md
  • Agent ID changes from pair-programmer to pair-programmer:coach