Install
$ agentstack add skill-vodailocz-kilo-kit-claukit ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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](references/mission-briefs.md): Triết lý vận hành Claukit/ClaudeKit trong local environment.
- [Guardrails](references/guardrails.md): 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](references/integration-hints.md): Skill chains khuyến nghị cho UI, backend, debugging, research.
- [Skills Directory](references/skills-directory.md): 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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: VoDaiLocz
- Source: VoDaiLocz/KILO-KIT
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.