AgentSkillsCN

prime

将软件逆向工程为产品级规格与能力地图。适用于分析 OSS 项目、现有产品、仓库、文档、演示或 API 表面,以提取运营价值、系统能力、可观测行为、用户流程、约束及非目标——无需实施细节。触发条件包括“理解这款软件是做什么的”、“从代码写出产品规格”、“从这个仓库提取需求”、“这个项目作为产品是做什么的”、“逆向工程这个”、“分析这个系统”、“从外向内描述这个”或任何要求将软件作为产品而非实施来研究时使用。

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. If .ainotes/memory.md exists, read it for accumulated agent context
  3. Run git ls-files to see the file structure
  4. Note key directories and entry points

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