What problem does it solve?
This Skill streamlines packaging codebases into single, AI-friendly files so large language models can analyze, audit, or document repositories without manual file selection, formatting errors, or exceeding token limits.
Core Features & Use Cases
- AI-optimized Packaging: Consolidates repositories into XML, Markdown, JSON, or plain text with clear separators and metadata for LLM consumption.
- Remote & Batch Processing: Supports processing local paths, GitHub remote URLs via npx, and batch jobs with the provided Python script.
- Token Management & Security: Produces token count summaries, token-count trees, comment removal, .repomixignore support, and secret scanning to reduce accidental data exposure.
- Use Case: Create a token-aware snapshot of a project for security audits, cross-repo comparisons, code review context for an LLM, or documentation generation.
Quick Start
Use the ck:repomix skill to package this repository into a Markdown snapshot ready for LLM analysis.