MCP Directory
Back

claude-modular

by oxygen-fragment · ★ 284

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.

#adhd-friendly#ai-development#claude-code#development-workflow#modular-framework#mpc-servers#productivity#template-repository#token-optimization

Install

git clone https://github.com/oxygen-fragment/claude-modular.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-modular": {
      "command": "npx",
      "args": [
        "-y",
        "github:oxygen-fragment/claude-modular"
      ]
    }
  }
}

From the README

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. - **Progressive disclosure** - Load only necessary context - **Modular instructions** - Just-in-time command loading - **Context compression** - Efficient context management - **Smart boundaries** - Automatic context switching - **Project Management** - Feature creation, component scaffolding - **Development Workflow** - Code review, refactoring, debugging - **Testing Automation** - Test generati…
Read full README on GitHub →

Related other servers