Skip to content

v1.4.1 -- Official Claude Code Plugin Structure

Latest

Choose a tag to compare

@AgriciDaniel AgriciDaniel released this 27 Mar 14:44

What's Changed

Restructured as an official Claude Code plugin for Anthropic marketplace submission.

Changed

  • Restructured as official Claude Code plugin (.claude-plugin/plugin.json manifest)
  • Added marketplace catalog (.claude-plugin/marketplace.json) for distribution via /plugin marketplace add
  • Moved banana/ to skills/banana/ (standard plugin layout)
  • Moved .claude/agents/ to agents/ (standard plugin layout)
  • Plugin install is now the primary installation method
  • Updated CI workflow, README, CLAUDE.md, CONTRIBUTING.md, and install.sh for new structure

Fixed

  • Git remote URL corrected from claude-banana to banana-claude
  • Removed firebase-debug.log from git tracking

Install

Plugin (recommended):

/plugin marketplace add AgriciDaniel/banana-claude
/plugin install banana-claude@banana-claude-marketplace

Standalone:

git clone --depth 1 https://github.com/AgriciDaniel/banana-claude.git
bash banana-claude/install.sh

Full Changelog: v1.4.0...v1.4.1