Agent Skills Spec
Description
A skill is a folder of instructions, scripts, and resources that agents can discover and load dynamically to perform better at specific tasks. In order for the folder to be recognized as a skill, it m
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for mrgoonie/claudekit-skills, shared by 13 entries
in this directory. It describes the repository, not this entry specifically.
Agent Skills Spec
A skill is a folder of instructions, scripts, and resources that agents can discover and load dynamically to perform better at specific tasks. In order for the folder to be recognized as a skill, it must contain a `SKILL.md` file.
Skill Folder Layout
A minimal skill folder looks like this:
my-skill/
- SKILL.md
More complex skills can add additional directories and files as needed.
The SKILL.md file
The skill's "entrypoint" is the `SKILL.md` file. It is the only file required to exist. The file must start with a YAML frontmatter followed by regular Markdown.
YAML Frontmatter
The YAML frontmatter has 2 required properties:
name- The name of the skill in hyphen-case
- Restricted to lowercase Unicode alphanumeric + hyphen
- Must match the name of the directory containing the SKILL.md
description- Description of what the skill does and when Claude should use it
There are 3 optional properties:
license- The license applied to the skill
- We recommend keeping it short (either the name of a license or the name of a bundled license file)
allowed-tools- A list of tools that are pre-approved to run
- Currently only supported in Claude Code
metadata- A map from string keys to string values
- Clients can use this to store additional properties not defined by the Agent Skills Spec
- We recommend making your key names reasonably unique to avoid accidental conflicts
Markdown Body
The Markdown body has no restrictions on it.
Additional Information
For a minimal example, see the `template-skill` example.
Version History
- 1.0 (2025-10-16) Public Launch
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing