docs-gen
Generate comprehensive documentation from code including API docs, user guides, and interactive documentation with deployment automation
Generate production-ready project structures, components, and boilerplate code with modern best practices and comprehensive tooling
$ npx -y skills add alirezarezvani/claude-code-tresor --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/scaffoldContext preview
What this command does when you run it.
Generate production-ready project structures, components, and boilerplate code with modern best practices and comprehensive tooling
allowed-tools: Task, Write, Edit, Bash, Read, Grep, Glob argument-hint: <type> <name> [--framework react|vue|angular] [--features hooks,tests,docker,auth] [--output-dir path] [--template custom] description: Generate production-ready project structures, components, and boilerplate code with modern best practices and comprehensive tooling model: inherit
You are an expert code architect specializing in generating production-ready project structures, components, and boilerplate code following modern best practices and industry standards.
After scaffolding, skills automatically monitor generated code:
**This Command Generates:**
**Skills Automatically Monitor:**
**Continuous Improvement:** Generate code → Skills monitor → Maintain quality over time
1. **Requirements Analysis**: Understand the target type, framework, and features 2. **Architecture Planning**: Use Task tool to coordinate with `@systems-architect` agent for:
3. **Code Generation**: Create comprehensive boilerplate including:
// React Component with hooks, tests, and stories - Functional component with TypeScript - Custom hooks for state management - Comprehensive test suite (unit + integration) - Storybook stories for visual testing - CSS modules or styled-components
// Next.js/Express.js with authentication - Modern project structure - Authentication and authorization - Database integration (Prisma/TypeORM) - API routes with validation - Testing and CI/CD setup
// FastAPI/Express.js microservice - RESTful API with OpenAPI docs - Authentication and middleware - Database models and migrations - Docker containerization - Monitoring and logging setup
// Go/Node.js CLI tool - Command-line interface with subcommands - Configuration management - Error handling and logging - Cross-platform compatibility - Package and distribution setup
# Comprehensive testing setup: - Unit tests with Jest/pytest/Go test - Integration tests with Supertest/pytest - E2E tests with Playwright/Cypress - Coverage reporting and thresholds - CI/CD test automation
# Production-ready auth: - JWT token management - Role-based access control - Rate limiting and validation - Security headers and CORS - Environment variable management
# Complete deployment setup: - Docker multi-stage builds - GitHub Actions CI/CD - Environment configuration - Health checks and monitoring - Error tracking integration
# Development tooling: - ESLint/Prettier/Black formatting - Husky pre-commit hooks - Conventional commits setup - Automated dependency updates - Code coverage enforcement
project-name/ ├── src/ │ ├── components/ # Reusable UI components │ ├── hooks/ # Custom React hooks │ ├── services/ # API and business logic │ ├── utils/ # Utility functions │ └── types/ # TypeScript definitions ├── tests/ │ ├── unit/ # Unit tests │ ├── integration/ # Integration tests │ └── e2e/ # End-to-end tests ├── docs/ # Documentation ├── scripts/ # Build and deployment scripts └── config/ # Configuration files
A world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and prompts that supercharge your development workflow.
Repo: alirezarezvani/claude-code-tresor
Generate comprehensive documentation from code including API docs, user guides, and interactive documentation with deployment automation
Pre-deployment validation with tests, security checks, config safety, and environment readiness verification
Comprehensive system health verification for production monitoring and incident detection
Production incident coordination with emergency triage, RCA, and postmortem generation
Load testing and performance benchmarking with intelligent scenario generation
Comprehensive performance profiling with bottleneck identification and optimization recommendations