Agentskills Spec

Specification và docs cho Agent Skills format — chuẩn open format để extend AI agent capabilities. Dùng khi viết SKILL.md mới hoặc cần hiểu spec.

yanacuti1121 1428e52 1.1 KB Updated 2 repo stars

File contents

Agent Skills là lightweight open format do Anthropic phát triển, được adopt bởi 70+ agent tools.

Spec cơ bản

my-skill/
├── SKILL.md    # Required: frontmatter metadata + instructions
├── scripts/    # Optional: executable code
├── references/ # Optional: docs
└── assets/     # Optional: templates

SKILL.md frontmatter tối thiểu

---
name: my-skill
description: "One-line description — used for activation matching"
---

Progressive disclosure

  1. Discovery — agent load name + description only
  2. Activation — khi task match, load full SKILL.md
  3. Execution — follow instructions, chạy scripts nếu có

Install any skill

npx skills add <owner>/<repo>

Source

https://github.com/agentskills/agentskills · ⭐19.8K https://agentskills.io

yanacuti1121/Yana-AI/tree/main/core/skills/agentskills--spec commit 1428e52a9b

Frequently asked questions

npx skillmds add yanacuti1121/agentskills-spec