> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comet.rpamis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Skill Creator overview

> Understand the three user-facing Skill Creator starts: customize /comet, create a new Skill, or upgrade an existing Skill.

Skill Creator is the `/comet-any` system for building reusable Skills. It hides internal Bundle and Factory terms from normal users and exposes three starts.

<p align="center">
  <img src="https://mintcdn.com/comet-bb5f5294/BZVRznxkRMyQif0t/assets/skill-creator-overview-illustrations/01-workflow-contract.png?fit=max&auto=format&n=BZVRznxkRMyQif0t&q=85&s=6d357d85967ae1ee05bd4f76b4e4198f" alt="Xiaoyu organizes create, upgrade, and compose starting points into one Workflow Contract template" width="800" data-path="assets/skill-creator-overview-illustrations/01-workflow-contract.png" />
</p>

## Three starts

| Start                     | Use when                                                |
| ------------------------- | ------------------------------------------------------- |
| Customize `/comet`        | You want your project's workflow to behave differently. |
| Create a new Skill        | You want a reusable workflow for a new task.            |
| Upgrade an existing Skill | You want to improve or package a current Skill.         |

## What Skill Creator produces

A generated package can include Skill text, references, workflow protocol, resolved source evidence, scripts, rules, hooks, eval manifest, and distribution metadata.

## Guardrails

Skill Creator must resolve real local Skill content. It cannot compose based only on names. It must show a plan before writing state, bind eval evidence to the current draft hash, and require review/approval before publish.

## Next steps

* [Quickstart](/en/skill-creator/getting-started)
* [Workflow](/en/skill-creator/workflow)
* [Preferences](/en/skill-creator/preferences)
