A world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and prompts that supercharge your development workflow
npx skills add https://github.com/alirezarezvani/claude-code-tresor --skill api-documenterInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
A world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and prompts that supercharge your development workflow.
Author: Alireza Rezvani
Created: September 16, 2025
Updated: December 17, 2025 (v2.7.0 - Tresor Workflow Framework)
Quality: 9.7/10 (Exceptional)
License: MIT
Repository: https://github.com/alirezarezvani/claude-code-tresor
Major Release - 10 New Orchestration Commands + Tresor Workflow Framework!
/audit, /vulnerability-scan, /compliance-check/profile, /benchmark/deploy-validate, /health-check, /incident-response/code-health, /debt-analysis/subagents/ (133 total agents)Quality Excellence Release - Achieved 9.7/10 exceptional quality rating!
Backward Compatible - No breaking changes from v2.5.0
Agent Reorganization & Extension - 141 agents organized by team and function!
subagents/ directory with 10 color-coded team categoriesBREAKING CHANGES (v2.5.0 only):
@architect โ @systems-architect@code-reviewer โ @config-safety-reviewer@debugger โ @root-cause-analyzerClaude Code Tresor is the ultimate collection of professional-grade utilities for Claude Code users. Whether you're a solo developer or part of a team, this repository provides battle-tested tools that integrate seamlessly into your development workflow.
๐ก Ecosystem Tip: Looking for more? Check out the Claude Code Skill Factory to build custom skills, or browse the Claude Skills Library for pre-built professional domain packages. See Related Projects for details.
๐ Complete Augmentation Guide - Comprehensive guide with FAQs, use cases, and installation instructions
๐ Deep Dive
Development Commands (4):
| Command | Purpose | Example Usage |
|---|---|---|
/scaffold |
Generate project structures, components, and boilerplate | /scaffold react-component UserProfile --hooks --tests |
/review |
Automated code review with security and performance analysis | /review --scope staged --checks security,performance |
/test-gen |
Create comprehensive test suites automatically | /test-gen --file utils.js --coverage 90 |
/docs-gen |
Generate documentation from code and comments | /docs-gen api --format openapi |
Tresor Workflow Commands (5):
| Command | Purpose | Example Usage |
|---|---|---|
/prompt-create |
Generate optimized prompts for complex tasks | /prompt-create Build user authentication system |
/prompt-run |
Execute generated prompts in sub-agents | /prompt-run 001 --parallel |
/todo-add |
Capture ideas mid-conversation | /todo-add Fix performance issue in API |
/todo-check |
Review and work on captured todos | /todo-check |
/handoff-create |
Generate context handoff document | /handoff-create |
Orchestration Commands (10) - NEW in v2.7.0!
| Command | Purpose | Duration | Key Features |
|---|---|---|---|
/audit |
Comprehensive security audit | 2-4 hours | OWASP Top 10, pentesting, infrastructure review, RCA |
/vulnerability-scan |
CVE & dependency scanning | 30-60 min | NVD correlation, SAST, exploit detection, auto-fix |
/compliance-check |
Regulatory compliance validation | 1-2 hours | GDPR, SOC2, HIPAA, PCI-DSS, ISO 27001, CCPA |
| Command | Purpose | Duration | Key Features |
|---|---|---|---|
/profile |
Performance profiling | 15min-2h | Bottleneck analysis, Core Web Vitals, query optimization |
/benchmark |
Load testing | 5-30 min | Scenario generation, stress testing, capacity planning |
| Command | Purpose | Duration | Key Features |
|---|---|---|---|
/deploy-validate |
Pre-deployment validation | 10-20 min | Test suite, config safety, go/no-go decision |
/health-check |
System health verification | 5-15 min | Multi-layer checks, anomaly detection, alerting |
/incident-response |
Production incident coordination | 30min-2h | Emergency triage, RCA, blameless postmortem |
| Command | Purpose | Duration | Key Features |
|---|---|---|---|
/code-health |
Codebase quality assessment | 20-40 min | Quality metrics, test coverage, maintainability scoring |
/debt-analysis |
Technical debt identification | 30-60 min | Debt quantification, ROI prioritization, refactoring roadmap |
Expert-level assistance for complex development tasks:
| Agent | Expertise | Best For |
|---|---|---|
@config-safety-reviewer |
Configuration safety, production reliability | Pool sizes, timeouts, connection limits, magic numbers |
@test-engineer |
Testing strategies, test creation, QA | Unit tests, integration tests, coverage analysis |
@docs-writer |
Technical documentation, user guides | API docs, README files, troubleshooting guides |
@systems-architect |
System design, technology evaluation | Architecture reviews, design decisions, scalability |
@root-cause-analyzer |
Comprehensive RCA, systematic debugging | Production incidents, complex bugs, performance issues |
@security-auditor |
Security assessment, OWASP compliance | Security audits, vulnerability analysis, compliance |
@performance-tuner |
Performance optimization, profiling | Performance issues, bottleneck analysis, optimization |
@refactor-expert |
Code refactoring, clean architecture | Technical debt, code modernization, SOLID principles |
Total: 141 agents (8 core + 133 subagents) organized in subagents/ directory
Organized by team and function across 10 color-coded categories:
Quality: 9.7/10 (Exceptional - validated across all agents)
See: Complete Agent Catalog | Agent Index | Technical Reference
Automatic background helpers that work while you code:
| Skill | What It Does | Triggers On |
|---|---|---|
code-reviewer |
Real-time code quality checks | File edits, saves |
test-generator |
Suggests missing tests automatically | New functions, untested code |
git-commit-helper |
Generates commit messages from diff | git diff --staged |
security-auditor |
Detects vulnerabilities (SQL injection, XSS) | Auth code, API endpoints |
secret-scanner |
Blocks commits with exposed secrets | Pre-commit, API keys in code |
dependency-auditor |
Checks dependencies for CVEs | package.json changes |
api-documenter |
Auto-generates OpenAPI specs | API routes added |
readme-updater |
Keeps README current | Project changes, features |
Skills vs Agents: Skills work automatically in the background. Agents require manual invocation (@agent) for deep analysis.
Learn more: Skills Guide ยท Getting Started ยท Architecture
Ready-to-use prompts for common development scenarios:
Professional coding standards and style guides:
Complete workflow demonstrations:
v2.6.0 Quality Metrics:
Validation: All agents tested across 4 validation tiers - YAML, Content, Organization, Cross-References
Looking to extend your Claude Code capabilities further? Check out these companion repositories:
Build your own custom Skills and Agents at scale
A comprehensive toolkit for generating production-ready Claude Skills and Agents without starting from scratch. Perfect when you need specialized capabilities beyond what's available in pre-built collections.
Key Features:
Best For: Developers who need custom domain-specific capabilities, teams building proprietary workflows, or organizations requiring specialized AI tools tailored to their tech stack.
Use Case: "I need a skill that analyzes our company's specific Terraform patterns" โ Use Skill Factory to generate it
Production-ready skill packages for professional domains
A curated collection of specialized skill packages combining best practices, analysis tools, and strategic frameworks for various professional roles. Deploy expert-level capabilities immediately.
Available Collections:
Key Benefits:
Best For: Teams needing enterprise-grade expertise packages, professionals seeking domain-specific guidance, or organizations standardizing workflows across multiple roles.
Use Case: "I need comprehensive product management workflows with templates and frameworks" โ Use Claude Skills Library
New to Claude Code augmentation? Read the comprehensive guide with FAQs, installation instructions, and detailed use cases:
๐ Complete Augmentation Guide (GitHub Gist)
This guide answers:
| Your Need | Use This Repository |
|---|---|
| Ready-to-use utilities (scaffolding, code review, testing, docs) | Claude Code Tresor (this repo) |
| Build custom skills for your specific domain/tech stack | Skill Factory |
| Deploy pre-built expertise for professional roles | Skills Library |
Complete Workflow Example:
All three repositories are MIT licensed and maintained by Alireza Rezvani.
# Clone the repository
git clone https://github.com/alirezarezvani/claude-code-tresor.git
cd claude-code-tresor
# Run the installation script (installs skills + agents + commands)
chmod +x scripts/install.sh
./scripts/install.sh
What's installed:
First time? See GETTING-STARTED.md for 5-minute quick start.
# Copy skills to Claude Code directory
cp -r skills/* ~/.claude/skills/
# Copy commands to Claude Code directory
cp -r commands/* ~/.claude/commands/
# Copy agents to Claude Code directory
cp -r agents/* ~/.claude/agents/
# Copy resources for reference
cp -r prompts standards examples ~/claude-code-resources/
# Install only autonomous skills (v2.0+)
./scripts/install.sh --skills-only
# Install only slash commands
./scripts/install.sh --commands-only
# Install only agents
./scripts/install.sh --agents-only
# Install only resources (prompts, standards, examples)
./scripts/install.sh --resources-only
# Create a complete React application
/scaffold react-app my-project --typescript --tailwind --tests
# Generate API endpoints with tests
/scaffold express-api user-service --auth --database --tests
# Configuration safety review
@config-safety-reviewer Review database connection pool settings for:
- Pool size limits
- Timeout configurations
- Connection limit safety
- Magic numbers
# Security audit
@security-auditor Please review this component for:
- OWASP Top 10 vulnerabilities
- Authentication/authorization
- Input validation
# Automated PR review
/review --scope pr --checks security,performance,configuration
# Generate comprehensive tests
@test-engineer Create unit tests for this utility function with:
- Edge case coverage
- Error handling tests
- Performance benchmarks
# Automated test generation
/test-gen --file components/UserCard.tsx --framework jest
# Generate API documentation
/docs-gen api --format openapi --include-examples
# Create user guides
@docs-writer Create a user guide for this authentication system with:
- Setup instructions
- Usage examples
- Troubleshooting guide
claude-code-tresor/
โโโ ๐ README.md # This file - complete overview
โโโ โ๏ธ LICENSE # MIT License
โโโ ๐ค CONTRIBUTING.md # Contribution guidelines
โโโ ๐ GETTING-STARTED.md # 5-minute quick start guide
โโโ ๐๏ธ ARCHITECTURE.md # 3-tier system explanation
โโโ ๐ MIGRATION-GUIDE.md # Upgrade guide for existing users
โโโ
โโโ โจ skills/ # 8 Autonomous Skills (NEW v2.0!)
โ โโโ development/ # code-reviewer, test-generator, git-commit-helper
โ โโโ security/ # security-auditor, secret-scanner, dependency-auditor
โ โโโ documentation/ # api-documenter, readme-updater
โ โโโ README.md # Skills guide
โ โโโ TEMPLATES.md # Custom skill templates
โโโ
โโโ ๐ค agents/ # 8 Specialized Agents
โ โโโ code-reviewer/ # Code quality expert
โ โโโ test-engineer/ # Testing specialist
โ โโโ docs-writer/ # Documentation expert
โ โโโ architect/ # System design expert
โ โโโ debugger/ # Debugging specialist
โ โโโ security-auditor/ # Security expert
โ โโโ performance-tuner/ # Performance optimization
โ โโโ refactor-expert/ # Code refactoring
โโโ
โโโ โก commands/ # 4 Slash Commands
โ โโโ development/ # Project scaffolding and tools
โ โโโ testing/ # Test generation and analysis
โ โโโ documentation/ # Doc generation utilities
โ โโโ workflow/ # PR reviews and automation
โโโ
โโโ ๐ prompts/ # Prompt Templates
โ โโโ code-generation/ # Frontend & backend prompts
โ โโโ debugging/ # Error analysis prompts
โ โโโ architecture/ # System design prompts
โ โโโ best-practices/ # Code quality prompts
โโโ
โโโ ๐ standards/ # Development Standards
โ โโโ style-guides/ # Language-specific guides
โ โโโ git-workflows/ # Git best practices
โ โโโ templates/ # PR and issue templates
โโโ
โโโ ๐ก examples/ # Real-World Examples
โ โโโ workflows/ # Complete project workflows
โ โโโ integrations/ # Service integration examples
โ โโโ case-studies/ # Detailed project case studies
โโโ
โโโ ๐ฆ sources/ # Extended Source Library
โ โโโ agents/ # 200+ additional agents
โ โโโ slash-commands/ # Advanced command utilities
โโโ
โโโ ๐ง scripts/ # Utility Scripts
โโโ install.sh # Easy installation
โโโ update.sh # Update utilities
./scripts/install.sh (installs skills + agents + commands)/scaffold react-component TestComponent --tests@config-safety-reviewer for configuration safety, @security-auditor for security analysis@config-safety-reviewer, @security-auditor, @test-engineer for deep dives/review --scope staged, /test-gen --file utils.jsstandards/style-guides/javascript.mdstandards/git-workflows/conventional-commits.mdstandards/templates/ for consistencyexamples/ with your teamprompts/ for your needssources/CONTRIBUTING.md# Update all utilities
./scripts/update.sh
# Check for updates without applying
./scripts/update.sh --check
# Update specific components
./scripts/update.sh --commands-only
We welcome contributions from the community! Here's how to get involved:
git checkout -b feature/amazing-utilitystandards/ directorySee CONTRIBUTING.md for detailed guidelines.
This Repository:
Complete Ecosystem:
"Claude Code Tresor cut my React setup time from hours to minutes. The testing utilities alone saved me weeks of work!" - Sarah K., Frontend Developer
"Our code quality improved dramatically after implementing the standards and review workflows. PRs are now focused on logic, not style." - Mike R., Tech Lead
"We use Claude Code Tresor as our standard toolkit. It ensures consistency across all client projects and speeds up delivery." - Jennifer L., CTO
This project is licensed under the MIT License - see LICENSE for details.
Special thanks to developers worldwide who believe in sharing knowledge and tools to make development better for everyone.
examples/ directory for detailed guidesFor professional support, custom utilities, or team training:
If you find Claude Code Tresor valuable, please consider starring the repository! It helps others discover these utilities and motivates continued development.
Made with โค๏ธ by Alireza Rezvani
Empowering developers with world-class Claude Code utilities
๐ Get Started Now | ๐ View Examples | ๐ค Contribute