All three commands in the codebase-cleanup plugin had no YAML frontmatter,
causing them to silently fail registration in Claude Code. Added minimal
description frontmatter to each command.
Co-Authored-By: Claude Code <noreply@anthropic.com>
- Organize 62 plugins into isolated directories under plugins/
- Consolidate tools and workflows into commands/ following Anthropic conventions
- Update marketplace.json with isolated source paths for each plugin
- Revise README to reflect plugin-based structure and token efficiency
- Remove shared resource directories (agents/, tools/, workflows/)
Each plugin now contains only its specific agents and commands, enabling
granular installation and minimal token usage. Installing a single plugin
loads only its resources rather than the entire marketplace.
Structure: plugins/{plugin-name}/{agents/,commands/}