Skip to content

feat: add Claude Code plugin manifest for marketplace#74

Merged
George-iam merged 1 commit intomainfrom
feat/plugin-manifest-20260408
Apr 8, 2026
Merged

feat: add Claude Code plugin manifest for marketplace#74
George-iam merged 1 commit intomainfrom
feat/plugin-manifest-20260408

Conversation

@George-iam
Copy link
Copy Markdown
Contributor

Summary

Add plugin manifest for Anthropic Claude Code marketplace submission.

New files:

  • .claude-plugin/plugin.json — plugin metadata (name, description, author, homepage, license, keywords)
  • .mcp.json — MCP server config (committed, was untracked)

How it works:

  • /plugin install axme-code@marketplace → Claude Code installs MCP server from .mcp.json
  • MCP server starts automatically, tools become available
  • User still runs axme-code setup for full KB init + hooks (same as MongoDB plugin pattern)

Format matches official plugins (GitHub, MongoDB, Slack) in anthropics/claude-plugins-official.

Test plan

  • plugin.json valid JSON with all required fields
  • .mcp.json matches existing templates/mcp.json format
  • Build/lint/test unaffected (no code changes)

🤖 Generated with Claude Code

Add .claude-plugin/plugin.json with metadata (name, description,
author, homepage, keywords) and commit .mcp.json for plugin discovery.

Enables installation via `/plugin install axme-code@marketplace`
in Claude Code. MCP server starts automatically after install.
Users still need `axme-code setup` for KB init and hooks.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@George-iam George-iam merged commit 034573a into main Apr 8, 2026
@George-iam George-iam mentioned this pull request Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant