npx claudepluginhub panguin6010/daisy-mode-pluginAutonomous feature implementation with CI loop integration - implement features from branch creation through PR submission with automated test monitoring
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
This package contains everything you need to install Daisy Mode as a Claude Code plugin.
├── daisy-mode-plugin/ # The plugin files
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── commands/
│ │ └── daisy-mode.md # The /daisy-mode command
│ ├── hooks/
│ │ ├── hooks.json # Hook configuration
│ │ └── daisy-stop-hook.sh # CI monitoring hook
└── README.md # Plugin documentation
users install with:
/plugin add panguin6010/daisy-mode-plugin
Then use with:
claude --dangerously-skip-permissions "/daisy-mode []"
Daisy Mode enables autonomous feature implementation:
/daisy-mode Add JWT authentication<pr>123</pr> tagUsers need:
gh) authenticatedjq installed for JSON parsing.claude-plugin/plugin.jsonPlugin metadata and configuration. Tells Claude Code this is a plugin.
commands/daisy-mode.mdThe /daisy-mode command implementation. Contains the autonomous agent prompt.
hooks/hooks.jsonConfigures the BeforeStop hook that runs when users try to stop Claude.
hooks/daisy-stop-hook.shThe bash script that:
<pr>NUMBER</pr> from transcriptsRename commands/daisy-mode.md to commands/your-name.md
Edit the markdown in commands/daisy-mode.md
Edit hooks/daisy-stop-hook.sh to customize CI checking logic
Create additional .md files in commands/