Create, refine, and evaluate AI skills for better performance and triggering accuracy.
The material indicates an open-source, prompt-only skill with no required secrets and no declared remote endpoints, so overall risk is low. The README mentions assisting with evaluations and skill iteration, but based on the provided facts there are no concrete red flags of standalone code execution, data exfiltration, or excessive permissions.
The material explicitly states that no keys or environment variables are required, and there is no indication that users must provide API tokens, account credentials, or other sensitive authentication data, so credential exposure risk is low.
No remote endpoints are declared, and the system flags it as prompt-only; based on the available material, there is no evidence of sending user data to third-party services or unknown hosts.
As a prompt-only skill, it does not itself appear to require local dependency installation, process spawning, or script execution. Although the README mentions evaluation scripts and runtime workflows, the current audit material does not show that this skill directly obtains code execution privileges.
There is no declared need to read or write local files, databases, system directories, or external resources; the material suggests it mainly guides skill creation and optimization, with no sign of excessive data access requests.
The source is an open-source GitHub repository, which supports auditability, and being from anthropics/skills is a positive trust signal; however, the license is undeclared, it has 0 stars, and maintenance status is unknown, so some supply-chain caution remains warranted.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "skill-creator" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/skills/main/skills/skill-creator/SKILL.md 2. Save it as ~/.claude/skills/skill-creator/SKILL.md 3. Reload skills and tell me it's ready
A skill for creating new skills and iteratively improving them.
At a high level, the process of creating a skill goes like this:
eval-viewer/generate_review.py script to show the user the results for them to look at, and also let them look at the quantitative metricsYour job when using this skill is to figure out where the user is in this process and then jump in and help them progress through these stages. So for instance, maybe they're like "I want to make a skill for X". You can help narrow down what they mean, write a draft, write the test cases, figure out how they want to evaluate, run all the prompts, and repeat.
On the other hand, maybe they already have a draft of the skill. In this case you can go straight to the eval/iterate part of the loop.
Of course, you should always be flexible and if the user is like "I don't need to run a bunch of evaluations, just vibe with me", you can do that instead.
Then after the skill is done (but again, the order is flexible), you can also run the skill description improver, which we have a whole separate script for, to optimize the triggering of the skill.
Cool? Cool.
The skill creator is liable to be used by people across a wide range of familiarity with coding jargon. If you haven't heard (and how could you, it's only very recently that it started), there's a trend now where the power of Claude is inspiring plumbers to open up their terminals, parents and grandparents to google "how to install npm". On the other hand, the bulk of users are probably fairly computer-literate.
So please pay attention to context cues to understand how to phrase your communication! In the default case, just to give you some idea:
It's OK to briefly explain terms if you're in doubt, and feel free to clarify terms with a short definition if you're unsure if the user will get it.
Start by understanding the user's intent. The current conversation might already contain a workflow the user wants to capture (e.g., they say "turn this into a skill"). If so, extract answers from the conversation history first — the tools used, the sequence of steps, corrections the user made, input/output formats observed. The user may need to fill the gaps, and should confirm before proceeding to the next step.
…
Read, extract, edit, merge, split, OCR, and create PDF documents.
Create, edit, and polish professional Word documents and .docx files.
Design and generate polished, production-ready frontend interfaces and web component code.
Create Slack-ready animated GIFs with optimized specs, validation, and animation guidance.
Build complex web artifacts with React, Tailwind, and shadcn/ui components.
Create original algorithmic art in p5.js with seeded randomness and interactive controls.
Create, refine, validate, and restructure AgentSkills and SKILL.md files.
Create or update skills that extend Codex with knowledge, workflows, and tools.
Turn a repeated workflow into a reusable skill file from the current session.
Convert skills from other AI coding assistants into Amplifier-native SKILL.md files.
Create or refine AI skills with scope, workflows, and tool integrations.
Semantically search a local skill library and load only relevant skills on demand.