Configurable Claude Code plugin for professional development workflows
npx claudepluginhub coolwuu/smart-dev-pluginConfigurable Claude Code plugin for professional development workflows. Bundles skills, agents, hooks, and automation into a single installable plugin.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
One plugin. Your entire dev workflow. Configured per-project.
42 skills | 59 agents | 11 hooks | 3 commands | 2 profiles
Project-specific conventions, build commands, and features — all opt-in via config.
| Feature | What it does | |
|---|---|---|
| :shield: | Safety hooks | Block rm -rf, git push --force, DROP TABLE — before they execute |
| :gear: | Config-driven conventions | Drop a JSON file, get project-specific rules injected every session |
| :repeat: | 9-phase dev workflow | Brainstorm → Plan → Implement → Review → Verify — enforced, not suggested |
| :busts_in_silhouette: | 59 specialist agents | Right model, right task — 51 sonnet, 7 opus, 1 haiku, all pre-configured |
| :floppy_disk: | Session continuity | Auto-handover saves state; resume picks up exactly where you left off |
| :zap: | Zero config start | Install and go — safety guards work immediately, no setup required |
# 1. Add the marketplace
/plugin marketplace add coolwuu/smart-dev-plugin
# 2. Install the plugin
/plugin install smart-dev@coolwuu-smart-dev-plugin
# 3. Verify
/plugin # → Installed tab shows smart-dev
That's it. Skills, agents, and hooks are available immediately.
The core workflow is dev-workflow — a structured 9-phase process from idea to merged code. Trigger it naturally:
"Start feature: add user authentication"
"I want to build a dark mode toggle"
"Let's implement the search API"
The workflow activates automatically when you mention building or implementing something. It walks you through:
| Phase | What happens | You do |
|---|---|---|
| 0 | Creates a git worktree + context file, runs explore | Describe the feature |
| 1 | Planning — generates proposal, specs, design, tasks | Approve each artifact |
| 2 | Reviews project conventions, checks readiness | Confirm |
| 3 | Implementation — TDD, subagent delegation, parallel execution | Write code / approve |
| 4 | Code review — dispatches reviewer agents in waves | Resolve findings |
| 5 | Refactoring pass — structural improvements | Approve changes |
| 6 | Summarization (optional) | Opt in |
| 7 | Retrospective (optional) | Opt in |
| 8 | Final verification, approval gate, commit/merge | Approve commit |
State is tracked in context.md — if a session ends mid-feature, just say "resume feature" and the workflow picks up where you left off.
Add to your project's CLAUDE.md to customize:
## Feature Development Workflow
**Phases:** 0,1,2,3,4,8
**TDD:** required
**FeatureDocsPath:** docs/features
| Option | Values | Default |
|---|---|---|
| Phases | 0-8 (comma-separated) | 0,1,2,3,8 |
| TDD | required / optional / none | optional |
| FeatureDocsPath | Path from repo root | Documentation/Requirements/Feature |
You don't have to use the full workflow. Every skill is independently invocable:
/smart-dev:auto-handover # Save session state before context runs out
/smart-dev:resume-handover # Resume from where you left off
/smart-dev:verify # Run your project's test/build/lint suite
/smart-dev:lesson # Capture a learning from this session
/smart-dev:dev-status # Quick git status overview
/smart-dev:codex # Delegate a task to OpenAI Codex CLI
/smart-dev:e2e-troubleshoot # 6-layer diagnostic ladder for E2E failures
/smart-dev:parallel-execution # Run multiple tasks via parallel subagents
/smart-dev:visual-ui-critique # Critique a UI screenshot
Even without configuration, these hooks fire automatically after installation:
rm -rf, git push --force, DROP TABLEmodel parameter