Claude Code Tresor 🏆
A world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and prompts that supercharge your development workflow.

Also available on Smithery:

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
🎉 What's New in v2.7.0
Major Release - 10 New Orchestration Commands + Tresor Workflow Framework!
- 🚀 10 Orchestration Commands - Production-grade intelligent orchestration (12,682 lines of code)
- 🔒 Security:
/audit, /vulnerability-scan, /compliance-check
- ⚡ Performance:
/profile, /benchmark
- 🔧 Operations:
/deploy-validate, /health-check, /incident-response
- 📊 Quality:
/code-health, /debt-analysis
- 🤖 Intelligent Agent Selection - Auto-selects from 141 agents based on tech stack
- 🔄 Multi-Phase Orchestration - 3-4 phases with parallel & sequential execution
- 🛡️ Dependency Verification - Ensures safe parallel agent execution
- 🔄 Tresor Workflow Framework - Meta-prompting, todo management, context handoff
- 📦 Consolidated Structure - Unified agent directory in
/subagents/ (133 total agents)
Previous: v2.6.0 - Quality Excellence
Quality Excellence Release - Achieved 9.7/10 exceptional quality rating!
- 🎨 Design Category Transformation - Improved from 4.0 to 8.0/10 (+100% quality boost)
- 📚 12 Enhanced Examples - Added comprehensive usage examples to key agents
- 📋 Improved Consistency - Standard sections added to 9 specialized agents
- ✅ Best Practices - Added to config-safety-reviewer and security-auditor
- 🤝 Collaboration Guide - Cross-team workflow documentation created
- 📖 Streamlined Docs - Consolidated 21 files into 3 guides + archive
Backward Compatible - No breaking changes from v2.5.0
Previous Release: v2.5.0 (November 15, 2025)
Agent Reorganization & Extension - 141 agents organized by team and function!
- 🏗️ New Structure -
subagents/ directory with 10 color-coded team categories
- 📦 141 Total Agents - 8 core + 133 subagents across all development domains
- 🔄 Core Agent Renaming - systems-architect, config-safety-reviewer, root-cause-analyzer
- 🎨 Color Coding System - Visual team identification (10 team colors)
- 📚 Comprehensive Documentation - 450KB of guides, catalogs, and references
BREAKING CHANGES (v2.5.0 only):
@architect → @systems-architect
@code-reviewer → @config-safety-reviewer
@debugger → @root-cause-analyzer
🎯 What is Claude Code Tresor?
Claude 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.
🌟 Why Choose Claude Code Tresor?
- 🚀 Production-Ready: All utilities are tested and used in real-world projects
- 📚 Comprehensive: Covers the entire development lifecycle
- 🛠️ Easy Installation: One-command setup with automated updates
- 🎨 Customizable: Adapt templates to your specific needs and tech stack
- 👥 Team-Friendly: Includes collaboration guidelines and standards
- 📖 Well-Documented: Every component includes detailed examples and usage guides
💡 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
Want to understand the architecture behind this 141-agent setup?
✨ What's Included
🚀 Slash Commands (19 Total)
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 |
🤖 Core Agents (8 Production-Ready)
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 |
🌍 Extended Subagents (133 Specialists)
Total: 141 agents (8 core + 133 subagents) organized in subagents/ directory
Organized by team and function across 10 color-coded categories:
- 🔵 Engineering (54) - Backend, frontend, mobile, DevOps, security, testing, 16 languages
- 🏆 Leadership (14) - Finance, strategy, risk, compliance
- 🌱 Marketing (11) - Content, social media, growth, SEO
- 💜 Product (9) - Product management, requirements, research, analytics
- 🧠 AI/Automation (9) - AI/ML engineering, automation, prompt engineering
- 💙 Account/CS (8) - Account management, customer success, sales, support
- 🎨 Design (7) - UI/UX design, visual design, branding (9.7/10 quality ⭐)
- 🔶 Research (7) - Market research, competitive intelligence, data research
- 🌊 Operations (6) - Analytics, infrastructure, support
Quality: 9.7/10 (Exceptional - validated across all agents)
See: Complete Agent Catalog | Agent Index | Technical Reference
✨ Skills (8 Autonomous) - NEW!
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
📝 Curated Prompt Templates (20+)
Ready-to-use prompts for common development scenarios:
- Frontend Development: React, Vue, Angular, JavaScript/TypeScript
- Backend Development: APIs, databases, authentication, microservices
- Debugging & Analysis: Error analysis, performance troubleshooting