← Back to list

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
| 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
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


