Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:43 +08:00
commit 2b34b5aa74
25 changed files with 7414 additions and 0 deletions

14
commands/add-plugin.md Normal file
View File

@@ -0,0 +1,14 @@
---
description: Create a new Claude Code plugin with complete scaffolding
---
Delegate to the plugin-writer agent to create a new Claude Code plugin.
The plugin-writer will:
- Create proper directory structure with components at root (not in .claude-plugin/)
- Generate plugin.json with comprehensive metadata
- Write detailed README with installation and usage instructions
- **MUST delegate** component creation to specialized writer agents (never create components directly)
- Self-validate for Box Factory compliance before completing
- Follow plugin-design skill patterns for production-ready plugins
- Optionally register plugin in marketplace.json