paperclip-skill-authoring
Installation
SKILL.md
Paperclip Skill Authoring
Create or repair Paperclip company skills that load cleanly and make agent behavior predictable. A good Paperclip skill should tell the agent when it fires, what state to inspect, what it may mutate, what proves each step is complete, and when to stop.
Required Shape
Every Paperclip skill is a folder with SKILL.md at its root. SKILL.md must start with YAML frontmatter delimited by --- and include name and description.
---
name: paperclip-skill-slug
description: Handle a specific Paperclip workflow. Use when the operator asks to inspect, plan, repair, validate, or execute that workflow.
---
Rules: