From repomix
Pack codebases into AI-friendly XML/Markdown bundles for context loading. Supports auto-discovery, segmented bundles, and compression. Usage: /repomix - Show repomix status and options /repomix pack - Pack codebase into a bundle /repomix bundle - Same as pack /repomix auto - Auto-discover and bundle /repomix status - Show current bundle status /repomix help - Show usage help
How this command is triggered — by the user, by Claude, or both
Slash command
/repomix:repomix [pack|bundle|auto|status|help]The summary Claude sees in its command listing — used to decide when to auto-load this command
# /repomix Command Pack codebases into AI-friendly XML/Markdown bundles for context loading in Claude sessions. Supports auto-discovery, segmented bundles, and compression. ## Usage ## Arguments - *(none)*: Show current repomix status and available actions - `pack`: Pack the codebase into an AI-friendly bundle - `bundle`: Alias for pack - `auto`: Auto-discover project structure and create optimized bundles - `status`: Show existing bundle files and their metadata - `help`: Display quick reference for all commands
Pack codebases into AI-friendly XML/Markdown bundles for context loading in Claude sessions. Supports auto-discovery, segmented bundles, and compression.
/repomix # Show repomix status and options
/repomix pack # Pack codebase into a bundle
/repomix bundle # Same as pack
/repomix auto # Auto-discover project structure and bundle
/repomix status # Show current bundle status
/repomix help # Show usage reference
pack: Pack the codebase into an AI-friendly bundlebundle: Alias for packauto: Auto-discover project structure and create optimized bundlesstatus: Show existing bundle files and their metadatahelp: Display quick reference for all commandsnpx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin repomix/pack-localPacks a local codebase into an AI-optimized format using Repomix, supporting output styles, file filtering, compression, and clipboard copy.
/external-lib-flowOnboards external private libraries so AI can understand and use them without source access. Packages codebase with Repomix, detects project metadata, generates a compressed XML and a brief learning flow document.
/map-codebaseSurveys the project and generates missing CLAUDE.md, ARCHITECTURE.md, and CODE-PATTERNS.md for shared agent context. Additive and idempotent — never overwrites existing files.
/gen-claudeGenerate or enhance CLAUDE.md with project-specific guidance by analyzing codebase structure, languages, frameworks, linters, and build tools.
/fold-promptAnalyzes a project's codebase to extract coding conventions and optimize CLAUDE.md for minimal token cost, organizing context with progressive disclosure.
/ns-contextRoutes to codebase-intelligence skills: map structure, generate knowledge graphs, update docs, extract learnings, and recall/capture from MemPalace.