Files
Kazuki Yamada 31a954d53e refactor(plugins): Simplify marketplace.json and add metadata fields to plugin.json
This commit optimizes the plugin marketplace structure by following Claude Code's recommended pattern:
- Simplified marketplace.json to only contain required fields (name, source) and marketplace-specific fields (category)
- Added homepage and repository fields to all plugin.json files for better discoverability
- Removed redundant metadata from marketplace.json as it's already defined in each plugin's plugin.json

By setting strict: true (default), the marketplace delegates to plugin.json as the authoritative source,
following the DRY principle and reducing maintenance overhead.

Updated files:
- .claude-plugin/marketplace.json: Removed description, version, author, keywords, license, strict fields
- .claude/plugins/repomix-mcp/.claude-plugin/plugin.json: Added homepage and repository
- .claude/plugins/repomix-commands/.claude-plugin/plugin.json: Added homepage and repository
- .claude/plugins/repomix-explorer/.claude-plugin/plugin.json: Added homepage and repository
2025-10-25 15:27:01 +09:00
..