Tham Chiếu Skill — Tổng Quan
Tham Chiếu Skill
Phần tiêu đề “Tham Chiếu Skill”Tham Khảo Nhanh
- Tổng skills: 8 skill files + 5 workflow files
- Entry point:
SKILL.md(Orchestrator)- Format: Markdown prompt files
- Invocation: Chat trực tiếp hoặc CLI
Tổng Quan
Phần tiêu đề “Tổng Quan”DocKit Master sử dụng hệ thống skill files — mỗi file Markdown chứa hướng dẫn chi tiết để AI agent thực hiện một nhiệm vụ cụ thể. Orchestrator (SKILL.md) gọi từng skill theo thứ tự pipeline.
Danh Sách Skills
Phần tiêu đề “Danh Sách Skills”Core Skills (Generation)
Phần tiêu đề “Core Skills (Generation)”| Skill | File | Vai trò |
|---|---|---|
| Orchestrator | SKILL.md | Điều phối pipeline 6 bước |
| Analyzer | skills/analyze-codebase.md | Quét codebase, phát hiện tech stack |
| Content Guidelines | skills/content-guidelines.md | Quy tắc chất lượng nội dung |
Generator Skills
Phần tiêu đề “Generator Skills”| Skill | File | Output |
|---|---|---|
| Tech Docs | skills/tech-docs.md | architecture.md, database.md, deployment.md, data-flow.md |
| SOP Guide | skills/sop-guide.md | sop/[feature].md per module |
| API Reference | skills/api-reference.md | api/[resource].md per resource |
Support Skills (SEO + LLM)
Phần tiêu đề “Support Skills (SEO + LLM)”| Skill | File | Vai trò |
|---|---|---|
| SEO Checklist | skills/seo-checklist.md | Per-page SEO audit |
| Content Writing | skills/content-writing.md | SEO copywriting rules |
| LLM Optimization | skills/llm-optimization.md | AI-readable structure |
Workflow Files
Phần tiêu đề “Workflow Files”| Workflow | File | Vai trò |
|---|---|---|
| Generate Docs | workflows/generate-docs.md | Quy trình tổng |
| Setup Astro | workflows/setup-astro.md | Scaffold Astro Starlight ★ |
| Export Markdown | workflows/export-markdown.md | Xuất plain Markdown |
| Generate Sitemap | workflows/generate-sitemap.md | XML sitemap + NotebookLM URLs |
| Setup Docusaurus | workflows/setup-docusaurus.md | Legacy — Docusaurus scaffolding |
Xem thêm: Kiến trúc hệ thống · Hướng dẫn sử dụng