mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-20 00:53:29 +08:00
1.6 KiB
1.6 KiB
name, description, allowed_tools
| name | description | allowed_tools | |||||
|---|---|---|---|---|---|---|---|
| add-or-update-plugin-marketplace-system | Workflow command scaffold for add-or-update-plugin-marketplace-system in everything-claude-code. |
|
/add-or-update-plugin-marketplace-system
Use this workflow when working on add-or-update-plugin-marketplace-system in everything-claude-code.
Goal
Implements or refines the plugin marketplace system, including registry helpers, CLI scripts, JSON stubs, and documentation.
Common Files
scripts/lib/pluginRegistry.jsscripts/pluginMarketplace.jsscripts/pluginInstall.js.claude-plugin/marketplaces.json.claude-plugin/installed-plugins.jsontests/lib/pluginRegistry.test.js
Suggested Sequence
- Understand the current state and failure mode before editing.
- Make the smallest coherent change that satisfies the workflow goal.
- Run the most relevant verification for touched files.
- Summarize what changed and what still needs review.
Typical Commit Signals
- Edit or create scripts/lib/pluginRegistry.js for registry helpers
- Edit or create scripts/pluginMarketplace.js and/or scripts/pluginInstall.js for CLI commands
- Edit .claude-plugin/marketplaces.json and/or .claude-plugin/installed-plugins.json as stubs or for schema changes
- Update or add tests in tests/lib/pluginRegistry.test.js
- Update or create documentation in commands/plugin-marketplace.md and/or commands/plugin-install.md
Notes
- Treat this as a scaffold, not a hard-coded script.
- Update the command if the workflow evolves materially.