Workflow Source verified
skill-creator

Skill Creator agent skill

Create or improve reusable Agent Skills with clear triggers, scoped instructions, and supporting resources.

Profile reviewed by the Vibe Coding Editorial Team · Updated 2026-09-04

Installation

Review the source, then run the command

Agent Skills CLI
npx skills add anthropics/skills --skill skill-creator

Requires Node.js and a concrete repeatable workflow to encode.

Best for

  • Turning team procedures into reusable guidance
  • Improving an unreliable existing skill
  • Packaging scripts, references, and templates

What it adds

  • Defines clear trigger descriptions and keeps the main instruction file focused.
  • Separates reusable scripts, references, and assets through progressive disclosure.
  • Encourages realistic evaluation before a skill is shared with a team.
Typical workflow
  1. 01Collect examples of the task, expected result, constraints, and common failure modes.
  2. 02Draft the smallest useful skill structure and add only necessary resources.
  3. 03Test representative prompts, inspect failures, revise, and package the result.
Review before use

Skills are instructions with consequences

  • Remove organization secrets and environment-specific assumptions before sharing.
  • Inspect generated scripts and test them in a disposable workspace first.
  • Keep broad always-on policy in project instructions rather than a task-specific skill.

Try asking

Use skill-creator to turn our release checklist into a portable skill with a validation script.

Primary source

Read the original before installing

This page is an independent editorial profile, not a mirror of the skill. The publisher’s repository remains the source of truth for files, license terms, changes, and installation support.

Anthropic Agent Skills

Anthropic · Apache-2.0 for listed example skills · reviewed 2026-09-04

Open the exact skill directory on GitHub.

Skill Creator FAQ

Questions before installation

Check fit, compatibility, prerequisites, permissions, and source ownership before adding this skill to a coding agent.

What does the Skill Creator agent skill do?

Create or improve reusable Agent Skills with clear triggers, scoped instructions, and supporting resources. Its main capabilities include defines clear trigger descriptions and keeps the main instruction file focused; separates reusable scripts, references, and assets through progressive disclosure; encourages realistic evaluation before a skill is shared with a team.

When should I use skill-creator?

Use it for turning team procedures into reusable guidance, improving an unreliable existing skill, packaging scripts, references, and templates. A skill is most useful when this is a recurring workflow and its instructions improve results compared with a normal one-off prompt.

Which coding agents are compatible with skill-creator?

The current profile lists Claude Code, Agent Skills clients. Skill support changes quickly, so confirm the latest installation directory, discovery behavior, and tool permissions in your agent’s documentation before installing.

What do I need before installing this skill?

You need Node.js and a concrete repeatable workflow to encode. The listed command uses Agent Skills CLI; inspect the exact source directory and its bundled files before running it.

Can this skill run commands or change files?

A skill supplies instructions and resources to an agent. Whether it can run commands, edit files, browse, or call external services depends on the tools and permissions available to that agent. Review requested actions at runtime and keep sensitive operations approval-gated.

Is this skill maintained by Vibe Coding?

No. Anthropic publishes the original skill. Vibe Coding provides an independent profile and source link, reviewed on 2026-09-04, but the upstream repository remains the source of truth for updates, support, and license terms.

Install with context

Inspect the source, then test the skill on a real task.

Use a disposable branch or workspace, compare the result with and without the skill, and keep it only when the workflow becomes more reliable.

npx skills add anthropics/skills --skill skill-creator

Related skills