Reviews code for quality, structure, and correctness
Evaluates skill instructions against a test suite. Use when scoring a skill's compliance with its test cases, filling Result and Reason columns in a tests.md table.
Analyzes skill instructions for weaknesses across surface, behavioral, and adversarial tiers. Use when building or improving a test suite for a skill.
| ID | Scenario | Expected Behavior | Result | Reason |
Builds Claude Code skills, hooks, and MCP server integrations
Git commit workflow with enforced conventional commit style. Use when Claude needs to stage and commit changes, craft commit messages, or the user asks to commit, make a commit, or save their work. Ensures consistent commit message format, proper scoping, and atomic commits across the project.
Create and register Claude Code hooks (PreToolUse, PostToolUse) as Python scripts. Use when user wants to create a hook, add a pre-edit check, post-edit formatter, block file edits, or automate responses to tool use.
AI-powered code quality analysis for Python, Markdown, and Mermaid diagrams. Use this skill when: (1) reviewing code for quality issues, (2) checking Python files for PEP8 violations, unused code, missing type hints, docstring problems, complexity issues, or potential runtime errors, (3) validating Markdown documentation for broken links, heading structure, or formatting issues, (4) validating Mermaid diagram syntax, (5) the user asks for a "code review" or "quality check", (6) analyzing code snippets pasted in conversation, or (7) suggesting and applying fixes for code quality issues.
Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".
Orchestrate the full GitHub-issues-driven development lifecycle. 7-phase pipeline from brainstorm through PR with state tracking and cross-conversation resume. Use when user says "dev cycle", "development workflow", "full development pipeline", or invokes /dev-cycle.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that gives any project a fully configured AI development environment — 20 skills, methodology docs, agents, and hooks — picked up in seconds by pasting a URL.
Every project that uses Claude Code needs skills, hooks, settings, and development standards. Setting these up manually is repetitive and error-prone.
Claude Workflow is a Claude Code plugin that solves this. Paste the repo URL into Claude, pick a preset, and you get a fully configured environment with 20 skills, domain-specific agents, methodology docs, and hooks — installed automatically.
The plugin is organized into five presets for different project types (python-api, data-pipeline, full-stack, claude-tooling, analysis). Each preset is listed in .claude-plugin/marketplace.json and maps to a self-contained plugin directory under dist/. Claude reads this marketplace index and can install any preset on demand.
For teams using non-Claude agents (OpenAI, Cursor, etc.), the dist/ output can also be copied manually.
Paste the repo URL into Claude and tell it which preset you want:
https://github.com/cdcoonce/claude-workflow
Claude will read .claude-plugin/marketplace.json, find the available presets, and install the one you select into your project. No cloning or building required.
Available presets: python-api | data-pipeline | full-stack | claude-tooling | analysis
See Presets for what each one includes.
For non-Claude agents, copy the pre-built plugin directory directly into your project:
# Replace python-api with your chosen preset
cp -r dist/python-api/ /path/to/your-project/.claude/plugins/python-api/
The dist/ directories are self-contained — each one is a complete Claude Code plugin with .claude-plugin/plugin.json, skills, agents, hooks, settings, and a README.
Note: If
dist/is empty (it is gitignored), you need to build it first. See Development.
| Preset | Target | Preset Skills | Preset Agents | Key Conventions |
|---|---|---|---|---|
python-api | Lambda, FastAPI, Flask backends | deploy | api-builder, security-reviewer | Ruff linting, structured logging |
data-pipeline | ETL/ELT, SQL transforms, scheduled jobs | dagster-expert, dbt-expert | pipeline-builder, data-quality-reviewer | SQL lowercase, idempotent stages |
full-stack | React/Next.js + Python backend | — | frontend-builder, backend-builder, ux-reviewer | Dual test runners, fixture patterns |
claude-tooling | Claude skills, hooks, agents | — | skill-builder, skill-reviewer | Skill structure requirements |
analysis | Notebooks, R/Python scripts | — | analysis-builder | Reproducible seeds, documented assumptions |
npx claudepluginhub cdcoonce/claude-workflow --plugin claude-toolingETL/ELT pipelines, SQL transformations, scheduled data jobs
React/Next.js frontend + Python backend
Python backend services — Lambda, FastAPI, Flask
Notebooks, R/Python scripts, statistical analysis, exploratory work
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.
Unified capability management center for Skills, Agents, and Commands.
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Multi-agent orchestration system with MCP tools and Claude Code plugin agents. 51 specialized agents for development workflows, code quality, deployment, research, and more.
Anthropic Claude Agent SDK for autonomous agents and multi-step workflows. Use for subagents, tool orchestration, MCP servers, or encountering CLI not found, context length exceeded errors.