Add link to Agent Skills specification website (#160)

Added a note at the top of the README directing users to
agentskills.io for information about the Agent Skills standard.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Keith Lazuka
2025-12-20 13:09:44 -05:00
committed by GitHub
parent be229a5d51
commit 69c0b1a067
5 changed files with 5 additions and 116 deletions

View File

@@ -1,13 +1,3 @@
# 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.
## Guides
- [Skill Authoring Guide](skill-authoring.md) — How to create skills, including folder layout and SKILL.md format
- [Skill Client Integration Guide](skill-client-integration.md) — How to add Skills support to a new agent or product
# Version History
- 1.1 (2025-12-16) Added guidance for Skill Client implementors.
- 1.0 (2025-10-16) Public Launch
The spec is now located at <https://agentskills.io/specification>