claude-code-workflows
Structured AI workflows for designing, building, and reviewing code changes
All Skills in This Repository (30)
Pure Emerald Level Indicatorsai-development-guide
Apply technical decision criteria and anti-pattern detection to software quality workflows.
coding-principles
Define and apply language-agnostic coding principles for maintainability and readability.
frontend-ai-guide
Codify frontend decision criteria, anti-patterns, and quality-check workflows for React/TypeScript projects.
testing-principles
Standardize testing practices across languages with TDD and design patterns.
ai-development-guide
Applies backend technical decision criteria, anti-pattern detection, and quality gates to code reviews.
recipe-quality-profile
Creates repository-specific quality acceptance profiles in docs/project-context/quality.yaml after user confirmation.
recipe-implement
Orchestrates full-cycle implementation from requirements analysis through quality assurance and review.
coding-principles
Applies language-agnostic coding principles for maintainability, readability, and security during implementation and review.
recipe-design
Coordinates codebase analysis, ADR decisions, and Design Doc approval for implementation design.
external-resource-context
Records access methods for external resources like design sources, API schemas, and secret stores.
recipe-add-integration-tests
Generates and implements integration and E2E tests for existing code from Design Docs.
recipe-task
Executes development tasks using rule-advisor metacognitive analysis and dependency-ordered gates.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-workflows?โผ
Run `npx skills add shinpr/claude-code-workflows --all -g -y` in your terminal to install all workflow skills globally.
What does claude-code-workflows do?โผ
It gives Claude Code structured recipes that agree on scope before design, verify each task before commit, and independently review finished code for quality and security.
When should I use these workflows instead of plain Claude Code?โผ
Use them when a change needs scope agreement, durable design decisions, or independent verification. For small obvious fixes, plain Claude Code is enough.
Does it support frontend and full-stack projects?โผ
Yes. Separate plugins cover backend, React/TypeScript frontend, and combined full-stack changes with layer-aware task routing.
Can it document an existing codebase?โผ
Yes. The reverse-engineer recipe generates PRDs and Design Docs from existing code, then verifies them against the actual implementation.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core