Searches GitHub for existing implementations, libraries, or patterns. Use when finding code examples or prior art on a topic during a research session.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add athola/claude-night-market --skill code-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/athola-code-search)More formats (shields.io, HTML) on the badges page.
---
name: code-search
role: library
description: Searches GitHub for existing implementations, libraries, or patterns. Use when finding code examples or prior art on a topic during a research session.
alwaysApply: false
category: research
tags:
- github
- code
- search
estimated_tokens: 200
model_hint: standard
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...