cyberneticlibrary

Author a new agent skill

create-skillcommandsetup L11
thomasandersen77/cloudberries-candidate-match
What it does

Create Cursor Agent Skill with structure and workflow

Best for

Authoring new agent skills that follow Cursor conventions without manual boilerplate

Inputs
  • · product brief
  • · skill name
  • · trigger scenarios
Outputs
  • · SKILL.md with frontmatter
  • · optional commands/ shortcut
  • · design + implementation + verification phases
Requires
  • · bundled create-skill workflow
Preconditions
  • · project or ~/.cursor/skills/ path valid
  • · critical scope details provided or inferred
Failure modes
  • · YAML frontmatter in commands/ files
  • · missing description WHAT+WHEN+triggers
Trust signals
  • · proposes kebab-case name
  • · writes third-person description
  • · separates skills (.md) from commands (no YAML)