skill-authoring

Installation
SKILL.md

Skill Authoring

Use this skill to create or improve Agent Skills that work across Claude Code, Codex, and the skills CLI.

Workflow

  1. Clarify the reusable capability the skill should capture.
  2. Choose a narrow lowercase kebab-case name and create skills/<name>/SKILL.md.
  3. Put the trigger surface in the description: what the skill does, when to use it, and concrete task phrases that should activate it.
  4. Keep the SKILL.md body short and procedural. Move long material into references/, repeatable code into scripts/, and reusable output files into assets/.
  5. Avoid agent-specific frontmatter by default. Add compatibility only when the skill needs a specific environment or product.
  6. Validate the skill and test discovery with the skills CLI.

Standards

Read references/standards.md before making structural decisions about frontmatter fields, directory layout, or install behavior.

Validation

Installs
2
Repository
yikzero/skills
First Seen
May 17, 2026
skill-authoring — yikzero/skills