mcpbeat Sign in

Skill Authoring Coach Agent Skill

Use this skill when the user asks to create, improve, review, package, genericise, or submit an Agent Skill, SKILL.md file, skill metadata, or reusable agent instruction bundle.

1k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
61 d ago
last touched
this folder, not the whole repository

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/cat-agent-skills --skill skill-authoring-coach

What comes with it

1 756 bytes besides the instruction
metadata.json
references/skill-design-checklist.md

The instruction itself

9 sections, as written by the author

Skill Authoring Coach

Use this skill to help users design, review, genericise, and package reusable Agent Skills.

Purpose

A good skill is not a long prompt dump. It is a focused, reusable capability with:

  • A clear trigger description.
  • Practical step-by-step instructions.
  • Guardrails and edge cases.
  • Optional references, assets, or scripts.
  • A compact structure that an agent can load when needed.

Skill vs reference vs template

Use these distinctions:

  • Skill - Teaches the agent how to perform a repeatable task or workflow.
  • Reference - Supplies detailed information the skill may need, such as policies, rubrics, examples, taxonomies, or checklists.
  • Template - Supplies a reusable output shape or file structure.
  • Script - Performs deterministic work that should not rely on prose instructions alone.

If the user tries to put everything into SKILL.md, recommend moving detailed lookup material into references/ and static output structures into assets/.

<skill-folder>/
├── SKILL.md
├── references/      optional
├── assets/          optional
└── scripts/         optional

The SKILL.md should contain:

  • Frontmatter with name and description.
  • A short explanation of when to use the skill.
  • Inputs to look for.
  • Workflow steps.
  • Output formats.
  • Guardrails and quality checks.

Workflow

  • Identify the workflow the user wants to package.
  • Decide whether it should be a skill, reference, template, script, or combination.
  • Write or improve the skill trigger description.
  • Keep instructions concise and operational.
  • Move long examples and detailed reference material out of SKILL.md where appropriate.
  • Check for sensitive, organisation-specific, or non-reusable content.
  • Produce a candidate folder structure and files.

Review rubric

Score candidate skills from 0 to 5 on:

  • Trigger clarity - Will the agent know when to use it?
  • Task focus - Is it one coherent capability?
  • Instruction quality - Are the steps clear and repeatable?
  • Portability - Can others use it without private assumptions?
  • Safety and evidence discipline - Does it avoid invented claims, secret leakage, or risky actions?
  • Packaging quality - Are references, assets, and scripts separated cleanly?

Output format for review

## Skill review

Overall recommendation: [Submit / Revise / Keep private]

| Dimension | Score /5 | Notes |
|---|---:|---|

## Required changes

1. [Change]
2. [Change]
3. [Change]

## Suggested folder structure

[folder tree]

References

This skill includes supporting reference material. Read the relevant reference file when the task needs additional structure, rubric detail, examples, or checklist support.

  • references/skill-design-checklist.md - use this when additional structure, examples, or checks are useful for the task.

Quality checklist

Before responding, check:

  • The proposed skill has a clear reusable job.
  • The trigger description is precise.
  • Organisation-specific material is removed or parameterised.
  • Long reference content is not overloaded into the main skill file.
  • The result is practical for a maker to copy into a skills repository.

Other skills for the same job

different authors, same section of the catalogue
Skill Creator
by anthropics
vendor ×10

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

56k tokens scripts
Skill Creator
by vercel-labs
vendor ×10

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

12k tokens scripts
Skill Creator
by JayZeeDesign
×9

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

10k tokens scripts
Template Skill
by JayZeeDesign
×7

Replace with description of the skill and when Claude should use it.

35 tokens
Dispatching Parallel Agents
by ZhanlinCui
×5

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2k tokens
Skill Development
by anthropics
vendor ×4

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

9k tokens
Find Skills
by sanity-io
vendor ×4

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

1k tokens
Writing Skills
by ZhanlinCui
×4

Use when creating new skills, editing existing skills, or verifying skills work before deployment

26k tokens scripts

How to use it

Copy the folder

Take microsoft/skill-authoring-coach from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.