Adivor-ai

Modularize Memory — Development skill for Claude Code

Development community

Split an oversized CLAUDE.md into modular files: root stays lean, path-scoped rules go to .claude/rules/, component-specific rules go to subdirectory CLAUDE.md files.

How to install Modularize Memory

Installs to ~/.claude/skills/adivor-ai-adivor-claude-setup-modularize-memory/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adivor-ai-adivor-claude-setup-modularize-memory && curl -fsSL https://raw.githubusercontent.com/Adivor-ai/adivor-claude-setup/HEAD/commands/modularize-memory.md -o ~/.claude/skills/adivor-ai-adivor-claude-setup-modularize-memory/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Modularize Memory does


description: "Split an oversized CLAUDE.md into modular files: root stays lean, path-scoped rules go to .claude/rules/, component-specific rules go to subdirectory CLAUDE.md files." allowed-tools: ["Read", "Write", "Edit", "Bash", "ListDir"]

Modularize the project's CLAUDE.md system. Follow these steps:

  1. **Audit current state**: Run `bash .claude/scripts/claude-md-audit.sh` and read all existing CLAUDE.md and .claude/rules/ files.

  2. **Classify every rule** into one of three buckets

Alternatives in Development

  • Lean Canvas — Generate Lean Canvas with problem, solution, UVP, and metrics 7.8k ★
  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
  • Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★

Full documentation available on GitHub

View Source Repository