ag-kitlisted
Install: claude install-skill yanacuti1121/Yana-AI
# AG Kit Skill
# Source: vudovn/ag-kit (TypeScript, 7.6k★) — AI Agent templates with Coordinator Mode + Persistent Memory
# Tier: TIER 3 — PRODUCTIVITY
Template hệ thống multi-agent: Coordinator Mode, Persistent Memory, Context Compression.
Dùng `.agents/` folder — tương thích Claude Code, Cursor, Windsurf.
**Do NOT use for:** `agents-v2` (YAMTAM internal orchestration), `langgraph` (Python graph agents), `memgpt-virtual-context` (MemGPT protocol).
---
## Khi nào dùng
- Cần khởi tạo hệ thống multi-agent nhanh với template sẵn
- Muốn Coordinator Mode: 1 agent điều phối nhiều sub-agent
- Cần persistent memory qua các session
- Tối ưu context compression cho agent chạy lâu
- Dùng slash commands (`/plan`, `/debug`) trong Cursor/Windsurf
---
## Cài đặt nhanh
```bash
# On-demand (khuyên dùng)
npx @vudovn/ag-kit init
# Global
npm install -g @vudovn/ag-kit
ag-kit init
```
Lệnh trên inject thư mục `.agents/` vào project hiện tại.
---
## Cấu trúc `.agents/`
```
.agents/
coordinator/ ← agent điều phối trung tâm
skills/ ← kỹ năng chia sẻ giữa agents
workflows/ ← workflow templates
memory/ ← persistent memory store
```
---
## Coordinator Mode
```
User request
↓
Coordinator Agent
↓ phân tích + routing
┌──┴──┬──────┬──────┐
│ │ │ │
Sub-A Sub-B Sub-C Sub-D
└──┬──┴──────┴──────┘
↓ tổng hợp
Output
```
Coordinator nhận yêu cầu → tách subtask → dispatch → merge kết quả.
---
## Dùng với nhiều repo (Global