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
/researchDeep web research on any topic
/changelogGenerate changelog from git history
/onboardDeveloper onboarding guide for a project
/meeting-notesLive meeting notes with action items
/handoffCreate handoff document for session transfer
/continueResume work from a handoff document
/watzupCheck current project status and context
/social-media-postCreate social media content workflow

Available Agents

Agent Tag Specialization
researchresearchGeneral web research
deep-researchresearchMulti-source deep research
docs-expertresearchLibrary documentation lookup
planning-agentresearch, developmentTask planning with parallel execution
debuggerdevelopmentCode debugging and troubleshooting
security-auditordevelopmentSecurity vulnerability analysis
test-runnerdevelopmentTest execution and coverage
content-generatorsocialSocial 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

CommandMô tả
/researchNghiên cứu web chuyên sâu về bất kỳ chủ đề nào
/changelogTạo changelog từ lịch sử git
/onboardHướng dẫn onboard developer cho project
/meeting-notesGhi chú cuộc họp với action item
/handoffTạo tài liệu bàn giao cho phiên làm việc
/continueTiếp tục công việc từ tài liệu bàn giao
/watzupKiểm tra trạng thái và context project hiện tại
/social-media-postTạo nội dung social media

Agent có sẵn

AgentTagChuyên môn
researchresearchNghiên cứu web tổng quát
deep-researchresearchNghiên cứu chuyên sâu đa nguồn
docs-expertresearchTra cứu tài liệu thư viện
planning-agentresearch, developmentLập kế hoạch task với thực thi song song
debuggerdevelopmentDebug và xử lý sự cố code
security-auditordevelopmentPhân tích lỗ hổng bảo mật
test-runnerdevelopmentChạy test và kiểm tra coverage
content-generatorsocialTạ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
Discord Contact Us