skills/smithery.ai/skills-authoring

skills-authoring

Installation
SKILL.md

Skill Authoring

Create skills that follow the Agent Skills specification—an open format supported by Claude Code, Cursor, VS Code, GitHub, and other agent products.

Quick Start

  1. Clarify requirements

    • What capability does this provide?
    • What triggers should activate it?
    • Location: personal (~/.claude/skills/) or project (.claude/skills/)?
  2. Choose template from templates/:

    • simple-skill.md - Single SKILL.md file
    • tool-restricted-skill.md - Limited tool access
    • multi-file-skill.md - With supporting files
    • script-based-skill.md - Includes executable scripts
Installs
1
First Seen
May 3, 2026
skills-authoring from smithery.ai