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.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add yanacuti1121/Yana-AI --skill agentskills--spec --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agentskills Spec?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yanacuti1121-agentskills-spec-yana-ai)More formats (shields.io, HTML) on the badges page.
---
name: agentskills--spec
description: "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."
allowed-tools: Read
user-invocable: true
---
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
```yaml
---
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
```bash
npx skills add <owner>/<repo>
```
## Source
https://github.com/agentskills/agentskills · ⭐19.8K
https://agentskills.io
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!