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-tresorGuides for using ai agents skills like claude-code-tresor.
Last scanned: 5/8/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-08T05:58:00.777Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-code-tresor is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by alirezarezvani. A world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and prompts that supercharge your development workflow. It has 748 GitHub stars.
Yes. claude-code-tresor passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/alirezarezvani/claude-code-tresor" and add it to your Claude Code skills directory (see the Installation section above).
claude-code-tresor is primarily written in Shell. It is open-source under alirezarezvani on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-code-tresor against similar tools.
No comments yet. Be the first to share your thoughts!
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: