1. What this skill is
Agent Skills is an open folder format for giving compatible agents reusable instructions and resources. A minimal skill contains SKILL.md with a name, description, and task instructions.
2. What it can help with
The specification explains discovery, activation, and execution. Optional scripts, references, and assets let a skill carry deterministic tools without loading everything into context at startup.
3. Recommended first use
Read the overview, compare the documented folder tree with one official example, then write a tiny instruction-only skill before adding scripts or external dependencies.
4. Requirements
You need an Agent Skills-compatible client. The repository is a specification and documentation source, not a one-click skill marketplace.
5. Who it suits
Useful for beginners who want to evaluate skill repositories or create a portable internal workflow.
6. Limits and safety
Compatibility does not mean every client supports the same hooks, permissions, or installation path. Individual skills can use different licenses. Treat scripts and binaries as code, verify referenced URLs, keep secrets outside skill files, and require explicit approval for destructive or external actions.
7. Project and license
Repository content is provided under Apache-2.0 code and CC-BY-4.0 documentation; check the current LICENSE before reuse. Repository: https://github.com/agentskills/agentskills
Break the goal into input, action, and output before adding review checkpoints.
Keep examples, failure conditions, and review criteria so the tutorial stays reusable.