← ClaudeAtlas

agentskills-creatorlisted

Create a new Agent Skill following the agentskills.io specification and best practices. Use when creating, scaffolding, or authoring a new skill or SKILL.md — e.g. "create a skill", "new skill", "write a SKILL.md", "scaffold an agent skill". If no name or purpose has been provided for the new skill, ask for them before proceeding. Do NOT use for editing or improving an existing skill beyond initial creation.
christiangalsterer/agentskills-plugin · ★ 0 · AI & Automation · score 64
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