Help us improve
Share bugs, ideas, or general feedback.
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
npx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin repomixHow 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-localPacks local codebase into AI-optimized Repomix format (XML, Markdown, JSON, plain) with options for directories, file patterns, compression, git diffs/logs, and clipboard copy.
/map-codebaseSurveys project and generates missing CLAUDE.md, ARCHITECTURE.md, CODE-PATTERNS.md for SoloFlow agent shared context. Idempotent; supports skip flags.
/gen-claudeGenerate or enhance CLAUDE.md with project-specific guidance by analyzing codebase structure, languages, frameworks, linters, and build tools.
/fold-promptAnalyzes codebase to discover technology stack, coding conventions, and standards, then optimizes CLAUDE.md for token efficiency and progressive context loading.
/init-syncScans the codebase and populates or updates CLAUDE.md and AGENTS.md files with actual project data and metadata.
Share bugs, ideas, or general feedback.
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 commands