# Skill Creator

> Create or update an agent skill with focused instructions and only the resources it needs. Use for skills; not policies, plugins, or project implementation.

- Skill: `catherine1401/skill-creator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add catherine1401/skill-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/catherine1401/skill-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Catherine1401 (https://skillmd.com/u/catherine1401)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/catherine1401/skill-creator

---


- Preserve the user's intent, scope, product choices, and authorization boundaries. Do not turn examples or preferences into universal rules.
- Include only non-obvious guidance that changes agent decisions. Remove generic, redundant, conflicting, or speculative instructions.
- Use lowercase letters, digits, and hyphens in a name under 64 characters. Name the directory after the skill and include a valid `SKILL.md` frontmatter.
- Keep the description concise and discriminating. Keep `SKILL.md` self-contained; add scripts, references, assets, or UI metadata only when they provide a concrete benefit.
- Put conditional detail in linked resources. Do not add auxiliary documentation, placeholders, or examples without a direct use.
- Preserve unrelated files and metadata when updating. Keep automatic invocation unless the user explicitly requests explicit-only invocation.
- Validate the skill structure, then run `./tests/test-install.sh`.

