Agent skill
repomix
(ePost) Use when you need a full codebase overview, repo summary, or are unfamiliar with a repository structure
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/repomix-klara-copilot-epost-agent-kit
Metadata
Additional technical details for this skill
- keywords
-
repomix codebase summary analysis repo overview
- triggers
-
[ "repomix", "codebase summary", "repo overview" ] - platforms
-
[ "all" ] - agent affinity
-
[ "epost-researcher", "epost-planner" ]
SKILL.md
Repomix Skill
Purpose
Generate comprehensive codebase summaries for analysis and understanding.
When Active
User needs codebase overview, unfamiliar with repo structure, preparing for full analysis.
Expertise
Usage
Local Project
repomix
# Output: repomix-output.xml
Remote Repository
repomix --remote https://github.com/owner/repo
With Configuration
Create .repomixignore to exclude files (same syntax as .gitignore).
Common Patterns
- Generate summary before full codebase review
- Create
docs/codebase-summary.mdfrom repomix output - Check freshness: if summary >2 days old, regenerate
- Use for unfamiliar codebases or onboarding
Output Analysis
- Extract file structure and size metrics
- Identify key entry points
- Understand module organization
- Find documentation files
- Note configuration files
Patterns
Integration with Other Skills
- With Code Review: Use summary to understand scope
- With Debugging: Use for context before deep dive
- With Documentation: Extract codebase structure for docs
- With Planning: Use to assess complexity
Best Practices
- Generate fresh summary at project start
- Include summary in onboarding docs
- Update when major restructuring happens
- Use with .repomixignore for large monorepos
- Reference summary in documentation
- Cross-check with actual repo structure
Related Skills
knowledge-retrieval— Internal-first knowledge search protocoldocs-seeker— External documentation lookup (Context7, WebSearch)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?