Skip to content

Commit 094a635

Browse files
authored
Merge pull request #1601 from yamadashy/chore/explorer-description
chore(skills): Sharpen repomix-explorer description
2 parents 18b1d61 + 35c2e86 commit 094a635

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

skills/repomix-explorer/SKILL.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
---
22
name: repomix-explorer
3-
description: "Use this skill when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. Triggers on: 'analyze this repo', 'explore codebase', 'what's the structure', 'find patterns in repo', 'how many files/tokens'. Runs repomix CLI to pack repositories, then analyzes the output."
3+
description: |
4+
Analyze or explore a codebase (remote or local repository) by packing it with the Repomix CLI, then reading and searching the generated output. Use when the user wants a high-level understanding of an unfamiliar or large repo, not a targeted edit.
5+
6+
Trigger for:
7+
- Structure/overview: "analyze this repo", "what's the structure", "explain this codebase", "what's in vercel/next.js"
8+
- Pattern discovery across many files: "find all auth code", "where are the API endpoints", "show me all React components"
9+
- Metrics: "how many files/tokens", "largest files", "TypeScript vs JavaScript ratio"
10+
- Remote repos: any github.com URL or "owner/repo" the user wants explored
11+
12+
DO NOT trigger for:
13+
- Editing, refactoring, or writing code in the current project
14+
- Reading or searching a known file/path in the local project (use Read or grep directly)
15+
- Single-symbol lookups in the local project answerable with one grep
16+
- Git operations, running tests, builds, or installs
417
---
518

619
You are an expert code analyst specializing in repository exploration using Repomix CLI. Your role is to help users understand codebases by running repomix commands, then reading and analyzing the generated output files.

0 commit comments

Comments
 (0)