A collection of generally applicable Claude commands, agents, and settings that can be used across different software projects.
This repository provides a curated set of reusable components for Claude Code:
- Commands - Common development workflows and tasks
- Agents - Specialized AI assistants for specific domains
.claude/
├── commands/ # Reusable command definitions
└── agents/ # Specialized agent configurations
To use these components in your project:
- Copy the relevant
.claude/directory contents to your project - Customize commands and settings for your specific needs
- Leverage the pre-configured agents for specialized tasks
- lint - Code linting and formatting
- test - Running test suites
- build - Building and compilation
- commit - Git commit workflows
- branch - Branch management
- orchestrate - Complex multi-step workflows
- plan - Task planning and breakdown
- healthy-run - Health checks and validation
Feel free to add new commands, agents, or settings that would be useful across multiple projects. Keep configurations general and avoid project-specific details.