Help us improve
Share bugs, ideas, or general feedback.
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 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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/