← Back to list

search-code
by hyper-light
Multi-agent modular terminal client for those who like control.
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: search-code description: Search code and documentation using full-text and semantic search. Accepts a query string and returns matching files with relevance scores. allowed-tools: Read,Grep,Glob metadata: category: search version: 1.0.0
Search Code Skill
This skill enables agents to search through indexed code and documentation using both full-text and semantic search capabilities.
Usage
The search-code skill accepts a query string and returns matching documents with relevance scores. It supports various filters to narrow down results.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| query | string | Yes | - | The search query string |
| limit | int | No | 20 | Maximum number of results to return |
| type | string | No | - | Filter by document type (source_code, markdown, config, etc.) |
| path_filter | string | No | - | Filter results to paths starting with this prefix |
| fuzzy_level | int | No | 0 | Fuzzy matching level (0-2) |
| include_highlights | bool | No | false | Include matched text highlights in results |
Document Types
source_code- Source code files (.go, .py, .js, etc.)markdown- Markdown documentation filesconfig- Configuration files (YAML, JSON, TOML)llm_prompt- LLM promptsllm_response- LLM responsesweb_fetch- Fetched web contentnote- User notesgit_commit- Git commit messages
Example Usage
Search for function definitions:
Search for "func main" in Go files
Search with type filter:
Search for "authentication" in source_code documents only
Search with path filter:
Search for "TODO" in files under /src/
Result Format
Each result includes:
- Document ID and path
- Document type and language (if applicable)
- Relevance score (0.0 - 1.0)
- Content snippet
- Matched fields and highlights (if requested)
Best Practices
- Use specific queries for better precision
- Apply type filters when searching for specific content
- Use path filters to scope searches to relevant directories
- Enable highlights for context in search results
- Increase fuzzy level for typo-tolerant searches
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon