npx claudepluginhub cdcoonce/claude-workflowNotebooks, R/Python scripts, statistical analysis, exploratory work
Developing Claude skills, hooks, agents, and template configurations
ETL/ELT pipelines, SQL transformations, scheduled data jobs
React/Next.js frontend + Python backend
Python backend services — Lambda, FastAPI, Flask
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 |
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.