Skill Creator
88TrustedShips scriptsAutomated framework for building, testing, and refining custom AI assistant capabilities.
What it does
Adding this skill transforms your assistant into a development environment for creating new behaviors. It guides you through drafting instructions, defining expected outcomes, and refining the logic through an iterative development cycle. By acting as a partner in the creation process, the assistant helps turn vague workflows or repetitive manual tasks into structured, reliable instructions that the model can execute consistently.
Beyond initial drafting, this skill provides tools for verifying performance. It assists in establishing test cases and generating performance metrics to ensure the resulting logic behaves as intended. Once a skill reaches a functional state, it includes automated refinement utilities to improve triggering accuracy, ensuring the assistant calls upon the correct instructions at the right time.
When it earns its place
Reach for it when…
Best used when you have a specific, repeatable task in mind that requires consistent logic or standardized output formats, especially when you need to verify the accuracy of the assistant's results through formal testing and data-driven iterations.
Look elsewhere when…
Do not use this for quick, one-off tasks that do not require reusable logic. It is also unsuitable for complex software engineering projects or tasks that require integrating external APIs or custom databases, as this toolset is strictly for refining the assistant's internal instruction set.
What to say to use it
You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.
- Help me turn this workflow into a reusable skill
- How can I test if this new instruction set is working correctly
- I want to improve how often my assistant triggers this custom skill
- Run some benchmarks to see if this skill needs better instructions
Install it
Install for all your projects
Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.
git clone --depth 1 --branch main https://github.com/anthropics/skills.git /tmp/skills
mkdir -p ~/.claude/skills
cp -r /tmp/skills/skills/skill-creator ~/.claude/skills/skill-creatorInstall for one project only
Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.
cp -r /tmp/skills/skills/skill-creator .claude/skills/skill-creatorIf a skill of the same name exists in both places, the personal one wins.
Installing on Claude.ai or through the API instead? The full guide covers every surface.
Pair it with an MCP server
Skill Creator changes how the work is done. These servers change what Claude can reach while doing it.
- Contentful MCP Server68The skill governs how the writing reads; Contentful MCP Server is what puts the finished piece where it will actually be published.
- Slack MCP Server80Useful together when the writing is meant to be sent rather than filed — Slack MCP Server handles the delivery.
- Firecrawl MCP Server73Firecrawl MCP Server supplies the current facts the writing needs; the skill decides how they are presented.