← ClaudeAtlas

skill-authoring-reviewlisted

Create or review Agent Skills with correct SKILL.md frontmatter, trigger descriptions, concise workflow design, progressive disclosure, references, scripts, assets, safety rules, and installability. Use when writing a new skill, improving an existing skill, or validating a public skills repo.
stark-ai-de/agent-skills · ★ 5 · AI & Automation · score 77
Install: claude install-skill stark-ai-de/agent-skills
# Skill Authoring Review ## Goal Create or review an Agent Skill so another agent can use it reliably with minimal context, clear routing, safe bundled resources, and a concrete output contract. ## When to use - The user asks to create, rewrite, or review a skill. - A public skill repository needs an installability or quality check. - A skill has vague triggers, oversized instructions, unsafe scripts, or missing artifacts. ## When not to use - The user is asking to execute a domain workflow that an existing skill already covers. - The task is ordinary repository review with no skill authoring surface. - The user only needs installation help; use `skill-installation-support`. ## Inputs to inspect - `SKILL.md` frontmatter and body. - `references/`, `scripts/`, `assets/`, and `agents/` folders. - README catalog entries and install commands when reviewing a repo. - Validation output from `npm run validate` or an equivalent checker. ## Review rubric Check that `name` matches the folder, uses lowercase hyphen-case, and appears with a clear `description`. The description must front-load trigger words because it is the routing surface. The body should state goal, scope, workflow, safety rules, output format, completion criteria, and failure modes. Read `references/skill-quality-rubric.md` when doing a scored review. Read `references/frontmatter-examples.md` when rewriting descriptions. ## Workflow 1. Inspect the skill path and identify the intended workflow. 2. Validate