スキル一覧に戻る
takeokunn

exploration-tools

by takeokunn

takeokunn's nixos-configuration

59🍴 0📅 2026年1月23日
GitHubで見るManusで実行

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>

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です