Write Your First Agent Skill Using the Official template-skill

Template-skill is the starting skeleton of Skill in Anthropic's official repository anthropics/skills, with only one SKILL.md file containing name and description placeholders in the directory. Agent Skills became an open standard in December 2025, and the same file can be enabled by scanning directories in Cursor, Claude Code, and Codex CLI respectively. This article follows the official template and agentskills.io specifications to explain the frontmatter fields, directory structure, installation paths of each tool, and how to fill in the template to create the first triggerable Skill.

Read More