athola/code-search
Searches GitHub for existing implementations, libraries, or patterns. Use when finding code examples or prior art on a topic during a research session.
npx skills add https://github.com/athola/claude-night-market --skill code-search
/tome:research session or standalone search/tome:papers)Search GitHub for implementations of a given topic.
Invoked as part of /tome:research or standalone.
tome.channels.github.build_github_search_queries()
parse_github_result()build_github_api_search() for richer metadata
rank_github_findings()WebSearch for the requested topic
(name, URL, stars) and a relevance score
rank_github_findings() sorted byrelevance score descending
explicitly rather than returning an empty list silently
Take athola/code-search from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.