AgentSkillsCN

research

在隔离的上下文中深入研究代码库中的某一主题。当被要求在不干扰主对话的前提下,调查、探索或理解代码库中某项功能的运作原理时,可使用此技能。

SKILL.md
--- frontmatter
name: research
description: Deep research on a codebase topic using isolated context. Use when asked to investigate, explore, or understand how something works in the codebase without cluttering the main conversation.

Research

Research "$ARGUMENTS" in isolated context.

Process

  1. Use Glob to find relevant files by name patterns
  2. Use Grep to search for keywords, function names, references
  3. Read key files to understand implementation
  4. Trace connections across the codebase

Output

Provide:

  • Key findings with file:line references
  • How components connect
  • Recommendations or next steps if applicable