
exploration-tools
by takeokunn
takeokunn's nixos-configuration
SKILL.md
name: Exploration Tools description: Tool definitions and usage patterns for codebase exploration (Glob, Grep, Read, LSP). Agents reference this skill instead of inline tool definitions. version: 1.0.0
Start narrow, expand if needed
</example>
<best_practices> Use Glob for file discovery, Grep for content search Always return file:line references for findings Start with narrow search scope, expand if needed Use LSP tools when available for accurate symbol navigation Filter out binary and generated files Limit results to manageable size </best_practices>
<anti_patterns> Searching entire codebase without filters Start with file type or directory filters
<decision_tree name="tool_selection"> What type of search is needed? Use Glob Use Grep Use LSP_goToDefinition or Serena find_symbol Use LSP_findReferences or Serena find_referencing_symbols Use Read </decision_tree>
<related_skills> Alternative symbol navigation via Serena MCP Evidence collection methodology using these tools </related_skills>
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です


