Agent Skills: Output

Explore github repo to understand feature implementation

UncategorizedID: rakibdev/dotfiles/explore-repo

Install this agent skill to your local

pnpm dlx add-skill https://github.com/rakibdev/dotfiles/tree/HEAD/home/.config/ai/skills/explore-repo

Skill Files

Browse the full folder contents for explore-repo.

Download Skill

Loading file tree…

home/.config/ai/skills/explore-repo/SKILL.md

Skill Metadata

Name
explore-repo
Description
Explore github repo to understand feature implementation
  1. Read file tree bun scripts/tree.ts <github_url>. Depth is upto 3 level; tree.ts on subdir URL to explore deeper.
  2. webfetch/curl raw URLs to read individual file

Banned commands: git clone, git grep, git -C

Output

  • Reference code, symbols, file paths, end-to-end logic flow step-by-step
  • Inline comments explaining inner workings of code
<output-format> rating.ts#L22 // Bayesian avg ```typescript const score = (avg v + C m) / (v + m) ``` ... </output-format>