Releases: zabrodsk/claude-advisor-plugin
v1.0.2
Install now works end-to-end. Verified via the Claude Code CLI.
What's fixed since v1.0.0:
- Dropped invalid
skillsarray fromplugin.json— the schema expects auto-discovery from theskills/directory. - Switched plugin source to the
urlform with an explicit HTTPS URL so installs don't require SSH keys. - Added
metadata.descriptionand cleaned up redundant fields.
Install (run each line as a separate prompt in Claude Code):
/plugin marketplace add https://github.com/zabrodsk/claude-advisor-plugin.git
/plugin install advisor@claude-advisor-plugin
If you previously added an older version of the marketplace, refresh it first: /plugin marketplace update claude-advisor-plugin.
v1.0.1
Install fixes and clearer instructions.
What's fixed:
- Marketplace plugin source now uses the
urlform with an explicit HTTPS URL, so installs no longer require SSH keys configured for GitHub. - Marketplace schema corrected — previously failed validation with
plugins.0.source: Invalid input. - Added
metadata.descriptionso the marketplace shows a one-liner on listing.
Install (run each line as a separate prompt):
/plugin marketplace add https://github.com/zabrodsk/claude-advisor-plugin.git/plugin install advisor@claude-advisor-plugin
If you already added the marketplace under v1.0.0, run /plugin marketplace update claude-advisor-plugin first to pick up the schema fix, then install.
v1.0.0
Initial release of the Advisor Strategy plugin for Claude Code.
Install:
/plugin marketplace add zabrodsk/claude-advisor-plugin
/plugin install advisor@claude-advisor-plugin
The advisor skill activates a pattern where Opus reasons and reviews while Sonnet subagents handle all implementation work — mirroring Anthropic's advisor_20260301 API pattern at the orchestration layer.