Integrations

code-search

Try it

Searches GitHub for existing implementations, libraries, or patterns

What it does

Searches GitHub for existing implementations, libraries, or patterns

The skill document

Night Market Skill — ported from claude-night-market/tome. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

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

Related skills

Searches the code knowledge graph by function, class, or type using FTS5 full-text search

20 installs

Detects architectural clusters and coupling boundaries via community detection on the code graph

22 installs

Improves code quality across duplication, efficiency, and architectural fit

19 installs

Runs multi-source research across GitHub, HN, Reddit, arXiv, and Semantic Scholar

20 installs

Build a compact local SQLite index of every function, class, method, interface and type across your repos, so an agent finds a symbol's file:line and signatu...

代码库索引与理解系统。扫描项目目录,提取所有符号定义(类、函数、变量、导入),构建可搜索的 JSON 索引,支持按名称/类型/文件查询。受 Claude Code 的 codebase indexing 启发,100% 原创实现,使用 Python ast + ripgrep。

6 installs