# My New Skill

> [FILL IN: what this skill does and exactly when to use it -- the phrases a user would actually type, not just the topic]

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

---


# My New Skill

[FILL IN: what this does, in a sentence or two.]

## When NOT to use this

- [A situation this should not fire for -- especially if a neighbouring skill
  covers it. This section is what stops two skills competing for the same
  triggers.]

## Instructions

[FILL IN: the steps, rules or knowledge to follow.]

## Output

[FILL IN: what "done" looks like. A skill that doesn't say produces something
different every run.]

<!-- ---------------------------------------------------------------------
Three optional folders exist in the format. None ships with this template,
because a folder created before it has content is a promise nobody keeps --
and an empty one still has to be opened, checked and closed by every reader
who wonders what's in it.

Create one when you have something to put in it, not before:

    references/   Documentation the skill consults. Loaded on demand, so this
                  is where detail belongs that isn't needed on every run.
    scripts/      Executable code. Use it when logic is more reliable as
                  deterministic code than as prose instructions.
    assets/       Templates, images, fonts -- files used as-is, never read as
                  instructions.

    mkdir references

Or let the scaffolder do it, which is the intended path:

    python3 scaffold_skill.py my-new-skill --references --scripts

Once a folder grows past a handful of files, subdivide inside it
(references/<area>/) rather than adding a fourth folder at the top level:
references/<area>/ is predictable to anyone who knows the format, an invented
top-level name is not.

Delete this comment once the skill is written.
---------------------------------------------------------------------- -->

