AgentSkillsCN

skill-authoring

基于 SKILL.md 设计、起草并优化代理技能,明确触发条件、执行流程、验证检查以及可复用的引用。适用于创建新技能或改进现有技能时使用。

SKILL.md
--- frontmatter
name: skill-authoring
description: "Design, draft, and refine SKILL.md-based agent skills with clear trigger criteria, execution flow, validation checks, and reusable references. Use when creating a new skill or improving an existing one."

Skill Authoring

Define skill scope, build concise instructions, and package reusable context.

Workflow

  1. Extract user intent and expected artifacts.
  2. Ask only the minimum clarifying questions required to avoid rework.
  3. Draft frontmatter with explicit trigger conditions.
  4. Write procedural body instructions with validation and failure handling.
  5. Move domain-heavy detail into references/.
  6. Add deterministic utilities in scripts/ when repetition exists.

Output Requirements

  • Include required frontmatter fields.
  • Keep action steps ordered and testable.
  • Include at least one verification section.
  • Avoid redundant reference duplication.

References

Load references/checklist.md before finalizing output.