A world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and prompts that supercharge your development workflow
# Add to your Claude Code skills
git clone https://github.com/alirezarezvani/claude-code-tresorA 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, No comments yet. Be the first to share your thoughts!
/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: