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.md
source content

Code Search

When To Use

  • Finding existing implementations or libraries on GitHub
  • Part of a
    /tome:research
    session or standalone search

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

  1. Build search queries using
    tome.channels.github.build_github_search_queries()
  2. Execute queries via WebSearch
  3. Parse results via
    parse_github_result()
  4. Optionally use GitHub API via
    build_github_api_search()
    for richer metadata
  5. Rank via
    rank_github_findings()
  6. Return Finding objects