Builds backend services with Node.js, databases, and APIs
Reviews code for quality, structure, and correctness
Builds frontend components with React, TypeScript, and modern CSS
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.
Rewrites Claude Code skills to fix failing test cases. Use when improving a SKILL.md based on annotated failure analysis from a QA Tester.
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 full-stackETL/ELT pipelines, SQL transformations, scheduled data jobs
Python backend services — Lambda, FastAPI, Flask
Developing Claude skills, hooks, agents, and template configurations
Notebooks, R/Python scripts, statistical analysis, exploratory work
Scaffold new projects and add features with best-practice templates
Essential development subagents for everyday coding tasks - backend, frontend, fullstack, mobile, and API design
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Full-stack orchestration with deployment, performance, security, and test automation
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.