Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Production-ready modular Claude Code framework with 30+ commands, token optimization, and MCP server integration. Achieves 2-10x productivity gains through systematic command organization and hierarchical configuration.
| Date | Stars |
|---|---|
| 2026-07-31 | 285 |
| 2026-08-01 | 285 |
| 2026-08-06 | 285 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Claude Code Modular Framework A comprehensive, production-ready modular framework template for Claude Code that achieves 2-10x productivity gains through proven patterns, token optimization, and systematic development workflows. ## 🚀 Quick Start ### 1. Clone and Setup ```bash git clone https://github.com/your-username/claude-modular.git cd claude-modular cp templates/CLAUDE.md.template CLAUDE.md # Edit CLAUDE.md with your project-specific details ``` ### 2. Initialize Your Project ```bash # Copy the .claude directory to your project root cp -r .claude /path/to/your/project/ # Customize configuration for your environment cd /path/to/your/project/.claude/config # Edit settings.json, development.json, etc. ``` ### 3. Start Using Commands ```bash # In your project with Claude Code /project:setup-environment /project:create-feature user-authentication /test:generate-tests /dev:code-review ``` ## 📚 Features ### ✅ Token Optimization (50-80% savings) - **Progressive disclosure** - Load only necessary context - **Modular instructions** - Just-in-time command loading - **Context compression** - Efficient context management - **Smart boundaries** - Automatic context switching ### ✅ 20+ Production-Ready Commands - **Project Management** - Feature creation, component scaffolding - **Development Workflow** - Code review, refactoring, debugging - **Testing Automation** - Test generation, coverage analysis - **Deployment** - Release preparation, staging deployment, rollback - **Documentation** - API docs, README updates, architecture review ### ✅ Environment-Specific Configuration - **Development** - Relaxed rules, verbose logging - **Staging** - Quality gates, review requirements - **Production** - Strict security, multi-factor auth ### ✅ Security-First Design - **Secret scanning** prevention - **Permission validation** for sensitive operations - **Audit logging** for compliance - **Environment variable** management ## 🏗️ Architecture ### Directory Structure ``` your-project/ ├── .claude/ # Framework configuration │ ├── config/ # Environment-specific settings │ │ ├── settings.json # Base configuration │ │ ├── development.json # Dev environment │ │ ├── staging.json # Staging environment │ │ └── production.json # Production environment │ └── commands/ # Modular command library │ ├── project/ # Project management │ ├── development/ # Development workflow │ ├── testing/ # Testing automation │ ├── deployment/ # Deployment operations │ └── documentation/ # Documentation generation ├── CLAUDE.md # Your project-specific configuration └── [your project files] ``` ### Command Structure Each command follows a proven XML structure: ```xml <instructions> <context>When and why to use this command</context> <requirements>Prerequisites and dependencies</requirements> <execution>Step-by-step implementation</execution> <validation>Quality checks and acceptance criteria</validation> <examples>Concrete usage examples</examples> </instructions> ``` ## 📖 Command Reference ### Project Management - `/project:create-feature` - Full feature scaffolding with tests and docs - `/project:scaffold-component` - Component creation with boilerplate - `/project:setup-environment` - Development environment initialization ### Development Workflow - `/dev:code-review` - Structured code review with automated analysis - `/dev:refactor-analysis` - Code improvement recommendations - `/dev:debug-session` - Systematic debugging and problem solving ### Testing - `/test:generate-tests` - Comprehensive test suite generation - `/test:coverage-analysis` - Test coverage assessment and improvement - `/test:integration-tests` - Integration test creation and execution ### Deployment - `/deploy:prepare-release` - Release preparation with quality gates - `/deploy:deploy-staging` - Stag
Excerpt of 7,846 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b5997ff4b8de0ffb, desc:mcp server