AgentSkillsCN

instructions

项目专属开发指导。每当提及相关指导时,即可自动加载。适用于从事编码、测试、Git 操作,或探索代码库等任务时使用。请从 references/ 中读取对应的文件。

SKILL.md
--- frontmatter
name: instructions
description: Project-specific development instructions. Use whenver instructions are mentioned. Auto-Load when working on tasks like coding, testing, git operations, or exploring the codebase. Read the matching file from references/.

1. Access pattern

Before taking action, check if a reference file matches by name (e.g., git → git.md) or by task type (e.g., writing code → tdd.md). Read it first.

2. Required before writing code

  • tdd.md - test-driven development cycle for new implementation
  • coding-principles.md - coding principles when modifying or writing code

3. Load as required by task

TaskRead
Git operationsgit.md
Running commandscommands.md
Before commit/PRverification.md
Understanding codebaseproject.md
State file managementstate.md
SDLC processsdlc.md

4. Templates

State file templates are in templates/.