Complete navigation for Claude Code Tresor documentation.
New to Claude Code Tresor? Start here:
- Installation Guide → - Install Claude Code Tresor (5 minutes)
- Getting Started → - Your first workflow (10 minutes)
- FAQ → - Common questions answered
Comprehensive guides for all users:
-
Installation Guide → - Complete installation instructions
- Full installation (all components)
- Selective installation (skills, agents, or commands only)
- Verification steps
- Common installation issues
-
Getting Started → - First-time user walkthrough
- Understanding skills, agents, and commands
- Your first workflow
- Learning path (4 weeks)
- Common patterns
-
Configuration Guide → - Configure skills, agents, and commands
- Skills configuration (YAML frontmatter)
- Agents configuration (YAML frontmatter or agent.json)
- Commands configuration (command.json)
- Environment variables
- Advanced configuration
-
Troubleshooting → - Fix common issues
- Installation issues
- Skills not activating
- Agents not found
- Commands not working
- Configuration errors
- Performance issues
-
Migration Guide → - Upgrade between versions
- Version compatibility
- v1.0 → v2.0 migration
- Breaking changes
- Rollback procedures
- Testing after migration
-
Contributing Guide → - Contribute to Claude Code Tresor
- How to contribute
- Creating skills
- Creating agents
- Creating commands
- Pull request process
- Code of conduct
Complete technical documentation for skills, agents, and commands:
- Skills Reference → - Complete skills documentation
- Skills configuration specification
- 8 autonomous skills documented
- YAML frontmatter schema
- Configuration best practices
- Troubleshooting skills
8 Skills Available:
- code-reviewer - Real-time code quality checks
- test-generator - Test coverage suggestions
- git-commit-helper - Conventional commit messages
- security-auditor - OWASP Top 10 vulnerability scanning
- secret-scanner - API key/secret detection
- dependency-auditor - CVE checking for dependencies
- api-documenter - OpenAPI spec generation
- readme-updater - README update suggestions
- Agents Reference → - Complete agents documentation
- Agents configuration specification
- 8 specialized agents documented
- YAML frontmatter schema
- Invocation best practices
- Agent coordination patterns
8 Agents Available:
- @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 Reference → - Complete commands documentation
- Commands configuration specification
- 4 essential commands documented
- command.json schema
- Parameter reference
- Workflow orchestration
4 Commands Available:
- /scaffold - Project/component scaffolding
- /review - Automated code review
- /test-gen - Test generation
- /docs-gen - Documentation generation
- FAQ → - Frequently asked questions
- What is Claude Code Tresor?
- Skills vs. agents vs. commands?
- Installation and setup
- Configuration and customization
- Troubleshooting
- Contributing
- Migration
Advanced workflows and integration patterns:
-
Git Workflow → - Complete branching strategy
- Git Flow (dev → main)
- Branch naming conventions
- Conventional commits
- PR workflow
- Release workflow
- Hotfix workflow
-
Quick Reference → - Git workflow cheat sheet
- Daily workflow
- Release workflow
- Hotfix workflow
- Common commands
- GitHub Automation → - CI/CD automation system
- 5 core workflows
- Branching strategy
- Conventional commits
- Branch protection rules
- Testing workflows
- Troubleshooting
- Agent-Skill Integration → - Multi-tier validation
- 3-tier architecture
- Strategic agent-skill pairing
- Implementation guide
- Key innovations
- Testing integration
- Best practices
Historical documentation (no longer maintained):
- Archive → - Obsolete documentation
- Test Archive → - Historical test files
- Planning Archive → - Historical planning documents
Additional resources outside this repository:
- Gist: Claude Code Tresor v2.0 - Feature highlights and marketing copy
- GitHub Repository - Source code and issues
- GitHub Discussions - Community forum
- GitHub Issues - Report bugs
- GitHub Discussions - Ask questions
Complete documentation directory structure:
documentation/
├── README.md # This file (master index)
├── guides/ # User guides
│ ├── installation.md # Installation instructions
│ ├── getting-started.md # First-time user walkthrough
│ ├── configuration.md # Configuration guide
│ ├── troubleshooting.md # Troubleshooting guide
│ ├── migration.md # Version migration guide
│ └── contributing.md # Contributing guide
├── reference/ # Technical reference
│ ├── skills-reference.md # Skills technical reference
│ ├── agents-reference.md # Agents technical reference
│ ├── commands-reference.md # Commands technical reference
│ └── faq.md # Frequently asked questions
├── workflows/ # Workflow documentation
│ ├── git-workflow.md # Git branching strategy
│ ├── quick-reference.md # Git workflow cheat sheet
│ ├── github-automation.md # GitHub Actions automation
│ └── agent-skill-integration.md # Agent-skill integration guide
└── archive/ # Historical documentation
├── README.md # Archive index
├── tests/ # Test archive
│ └── README.md
└── planning/ # Planning archive
└── README.md
- ✅ All guides complete - 6 user guides (installation, getting-started, configuration, troubleshooting, migration, contributing)
- ✅ All reference docs complete - 4 reference documents (skills, agents, commands, FAQ)
- ✅ All workflow docs complete - 4 workflow documents (git-workflow, quick-reference, github-automation, agent-skill-integration)
- ✅ Archive complete - All obsolete files archived with documentation
- ✅ Cross-references validated - All internal links verified
Total files: 18 documentation files
- 6 user guides
- 4 technical reference docs
- 4 workflow documents
- 4 archive/navigation files
Reduction achieved: From 27+ files → 18 comprehensive files (33% reduction)
Found an issue or want to improve documentation?
- Report Issue → - Report documentation bugs
- Contributing Guide → - Documentation contribution guidelines
- GitHub Discussions → - Suggest improvements
Author: Alireza Rezvani License: MIT Repository: https://github.com/alirezarezvani/claude-code-tresor Version: 2.0.0 Last Updated: November 7, 2025
Need help? Start with the FAQ → or ask in GitHub Discussions →