文件历史

3 次代码提交

作者 SHA1 备注 提交日期
claude[bot] de27846495 fix: add missing frontmatter to framework-migration and c4-architecture commands
Three commands lacked YAML frontmatter and silently failed to register
in Claude Code. Added minimal description frontmatter to:
- framework-migration/commands/code-migrate.md
- framework-migration/commands/deps-upgrade.md
- c4-architecture/commands/c4-architecture.md

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-04-17 12:55:15 +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