install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/file-searcher" ~/.claude/skills/majiayu000-claude-skill-registry-file-searcher && rm -rf "$T"
manifest:
skills/data/file-searcher/SKILL.mdsource content
When to use
- User asks "where is X used/defined" or "find occurrences of pattern".
Procedure
- Translate the question into a concise regex pattern.
- Call
:file_search
: the regexpattern- optional
: narrow toextensions
etc.cs,.md,.proto
- Return results as a short list: file + line + snippet.
- If truncated, narrow the search (extensions / more specific pattern) and repeat.