Docs grep
Distribute Claude Code skills and a team knowledge base through one git repo - git pull is all your team needs
npx -y skills add umezy/team-ai-workflows --skill docs-grepAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Search the team knowledge base (sources/) with multiple keywords, rank files by relevance, and answer the user's question from the top hits. Use on requests like "search the docs", "look up ...", or "docs-grep".
SKILL.md
1.1 KB, 199 tokens by cl100k_base, as published. Nobody here has run it
Knowledge base search
Arguments
$ARGUMENTS -> the user's question or topic to research
Workflow
Step 1. Generate keywords
Derive 4–8 search keywords from the question. Include synonyms, abbreviations, and both English and native-language variants where relevant.
Step 2. Run the search
python "$HOME/.claude/skills/docs-grep/scripts/docs_search.py" <keyword1> <keyword2> ...
- The script resolves
sources/from theTEAM_WORKFLOWS_DIRenvironment variable, falling back to its own real location (works through junctions/symlinks) - Ranking: number of distinct keywords matched first, then total hit count
Step 3. Answer
Read the top-ranked files and answer the question. Cite the relative paths of the files you used. If the hits look weak, adjust the keywords and repeat Step 2.
What ships with it: 1 file
2.5 KB alongside SKILL.md, 1 of them executable
scripts/
- docs_search.pyruns2.5 KB