๐Ÿ”จ Skill Workshop

An agent that helps you write, refine, and test SKILL.md files for other agents.

What it does

  • Scaffolds a new SKILL.md from a one-line description
  • Critiques existing skills (descriptions, tool references, structure)
  • Suggests improvements to make skill triggers more reliable
  • Helps write good output examples

What it doesn't do

  • Writes content for you to copy โ€” never modifies your files automatically
  • Invents tools that don't exist โ€” checks the plugin registry first
  • Writes skills that bypass safety (transactions, key exfiltration)

Usage

# Run one-off
vesper agent run skill-workshop "Write me a skill for checking Solana token holders"

# Or install + set default
vesper agent install skill-workshop
vesper agent start skill-workshop
vesper -q "Critique this SKILL.md: ..."

Built-in skills

  • scaffold-skill โ€” generate new SKILL.md
  • improve-skill โ€” review and suggest edits

What's next?