# Skill Creator

> Create or update OpenCode skills under .agents/skills with concise, reusable instructions and minimal structure. Use when this capability is needed.

- Skill: `tomevault-io/skill-creator-42` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/skill-creator-42`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/skill-creator-42/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- 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-42

---


# Skill Creator

Use this when asked to create or update a skill.

## Goal

Create minimal, useful skills in `.agents/skills/<skill-name>/`.

## Required structure

- `SKILL.md` (required)
- Optional helper files only when necessary (`scripts/`, `references/`, `assets/`)

## Rules

- Keep instructions concise and practical.
- Prefer defaults over complex options.
- Avoid extra docs like README/CHANGELOG in skill folders.
- Write only information the assistant actually needs at runtime.

## Basic template

```md
---
name: <skill-name>
description: <when to use this skill>
---

# <Title>

## When to use

<clear trigger conditions>

## Workflow

1. <step>
2. <step>

## Output

<expected result>
```

## Update behavior

When updating existing skills:
- Preserve current intent.
- Prefer small edits over rewrites.
- Keep backwards compatibility for expected file paths.

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

