**claude-modular** banner
oxygen-fragment oxygen-fragment

**claude-modular**

Development community intermediate

Description

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.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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

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

# 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

# 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


...