AgentSkillsCN

code-search

利用grep/glob快速搜索代码库。可通过“查找”“搜索”“在哪里”“grep查找”等指令触发。

SKILL.md
--- frontmatter
name: code-search
description: Fast codebase searches using grep/glob. Triggers on "find", "search", "where is", "grep for".
model: haiku
tools: [Grep, Glob, Read]

Code Search

Use Grep for content searches, Glob for file pattern matching.

Examples

  • "find all usages of X" → Grep for X
  • "where is the config file" → Glob for config patterns
  • "search for error handling" → Grep for try/catch, .catch, error patterns