repomix

Repomix (Codebase Packaging)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "repomix" with this command: npx skills add 5dlabs/cto/5dlabs-cto-repomix

Repomix (Codebase Packaging)

Use Repomix to pack entire codebases into a single, context-optimized format for analysis.

Tools

Tool Purpose

repomix_pack_codebase

Pack local codebase

repomix_pack_remote_repository

Pack a GitHub repository

repomix_grep_repomix_output

Search within packed output

repomix_read_repomix_output

Read sections of packed output

Packing a Remote Repository

repomix_pack_remote_repository({ remote: "https://github.com/5dlabs/my-project", branch: "develop" })

Returns a packed representation of the entire codebase.

Searching Packed Output

After packing, search for specific patterns

repomix_grep_repomix_output({ pattern: "authentication", output_id: "abc123" })

Reading Specific Sections

repomix_read_repomix_output({ output_id: "abc123", start_line: 100, end_line: 200 })

Use Cases

Task Approach

PRD Analysis Pack repo to understand existing architecture

Code Review Pack to see full context of changes

Task Planning Pack to understand dependencies

Integration Pack multiple repos for merge planning

Best Practices

  • Pack before planning - Understand the codebase first

  • Use grep for navigation - Don't read everything

  • Focus on relevant sections - Use start/end lines

  • Cache outputs - Reuse packed output for multiple queries

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

octocode

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

test-driven-development

No summary provided by upstream source.

Repository SourceNeeds Review