Claude-night-market code-search
install
source · Clone the upstream repo
git clone https://github.com/athola/claude-night-market
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/athola/claude-night-market "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/tome/skills/code-search" ~/.claude/skills/athola-claude-night-market-code-search && rm -rf "$T"
manifest:
plugins/tome/skills/code-search/SKILL.mdsource content
Code Search
When To Use
- Finding existing implementations or libraries on GitHub
- Part of a
session or standalone search/tome:research
When NOT To Use
- Searching local codebase (use Grep or Explore agent)
- Academic literature (use
)/tome:papers
Search GitHub for implementations of a given topic.
Usage
Invoked as part of
/tome:research or standalone.
Workflow
- Build search queries using
tome.channels.github.build_github_search_queries() - Execute queries via WebSearch
- Parse results via
parse_github_result() - Optionally use GitHub API via
for richer metadatabuild_github_api_search() - Rank via
rank_github_findings() - Return Finding objects