AgentSkillsCN

writing-skills

当用户按照官方最佳实践要求,寻求搭建、构建、审查、改进或修复技能时,创建并评审 Claude Code Agent 技能。

SKILL.md
--- frontmatter
name: writing-skills
description: Creates and reviews Claude Code agent skills when users ask to scaffold, build, review, improve, or fix skills following official best practices.

Writing Skills

Help create and review Claude Code agent skills based on best practices.

Operations

Create

Scaffold a new skill interactively, producing a complete skill directory with SKILL.md, operation files, and reference files. See create.md for detailed instructions.

Review

Evaluate an existing skill against best practices and report findings grouped by severity. See review.md for detailed instructions.

Combined Operations

Users often request multiple operations together. Handle these as follows:

  • "create and review" → Run create operation, then review operation on the new skill
  • "improve skill" / "fix skill" → Run review operation, then apply the suggested fixes
  • "scaffold" / "new skill" → Same as create operation

Important: For each operation, read and follow its detailed instruction file.

References

These files are referenced by the operation instructions above:

  • spec.md - Naming, frontmatter, structure, and content rules for skills
  • quality-checklist.md - Pass/fail evaluation criteria for skill quality
  • skill-template.md - Annotated templates for SKILL.md and operation files