Author and publish agent skills quickly
write-a-skillpluginsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Author new agent skills with structure, disclosure, and bundled resources
Best for
Creating high-quality, reusable skills with consistent structure and documentation instead of ad-hoc prompt files or private scripts
Inputs
- · skill concept
- · use-case triggers
Outputs
- · SKILL.md with proper structure
- · skill description
- · bundled validators
- · reference docs
Requires
- · 3 stdlib Python tools (description validator, structure validator, review-checklist runner)
Preconditions
User has a skill concept with clear triggers and dependencies; willing to follow progressive disclosure patterns
Failure modes
Description validator rejects overlong descriptions; structure checker flags missing fields; review checklist finds skill duplicates existing tool
Trust signals
- · Derived from Matt Pocock's MIT-licensed write-a-skill
- · 3 reference docs citing 5+ sources on progressive disclosure + description design + quality gates
- · 3-phase workflow (Gather → Draft → Review) preserved verbatim per MIT
- · cs-skill-author persona agent + /cs:write-a-skill command