Skill Creator

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.

30-Second Summary

Skill Creator is an agent-readable workflow from anthropics/skills for skill creator.

It gives the agent a trigger, ordered guidance, and source-backed checks instead of treating skill creator as a generic tool.

Use it as a brief only while the linked SKILL.md remains available and the risk boundary is still accurate.

1-Minute Read

What it is

Skill Creator packages instructions from anthropics/skills into a reusable agent skill brief. The original source is a public SKILL.md file, so the brief can point readers back to the executable workflow instead of a product landing page.

When to use it

Use it when a user asks for help around skill creator and the agent needs a repeatable workflow, checklist, or review path rather than broad background information.

How to test it first

Open the linked SKILL.md, confirm the trigger and procedure still match skill creator, list the risk boundary, then ask the agent to apply the smallest read-only step to a sample task.

Watch out

Do not present this as a generic app or platform. Keep the scope tied to anthropics/skills. Risk boundary: git state, commit, branch, PR, or push actions require explicit repo-owner approval before mutation; CI/CD, deploy, release, rollback, and migration steps must start with read-only inspection and an approval gate; database, Fabric workspace, notebook, lakehouse, warehouse, or Power BI changes need credential and production-data approval; cloud resources, RBAC, credentials, tokens, and private keys must not be changed or exposed without a separate approval; Anthropic skill package; keep the scope tied to the referenced SKILL.md and bundled resources.

Original sources

Original source GitHub repo Skill Creator SKILL.md anthropics/skills repository