create-seed-skill

Installation
SKILL.md

Create a Seed Skill

Scaffold an integration-type skill from scratch. A seed skill is SKILL.md + reference assets + prompts.jsonl entries that together teach an agent to sprout a working, testable integration.

When to Use This

Integration skills (use this skill):

  • Wrapping an SDK or framework with code generation + real API tests
  • The eval question is: "Did the agent write code that calls real APIs and passes tests?"
  • Examples: ydc-ai-sdk-integration, teams-anthropic-integration

Tool skills (do NOT use this skill):

  • CLI wrappers where the agent runs a command, not writes code
  • No test directory, no generated files
  • Examples: youdotcom-cli

Decision Point

Ask the developer first:

Installs
31
GitHub Stars
36
First Seen
Feb 28, 2026
create-seed-skill — youdotcom-oss/agent-skills