Back to list
5dlabs

repomix

by 5dlabs

Cognitive Task Orchestrator - GitOps on Bare Metal or Cloud for AI Agents

2🍴 1📅 Jan 24, 2026

SKILL.md


name: repomix description: Pack codebases into context-optimized formats for analysis and understanding. agents: [morgan, cleo, atlas] triggers: [codebase, repository, pack, analyze codebase, understand repo]

Repomix (Codebase Packaging)

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

Tools

ToolPurpose
repomix_pack_codebasePack local codebase
repomix_pack_remote_repositoryPack a GitHub repository
repomix_grep_repomix_outputSearch within packed output
repomix_read_repomix_outputRead 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

TaskApproach
PRD AnalysisPack repo to understand existing architecture
Code ReviewPack to see full context of changes
Task PlanningPack to understand dependencies
IntegrationPack multiple repos for merge planning

Best Practices

  1. Pack before planning - Understand the codebase first
  2. Use grep for navigation - Don't read everything
  3. Focus on relevant sections - Use start/end lines
  4. Cache outputs - Reuse packed output for multiple queries

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon