EasyGlobe EasyGlobe
Back to Skills Hub

Skill Detail

Skill Creator

Skill Creator · github

Builds new skills interactively so you can extend Claude yourself.

Skill Overview

Builds new skills interactively so you can extend Claude yourself.

Skill Creator Search Terms

This page targets users searching for Skill Creator, download, installation, README, Skill URL, and usage guide.

Skill CreatorSkill Creator skillsSkill Creator downloadSkill Creator installationSkill Creator usage guideSkill Creator READMESkill Creator Skill URLSkill Creator Claude SkillSkill Creator Codex SkillSkill Creator Gemini Skill

Resource Type

Anthropic Skill

Categories

Meta & Tools, Learning

Tags

Skill authoring, Meta tool

The download is a local Markdown skill file saved by EasyGlobe and deployable with the site to GitHub and Cloudflare.

Detailed Skill Introduction

What Skill Creator is for

Skill Creator is an AI agent skill resource for Meta & Tools, Learning workflows. Based on the archived project material, its core value is: Builds new skills interactively so you can extend Claude yourself.. People landing on this page are likely searching for Skill Creator, Skill Creator download, Skill Creator installation, Skill Creator README, Skill Creator Skill URL, or platform-specific terms such as Claude Skills, Codex Skills, Gemini Skills, Kimi Skills, and GLM Skills. This detail page brings those signals together so a user can understand what the skill does before opening the original project.

README summary

A skill for creating new skills and iteratively improving them.

At a high level, the process of creating a skill goes like this:

  • Decide what you want the skill to do and roughly how it should do it
  • Write a draft of the skill
  • Create a few test prompts and run claude-with-access-to-the-skill on them
  • Help the user evaluate the results both qualitatively and quantitatively
  • While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you can either use as is or modify if you feel something needs to change about them). Then explain them to the user (or if they already existed, explain the ones that already exist)
  • Use the 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 metrics
  • Rewrite the skill based on feedback from the user's evaluation of the results (and also if there are any glaring flaws that become apparent from the quantitative benchmarks)
  • Repeat until you're satisfied
  • Expand the test set and try again at larger scale...

README capability notes

Based on the user interview, fill in these components:

  • **name**: Skill identifier
  • **description**: When to trigger, what it does. This is the primary triggering mechanism - include both what the skill does AND specific contexts for when to use it. All "when to use" info goes here, not in the body. Note: currently Claude has a tendency to "undertrigger" skills -- to not use them when they'd be useful. To combat this, please make the skill descriptions a little bit "pushy". So for instance, instead of "How to build a simple fast dashboard to display internal Anthropic data.", you might write "How to build a simple fast dashboard to display internal Anthropic data....

README usage notes

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:

  • "evaluation" and "benchmark" are borderline, but OK
  • for "JSON" and "assertion" you want to see serious cues from the user that they know what those things are before using them without explaining them...

Workflow fit and practical value

The current taxonomy places Skill Creator under Meta & Tools, Learning, with tags such as Skill authoring, Meta tool....

Installation

No explicit installation section was found in the archived README. Open the original source for the official setup path; the download button provides the local Markdown copy saved by EasyGlobe.

Usage

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:

  • "evaluation" and "benchmark" are borderline, but OK
  • for "JSON" and "assertion" you want to see serious cues from the user that they know what those things are before using them without explaining them

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.

---

Capabilities

Based on the user interview, fill in these components:

  • **name**: Skill identifier
  • **description**: When to trigger, what it does. This is the primary triggering mechanism - include both what the skill does AND specific contexts for when to use it. All "when to use" info goes here, not in the body. Note: currently Claude has a tendency to "undertrigger" skills -- to not use them when they'd be useful. To combat this, please make the skill descriptions a little bit "pushy". So for instance, instead of "How to build a simple fast dashboard to display internal Anthropic data.", you might write "How to build a simple fast dashboard to display internal Anthropic data. Make sure to use this skill whenever the user mentions dashboards, data visualization, internal metrics, or wants to display any kind of company data, even if they don't explicitly ask for a 'dashboard.'"
  • **compatibility**: Required tools, dependencies (optional, rarely needed)
  • **the rest of the skill :)**

Supported Platforms

Use this skill as a reference template for these AI agents, model workflows, or team SOPs.

Claude SkillsCodex SkillsGemini SkillsKimi SkillsGLM SkillsChatGPT Skills

Configuration & Updates

No standalone configuration section was detected in the archive. If the source project requires API keys, account auth, CLI setup, or plugin config, follow the Skill URL.

README Command Examples

text
skill-name/
├── SKILL.md (required)
│   ├── YAML frontmatter (name, description required)
│   └── Markdown instructions
└── Bundled Resources (optional)
    ├── scripts/    - Executable code for deterministic/repetitive tasks
    ├── references/ - Docs loaded into context as needed
    └── assets/     - Files used in output (templates, icons, fonts)
text
cloud-deploy/
├── SKILL.md (workflow + selection)
└── references/
    ├── aws.md
    ├── gcp.md
    └── azure.md
markdown
## Report structure
ALWAYS use this exact template:
# [Title]
## Executive summary
## Key findings
## Recommendations

Tags

Skill authoringMeta tool

FAQ

What is Skill Creator?

Builds new skills interactively so you can extend Claude yourself.

Who should use Skill Creator?

Use this skill if your team, operator, developer, or AI agent works on Meta & Tools, Learning workflows.

When should you use Skill Creator?

Use it when a task involves Skill authoring, Meta tool, or when the workflow should become a Claude Skill, Codex Skill, Gemini Skill, Kimi Skill, GLM Skill, or team SOP.

How do you download Skill Creator?

Use the “Download Skill File” button near the top of the page or in the Skill Information panel. The local Markdown file saved by EasyGlobe is manual-skill-creator.md.

How do you install Skill Creator?

Check the Installation section on this page. If the archived README does not include an explicit installation section, open the Skill URL and follow the official README, platform documentation, or marketplace instructions.

How do you use Skill Creator?

Check the Usage, Capabilities, and README summary sections. The page extracts usage notes, command examples, and workflow context from the archived README where available.

Does Skill Creator work with Claude, Codex, Gemini, Kimi, and GLM?

This page packages the resource as reusable AI agent skill material for Claude Skills, Codex Skills, Gemini Skills, Kimi Skills, GLM Skills, ChatGPT Skills or team SOPs. Actual runtime compatibility depends on the official instructions at the Skill URL.

Where is the Skill URL for Skill Creator?

The Skill URL is shown in the Skill Information panel. You can also use the “Open Original Skill” button near the top of the page to open the original project or official page.

What is the difference between the local download and the Skill URL?

The local download is an EasyGlobe-saved Markdown copy for archiving, reading, and reuse. The Skill URL points to the original project, official documentation, or marketplace page for the latest instructions.