Skill Authoring Guide

Skill Authoring Guide

sahit-sai 8f4bde2 3 files · 1.3 KB Updated

File contents

Skill Authoring Guide

Use this skill when creating or reviewing a skill-hub compatible skill package.

Instructions

  • Keep the skill focused on one repeatable workflow.
  • Put durable instructions in SKILL.md.
  • Put reusable examples, checklists, or scripts under references/, scripts/, or assets/.
  • Include a skill.yaml with name, namespace, version, description, entry, targets, and tags.
  • Prefer small, testable workflows over broad general-purpose prompts.
  • Before publishing, install the skill locally and verify its entry file can be deployed to the intended runtime.

Checklist

  • The skill has a clear trigger.
  • The instructions tell the agent what to do and what not to do.
  • The package avoids private credentials and local-only paths.
  • The version is updated when behavior changes.

sahit-sai/saviaa/tree/main/.agents/skills/skill-authoring-guide commit 8f4bde28c3

Frequently asked questions

npx skillmds@latest add sahit-sai/skill-authoring-guide