Claude Code Workflows banner
groovy-web groovy-web

Claude Code Workflows

Development community

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

[![Built by Groovy Web](https://img.shields.io/badge/Built%20by-Groovy%20Web-0f3460?logo=github&logoColor=white)](https://www.groovyweb.co/?utm_source=github&utm_medium=readme&utm_campaign=claude-code-workflows) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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