Claudible Kit V2
Claudible Kit is a collection of pre-built agents, slash commands, and planning tools for Claude Code.
Installation
Install to your current project:
macOS / Linux
curl -fsSL "https://claudible.io/kit-install.sh" | bash
Windows (PowerShell)
irm "https://claudible.io/kit-install.ps1" | iex
Available Commands
| Command | Description |
|---|---|
/research | Deep web research on any topic |
/changelog | Generate changelog from git history |
/onboard | Developer onboarding guide for a project |
/meeting-notes | Live meeting notes with action items |
/handoff | Create handoff document for session transfer |
/continue | Resume work from a handoff document |
/watzup | Check current project status and context |
/social-media-post | Create social media content workflow |
Available Agents
| Agent | Tag | Specialization |
|---|---|---|
| research | research | General web research |
| deep-research | research | Multi-source deep research |
| docs-expert | research | Library documentation lookup |
| planning-agent | research, development | Task planning with parallel execution |
| debugger | development | Code debugging and troubleshooting |
| security-auditor | development | Security vulnerability analysis |
| test-runner | development | Test execution and coverage |
| content-generator | social | Social media content creation |
Install by Tags
Install specific components only:
# Research + Development
curl -fsSL "https://claudible.io/kit-install.sh" | bash -s -- -research -development
# All components
curl -fsSL "https://claudible.io/kit-install.sh" | bash -s -- -all
Uninstall
curl -fsSL "https://claudible.io/kit-uninstall.sh" | bash
Claudible Kit V2
Claudible Kit là bộ sưu tập agent, slash command và công cụ lập kế hoạch có sẵn cho Claude Code.
Cài đặt
Cài đặt vào project hiện tại:
macOS / Linux
curl -fsSL "https://claudible.io/kit-install.sh" | bash
Windows (PowerShell)
irm "https://claudible.io/kit-install.ps1" | iex
Command có sẵn
| Command | Mô tả |
|---|---|
/research | Nghiên cứu web chuyên sâu về bất kỳ chủ đề nào |
/changelog | Tạo changelog từ lịch sử git |
/onboard | Hướng dẫn onboard developer cho project |
/meeting-notes | Ghi chú cuộc họp với action item |
/handoff | Tạo tài liệu bàn giao cho phiên làm việc |
/continue | Tiếp tục công việc từ tài liệu bàn giao |
/watzup | Kiểm tra trạng thái và context project hiện tại |
/social-media-post | Tạo nội dung social media |
Agent có sẵn
| Agent | Tag | Chuyên môn |
|---|---|---|
| research | research | Nghiên cứu web tổng quát |
| deep-research | research | Nghiên cứu chuyên sâu đa nguồn |
| docs-expert | research | Tra cứu tài liệu thư viện |
| planning-agent | research, development | Lập kế hoạch task với thực thi song song |
| debugger | development | Debug và xử lý sự cố code |
| security-auditor | development | Phân tích lỗ hổng bảo mật |
| test-runner | development | Chạy test và kiểm tra coverage |
| content-generator | social | Tạo nội dung social media |
Cài đặt theo tag
Chỉ cài đặt các thành phần cụ thể:
# Research + Development
curl -fsSL "https://claudible.io/kit-install.sh" | bash -s -- -research -development
# Tất cả thành phần
curl -fsSL "https://claudible.io/kit-install.sh" | bash -s -- -all
Gỡ cài đặt
curl -fsSL "https://claudible.io/kit-uninstall.sh" | bash