By panguin6010
Autonomous feature implementation with CI loop integration - implement features from branch creation through PR submission with automated test monitoring
npx claudepluginhub panguin6010/daisy-mode-plugin --plugin daisy-modeThis 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/
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.