Commit Graph

3 Commits

Author SHA1 Message Date
claude[bot] 7b2105f7fb fix: add missing frontmatter to codebase-cleanup commands
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>
2026-04-17 12:53:58 +00:00
Seth Hobson 56848874a2 style: format all files with prettier 2026-01-19 17:07:03 -05:00
Seth Hobson 20d4472a3b Restructure marketplace for isolated plugin architecture
- 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/}
2025-10-13 10:19:10 -04:00