What problem does it solve? When your agent framework grows, hand-writing new Skills leads to inconsistent structure, missing sections, and drift from established conventions. This Skill standardizes the creation of new SKILL.md units so every skill is plug-and-play and stylistically consistent with existing ones. ## Core Features & Use Cases - Template-first scaffolding: Copies a skeleton template with mandatory sections ([任务], [依赖检测], [文件结构], [第一性原则], [初始化]) and optional sections, then fills placeholders. - Convention enforcement: Applies writing rules such as bracket-style section headers, four-space indentation, Chinese content, and frontmatter limited to name and description. - Reference-based consistency: Reads 1-2 existing skills with the closest interaction pattern (conversational, autonomous analysis, execution, or diagnostic) before writing. - Use Case: When EVOLUTION.md proposes a new capability, invoke this Skill to generate a compliant new skill directory under .agents/skills/ and register it in AGENTS.md. ## Quick Start Create a new skill called code-review following the framework's modular skill conventions and register it in AGENTS.md.