What problem does it solve? When working across many projects, it is hard to know which skills come from the repository you are in versus the ones installed globally from dotfiles, plugins, or user-level config. This Skill answers that question precisely by scanning only the current checkout. ## Core Features & Use Cases - Repo-scoped discovery: Finds every SKILL.md under the git root's .claude/skills, .agents/skills, .codex/skills, or .grok/skills directories, excluding anything from ~/.claude, dotfiles, or plugins. - Git-root aware: Resolves the repository root automatically, so it works from any subdirectory; outside a git repo it falls back to the working directory and says so. - Optional descriptions: The --desc flag adds a description column when you want to know what each repo skill does. - Use Case: You clone an unfamiliar codebase and ask "what skills does this repo have?" — the Skill prints exactly the skills that ship with that checkout, verbatim, with no global skills mixed in. ## Quick Start Ask the assistant to list the skills defined by the current repository, for example by saying "list repo skills" while inside the project.