Claukit
Skill VoDaiLocz/kilo-kit-mcp/skills/agent-frameworks/claukit
An MCP server for safer coding agents: skill routing, C4 workflow gates, memory checks, and verification before completion.
npx -y skills add VoDaiLocz/kilo-kit-mcp --skill claukitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 24 stars24 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Advanced Agentic Coding framework providing mission briefs, guardrails, and integration hints for complex tasks. This skill ensures high-quality output through disciplined automation and systematic workflows.
SKILL.md
4.4 KB, as published. Nobody here has run it
Claukit - Advanced Agentic Coding
Claukit là meta-skill điều phối được căn chỉnh theo hệ sinh thái ClaudeKit Skills. Trong cài đặt local này, claukit đóng vai trò wrapper/orchestrator cho các skill đang có sẵn, chứ không phải một upstream skill độc lập.
Source
- Public source tham chiếu:
https://github.com/mrgoonie/claudekit-skills - Gốc ý tưởng: ClaudeKit Skills dùng mô hình
mission briefs + guardrails + integration hintsđể điều phối các skill chuyên biệt. - Vai trò local: nối triết lý đó với bộ skill hiện có trong
C:\Users\Admin\.gemini\antigravity\skills\và các junction của Codex.
🎯 Khi nào sử dụng Skill này
Sử dụng khi:
- Người dùng nhắc đến
claukit,ClaudeKit, hoặc muốn làm việc theo phong cách ClaudeKit. - Tác vụ cần phối hợp nhiều skill thay vì chỉ một domain skill đơn lẻ.
- Dự án có nhiều pha: thiết kế, lập kế hoạch, thực thi, review, verification.
- Cần giữ cùng một bộ tiêu chuẩn xuyên suốt giữa nhiều subagents hoặc nhiều lần handoff.
- Cần giảm context bloat bằng cách chỉ tải đúng skill và references cần thiết.
🛠 Hướng dẫn thực hiện (Quy trình bắt buộc)
- Đọc Mission Briefs: Mở
references/mission-briefs.mdđể chốt nguyên tắc vận hành và ưu tiên tổng thể. - Đọc Guardrails: Mở
references/guardrails.mdđể biết các ranh giới bắt buộc trước khi phân tích hay sửa code. - Đọc Integration Hints: Mở
references/integration-hints.mdđể chọn đúng chain skill cho task hiện tại. - Chọn skill tối thiểu cần thiết: Dùng
references/skills-directory.mdđể chọn 1-3 skill phù hợp nhất thay vì bật cả hệ thống. - Bắt buộc đọc SKILL.md của skill được chọn: Claukit không thay thế skill chuyên biệt. Nó chỉ điều phối.
- Giữ progressive disclosure: Chỉ đọc thêm references hoặc scripts khi task thực sự cần.
- Re-check guardrails trước khi kết luận xong việc: Đặc biệt trước khi claim “đã fix”, “đã pass”, hoặc “đã hoàn tất”.
Operating Rules
- User instructions thắng Claukit: Nếu user yêu cầu khác với workflow mặc định, làm theo user.
- Không bịa upstream: Không nói repo công khai có skill
claukitriêng nếu thực tế không có. Localclaukitlà wrapper dựa trên ClaudeKit ecosystem. - Không load catalog bừa bãi: Chỉ chọn số skill nhỏ nhất giải được bài toán.
- Không thay domain skill: Task backend vẫn phải đọc
backend-development; task debug vẫn phải đọcsystematic-debugging; task UI vẫn phải đọcfrontend-designhoặcaesthetic. - Không bỏ verification: Khi đã có code/test/build liên quan, phải có bước xác minh thực tế trước khi báo xong.
📂 Danh mục Kỹ năng & Tài liệu
Core references
- Mission Briefs: Triết lý vận hành Claukit/ClaudeKit trong local environment.
- Guardrails: Giới hạn bắt buộc về context, chất lượng, bảo mật và tính chính xác.
- Integration Hints: Skill chains khuyến nghị cho UI, backend, debugging, research.
- Skills Directory: Danh mục rút gọn các skill local nên phối hợp với Claukit.
Typical chains
claukit -> brainstorming -> writing-plans -> subagent-driven-development -> code-review -> verification-before-completionclaukit -> systematic-debugging -> root-cause-tracing/defense-in-depth -> verification-before-completionclaukit -> frontend-design -> aesthetic -> ui-styling -> chrome-devtoolsclaukit -> backend-development -> databases -> better-auth -> devopsclaukit -> docs-seeker -> repomix -> mermaidjs-v11
Lưu ý: Claukit là skill điều phối. Chất lượng đầu ra phụ thuộc vào việc chọn đúng skill chuyên biệt và tuân thủ guardrails.