AgentSkillsCN

prime

当用户要求“为项目做好准备”、“加载上下文”、“熟悉项目”、“这个项目是什么”时,或希望在开始工作前深入了解代码库结构时,应使用此技能。

SKILL.md
--- frontmatter
name: prime
description: This skill should be used when the user asks to "prime the project", "load context", "get oriented", "what is this project", or wants to understand the codebase structure before starting work.

Prime

Load project context by reading core documentation and listing the file structure.

Workflow

  1. Read README.md for project overview
  2. Run git ls-files to see the file structure
  3. Note key directories and entry points

No summary needed - context is now loaded for subsequent work.