---
slug: "claude-code-workflows"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/dgalarza/claude-code-workflows@main/README.md"
repo: "https://github.com/dgalarza/claude-code-workflows"
source_file: "README.md"
branch: "main"
---
# Claude Code Workflows

A collection of skills, agents, and workflows for Claude Code.

> **[YouTube](https://youtube.com/@damian.galarza)** | **[Newsletter](https://www.damiangalarza.com/newsletter?utm_source=github&utm_medium=readme&utm_campaign=claude-code-workflows)** | **[Blog](https://www.damiangalarza.com?utm_source=github&utm_medium=readme&utm_campaign=claude-code-workflows)**

---

## Quick Install

**Via npx (skills only):**
```bash
npx skills add dgalarza/claude-code-workflows --skill "tdd-workflow"
```

**Via Claude marketplace (skills, agents, bundles):**
```bash
/plugin marketplace add dgalarza/claude-code-workflows
/plugin install tdd-workflow@dgalarza-workflows
```

See [INSTALL.md](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/INSTALL.md) for full details.

---

## Featured: Agent-Ready Codebase Assessment

**Does your codebase support AI agent work — or fight against it?**

The [Codebase Readiness](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/codebase-readiness/README.md) plugin scores your repo across 8 dimensions (0-100) and tells you exactly where you stand — framed against teams shipping 1,000+ AI-generated PRs per week.

```bash
/plugin install codebase-readiness@dgalarza-workflows
/codebase-readiness
```

You get a band rating (Agent-Ready → Not Agent-Ready), a concrete improvement roadmap, and an optional saved report to share with your team. Not opinions — evidence gathered from your actual codebase.

Once you have your score, the [agent-ready](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/agent-ready/README.md) plugin fixes the documentation gaps automatically: CLAUDE.md, ARCHITECTURE.md, and docs/ structure following progressive disclosure patterns.

[Learn more →](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/codebase-readiness/README.md) | [See the full assessment details](https://www.damiangalarza.com/codebase-readiness/?utm_source=github&utm_medium=readme&utm_campaign=codebase-readiness) | [Get the Agent-Ready Codebase Playbook](https://www.damiangalarza.com/newsletter?utm_source=github&utm_medium=readme&utm_campaign=codebase-playbook) | [Want help improving your score?](https://www.damiangalarza.com/services/ai-enablement/?utm_source=github&utm_medium=readme&utm_campaign=claude-code-workflows)

---

## Skills

| Skill | Description |
|-------|-------------|
| [Codebase Readiness](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/codebase-readiness/README.md) | Score your repo's readiness for autonomous AI agent work |
| [Agent Ready](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/agent-ready/README.md) | Fix documentation gaps: scaffold CLAUDE.md, ARCHITECTURE.md, and docs/ |
| [TDD Workflow](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/tdd-workflow/README.md) | Test-driven development, one test at a time |
| [Conventional Commits](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/conventional-commits/README.md) | Structured commit messages |
| [Parallel Code Review](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/parallel-code-review/README.md) | Multi-agent code reviews |
| [Meeting Transcript](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/meeting-transcript/README.md) | Process transcripts into structured notes |
| [Gridfinity Planner](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/gridfinity-planner/README.md) | 3D printing baseplate planning |

## Agents

| Agent | Description |
|-------|-------------|
| [Cybersecurity Reviewer](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/cybersecurity-reviewer/README.md) | Security analysis and threat modeling |

## Bundles

| Bundle | Description |
|--------|-------------|
| [Rails Toolkit](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/plugins/rails-toolkit/README.md) | Complete Rails workflow with TDD, reviews, Linear integration |

If this helped you, give it a star — it helps others find it.

---

## Tips & Tricks

| Tip | Description |
|-----|-------------|
| [Use Worktrees for Parallel Agents](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/tips/worktrees-for-parallel-agents.md) | Run multiple Claude Code agents on the same codebase without conflicts |
| [Customize Your Status Bar](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/tips/customize-status-bar.md) | Configure the status bar to show model, tokens, and more |
| [Compact Context Proactively](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/tips/compact-context-proactively.md) | Keep Claude effective by compacting at the right times |
| [Structure Your CLAUDE.md Files](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/tips/structure-claude-md-files.md) | Give Claude the project context it needs |
| [Use Subagents for Focused Tasks](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/tips/use-subagents-for-focused-tasks.md) | Spawn specialized subagents for reviews, research, and more |
| [MCP Servers Worth Installing](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/tips/mcp-servers-worth-installing.md) | Linear, Memory, and Sentry integrations |
| [Plugins Worth Installing](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/tips/plugins-worth-installing.md) | Claudit configuration auditor and more |
| [Skills Worth Installing](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/tips/skills-worth-installing.md) | Frontend Design, Remotion video creation, and more |

---

## Configurations

- [Status Bar Setup](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/configs/status-bar.md)
- [MCP Server Recommendations](https://github.com/dgalarza/claude-code-workflows/blob/HEAD/configs/mcp-servers.md)

---

## Contributing

Found a bug? Have a workflow to share? PRs welcome.

## License

MIT

---

**Built by [Damian Galarza](https://www.damiangalarza.com?utm_source=github&utm_medium=readme&utm_campaign=claude-code-workflows)** - Former CTO, 15+ years in software. I make videos about Claude Code and AI development workflows.
