Help us improve
Share bugs, ideas, or general feedback.
Analyzes codebase structure via imports/exports/dependencies, generates codemaps for architecture/backend/frontend/data, computes diffs from prior versions, updates with approval if >30% changed, and saves diff report.
npx claudepluginhub arabicapp/everything-claude-codeHow this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:update-codemapsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Update Codemaps Analyze the codebase structure and update architecture documentation: 1. Scan all source files for imports, exports, and dependencies 2. Generate token-lean codemaps in the following format: - codemaps/architecture.md - Overall architecture - codemaps/backend.md - Backend structure - codemaps/frontend.md - Frontend structure - codemaps/data.md - Data models and schemas 3. Calculate diff percentage from previous version 4. If changes > 30%, request user approval before updating 5. Add freshness timestamp to each codemap 6. Save reports to .reports/codemap-d...
/update-codemapsAnalyzes codebase structure via imports/exports/dependencies, generates codemaps for architecture/backend/frontend/data, computes diffs from prior versions, updates with approval if >30% changed, and saves diff report.
/update-codemapsScans codebase for imports/exports/dependencies using TypeScript/Node.js, generates/updates codemaps for architecture/backend/frontend/data, computes diffs vs prior version, saves report.
/update-codemapsScans codebase structure and generates token-lean architecture codemaps (architecture, backend, frontend, data, dependencies) with diff detection and freshness metadata.
/codemapScans project structure, detects tech stack and modules, generates token-optimized architecture docs in docs/CODEMAPS/ with overview.md, frontend/backend.md, and _meta.json. Supports --scope frontend|backend|all and --update for incremental updates.
/update-codemapScans codebase structure, identifies key modules, data flows, and patterns, then updates CLAUDE.md or CODEMAP.md with concise Markdown project codemap including build/test commands.
/source-architecture-from-codeSynchronizes project's architecture.md with codebase changes. Analyzes provided files, resolves monorepo context, and updates the document to reflect implementation decisions.
Share bugs, ideas, or general feedback.
Analyze the codebase structure and update architecture documentation:
Scan all source files for imports, exports, and dependencies
Generate token-lean codemaps in the following format:
Calculate diff percentage from previous version
If changes > 30%, request user approval before updating
Add freshness timestamp to each codemap
Save reports to .reports/codemap-diff.txt
Use TypeScript/Node.js for analysis. Focus on high-level structure, not implementation details.