# Skill Creator

> Create or update skills. Use when designing, structuring, or packaging new skills with SKILL.md files. Use when this capability is needed.

- Skill: `tomevault-io/skill-creator-30` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/skill-creator-30`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/skill-creator-30/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/skill-creator-30

---


# Skill Creator

Create new skills by writing SKILL.md files to the workspace `skills/` directory.

## Skill Structure

```
skill-name/
├── SKILL.md (required)
└── references/ (optional)
```

## Creating a Skill

1. Choose a name: lowercase letters, digits, and hyphens only (max 64 chars)
2. Create directory: `workspace/skills/<skill-name>/`
3. Write `SKILL.md` with YAML frontmatter

### SKILL.md Format

```markdown
---
name: my-skill
description: What this skill does and when to use it
---

# My Skill

Instructions for using this skill...
```

### Frontmatter Fields

- `name` (required): Must match the directory name, lowercase `[a-z0-9-]`
- `description` (required): Clear description of what the skill does AND when to trigger it

### Guidelines

- Keep SKILL.md under 500 lines
- Be concise — the context window is shared
- Include examples over verbose explanations
- Only add information the agent doesn't already know
- Split large reference material into `references/*.md` files
- Don't create README.md, CHANGELOG.md, or other auxiliary files

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/eddmann) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

