smithery.ai

agent-skill-best-practices

Provides best practices for writing Agent Skills. Use when creating or refining SKILL.md content.

First seen Mar 23, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,117 B
  • docs SUMMARY.md 131 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Agent Skill Best Practices

Core Principles

  • Keep SKILL.md concise; Claude already knows basics.
  • Write a specific, third-person description that includes what + when.
  • Favor stable concepts over volatile paths and time-sensitive info.
  • Use progressive disclosure: link to extra files from SKILL.md.
  • Keep references one level deep to avoid partial reads.

Naming Guidance

  • Use lowercase and hyphens; keep names short and descriptive.
  • Prefer gerund names when possible (e.g., writing-docs).

Quality Checklist

  • Description includes what + when, third-person.
  • Body is short and avoids redundant context.
  • Terminology is consistent.
  • No brittle file paths unless they are stable interfaces.
  • Examples match the intended output format.

Progressive Disclosure Tips

  • For large skills, split reference docs and link from SKILL.md.
  • Keep long files readable with a table of contents.
  • Use scripts for deterministic work when needed.