agentskills-creatorlisted
Install: claude install-skill christiangalsterer/agentskills-plugin
# Agent Skills Creator
Create a new Agent Skill: a folder containing a `SKILL.md` file (metadata +
instructions), optionally with `scripts/`, `references/`, and `assets/`
directories. Agents load skills through progressive disclosure — `name` and
`description` at startup, the full `SKILL.md` body on activation, bundled
files on demand — so keep the main file lean and push detail into referenced
files.
## Workflow
- [ ] Step 1: Gather inputs — skill **name** and **purpose**.
- [ ] Step 2: Validate the name (rules below).
- [ ] Step 3: Determine the target directory.
- [ ] Step 4: Draft the `description` and confirm it with the user.
- [ ] Step 5: Scaffold the directory and `SKILL.md` — propose author
metadata from existing skills and confirm with the user (they may
provide their own name), version `"1.0.0"`.
- [ ] Step 6: Write the body content.
- [ ] Step 7: Verify — lint with skillscheck and validate with skills-ref
when available, then run the manual checklist.
### Step 1: Gather inputs
You need two inputs before creating anything:
1. **Name** — the skill's identifier and directory name.
2. **Purpose** — what task or workflow the skill teaches, and when it
should trigger.
If either is missing, **ask the user** — do not invent a purpose. You may
propose a name derived from the purpose, but confirm it before proceeding.
### Step 2: Validate the name
The `name` field must follow these rules (from the specification):
- 1–64 characters
- Lowercase