Action-based development workflow skills with pluggable PM and notes adapters
Autonomous implementation worker for the dev-workflow pipeline. Wraps the start-development skill in an isolated subagent context. Dispatched by full-cycle / epic for the non-interactive development stage. Branches, implements with TDD, opens one PR per repo, and returns a flat key/value result. Use via subagent_type from an orchestrator — not for ad-hoc edits.
Autonomous rework worker for the dev-workflow pipeline. Wraps the address-pr-comments skill in an isolated subagent context. Dispatched by full-cycle / epic inside the review loop and test loop to implement requested changes on an existing PR's branch and reply to the review. Use via subagent_type from an orchestrator.
Per-task pipeline driver for the epic skill. Wraps full-cycle in an isolated subagent context so an epic can run each task end to end while keeping each task's work out of the epic orchestrator's context. CRUCIALLY retains the Agent tool (no `tools` restriction) so it can itself dispatch the per-stage workers (developer / reviewer / tester / fixer / spec-writer / pr-state-reader) as nested subagents — requires Claude Code v2.1.172+ for nesting. Use via subagent_type from the epic scheduler.
Read-only state probe for the dev-workflow pipeline. Used by full-cycle for entry/resume detection, resolving PR numbers linked to a story, and reading the authoritative review/test decision from GitHub, keeping raw PM/GitHub JSON out of the orchestrator context. It reads and returns exactly one line — it never edits, branches, or reviews. Use via subagent_type from an orchestrator.
Autonomous code-review worker for the dev-workflow pipeline. Wraps the review-pr skill in an isolated subagent context. Dispatched by full-cycle / epic for the review stage. Triggers a fresh dev build CI on current HEAD, runs the multi-perspective review, submits a formal GitHub review, and returns a flat key/value result. Use via subagent_type from an orchestrator.
Address PR review feedback in the current session — reads new comments, file-level inline comments, and review decisions since the last commit, then implements the required changes and replies to the PR with a summary of fixes. Use when a user asks to address PR comments, respond to review feedback, fix review notes, or iterate on a PR.
Use when a user wants to capture a feature idea as a formal story, create a ticket, write to the backlog, or says 'create a story', 'write a ticket', 'add to backlog', or describes a feature they want tracked.
Use when a large initiative must be decomposed into many coordinated tasks and driven to completion, when a user says 'epic', 'break this down', 'orchestrate this feature', 'run this whole initiative', or '/start epic', or provides a high-level multi-task feature summary that spans more than one PR or repo. Resumable: re-invoke against an existing epic slug to continue an interrupted run.
Drives the entire dev-workflow lifecycle end to end in order — create-story → write-spec → start-development → review-pr → test-pr — looping back through review and testing until both pass. Use when a user wants to run the whole development pipeline for a feature, take a story 'all the way through', or says 'full cycle', 'end to end', 'run the whole workflow', or '/start full-cycle'. Resumable: re-invoke at any point and it detects current story/PR state and enters at the correct stage.
Comprehensive multi-perspective PR review (Product Manager, Developer, QA, and Architect lenses) that compares implementation against story requirements and CI/CD results. Includes automatic first-review vs re-review mode detection. Always use this when a user asks to review a PR, check a pull request, or validate an implementation against requirements.
Matches all tools
Hooks run on every tool call, not just specific ones
Uses power tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
A marketplace of Claude Code plugins for software development teams.
| Plugin | Description |
|---|---|
| guardrails-git | Git/GitHub safety: branch protection, boilerplate blocking, timeout enforcement |
| guardrails-bash | Shell safety: blocks rm -rf, /tmp, cat/echo file writes, cd outside repo |
| guardrails-docker | Enforces timeout on docker build |
| guardrails-xcode | Enforces timeout on xcodebuild |
| notifications | macOS notifications when Claude completes tasks or needs attention |
| audit-trail | Logs every tool call to ~/.claude/logs/ for debugging and auditing |
| dev-workflow | Role-based development subagents with pluggable PM and notes adapters |
/plugin marketplace add MechanicalTyler/claude-quest
/plugin install <plugin-name>@claude-quest
npx claudepluginhub mechanicaltyler/claude-quest --plugin dev-workflowBash and shell safety guards for Claude: blocks rm -rf, /tmp usage, and unsafe gradle commands
Skills and utilities for maintaining and integrating with the claude-quest plugin marketplace
Logs every Claude Code tool call (input and output) to JSON files in ~/.claude/logs/ for auditability and debugging
Docker safety guards for Claude: enforces timeout on docker build commands
Passively watches every session for moments the agent didn't meet expectations, logs them, nudges /reflect at session end, and synthesizes root-cause-attributed improvement reports
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.