Skip to content

Releases: zabrodsk/claude-advisor-plugin

v1.0.2

19 Apr 19:58

Choose a tag to compare

Install now works end-to-end. Verified via the Claude Code CLI.

What's fixed since v1.0.0:

  • Dropped invalid skills array from plugin.json — the schema expects auto-discovery from the skills/ directory.
  • Switched plugin source to the url form with an explicit HTTPS URL so installs don't require SSH keys.
  • Added metadata.description and 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

19 Apr 19:46

Choose a tag to compare

Install fixes and clearer instructions.

What's fixed:

  • Marketplace plugin source now uses the url form 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.description so the marketplace shows a one-liner on listing.

Install (run each line as a separate prompt):

  1. /plugin marketplace add https://github.com/zabrodsk/claude-advisor-plugin.git
  2. /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

19 Apr 17:54

Choose a tag to compare

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.