Claude Code Workflows
Description
Workflows, templates, and best practices for Claude Code in software development
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Workflows
[](https://www.groovyweb.co/?utm_source=github&utm_medium=readme&utm_campaign=claude-code-workflows) [](LICENSE)
A comprehensive collection of workflows, templates, and best practices for using Claude Code in software development.
Overview
This repository provides ready-to-use workflows, templates, and examples for maximizing productivity with Claude Code, Anthropic's official CLI for Claude. It covers common development scenarios, automation patterns, and team collaboration strategies.
Features
Workflow Categories
- Development Workflows: Feature development, refactoring, debugging
- Code Review: Automated review processes, PR templates
- Testing: Test generation, coverage analysis, TDD workflows
- Documentation: Auto-documentation, README generation
- DevOps: CI/CD pipelines, deployment workflows
- Migration: Codebase migrations, upgrade paths
Templates
- Project Templates: Quick-start project structures
- File Templates: Common file patterns
- Prompt Templates: Reusable Claude Code prompts
- Workflow Templates: Complete workflow definitions
Automation
- Scripts: Shell scripts for common tasks
- Aliases: Convenient command aliases
- Hooks: Git hooks and automation triggers
- Integrations: Third-party tool integrations
Quick Start
# Clone the repository
git clone https://github.com/groovy-web/claude-code-workflows.git
cd claude-code-workflows
# Install CLI tools (optional)
./scripts/install-tools.sh
# Browse workflows
ls workflows/
# Try a workflow
claude-code workflow workflows/feature-development.md
Repository Structure
claude-code-workflows/
├── docs/ # Documentation
│ ├── getting-started.md
│ ├── workflow-guide.md
│ └── best-pra
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development