By trannguyenthanhthao2024-art
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
You are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.
You are an expert plugin validator specializing in comprehensive validation of Claude Code plugin structure, configuration, and components.
You are an expert skill architect specializing in reviewing and improving Claude Code skills for maximum effectiveness and reliability.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code là một công cụ lập trình tự hành (agentic coding tool) chạy ngay trong terminal của bạn. Nó hiểu toàn bộ mã nguồn dự án và giúp bạn code nhanh hơn bằng cách thực hiện các tác vụ thường ngày, giải thích code phức tạp, và xử lý quy trình Git — tất cả thông qua lệnh bằng ngôn ngữ tự nhiên. Bạn có thể dùng nó trong terminal, IDE, hoặc tag @claude trên GitHub.
Tìm hiểu thêm tại tài liệu chính thức.
[!NOTE] Cài đặt qua npm đã bị ngừng hỗ trợ (deprecated). Hãy sử dụng một trong các phương pháp được khuyến nghị bên dưới.
Để xem thêm các tùy chọn cài đặt, cách gỡ cài đặt, và xử lý sự cố, xem tài liệu hướng dẫn cài đặt.
Cài đặt Claude Code:
MacOS/Linux (Khuyến nghị):
# Tải và chạy script cài đặt tự động
curl -fsSL https://claude.ai/install.sh | bash
Homebrew (MacOS/Linux):
# Cài qua trình quản lý gói Homebrew
brew install --cask claude-code
Windows (Khuyến nghị):
# Tải và chạy script cài đặt cho Windows
irm https://claude.ai/install.ps1 | iex
WinGet (Windows):
# Cài qua trình quản lý gói WinGet của Windows
winget install Anthropic.ClaudeCode
NPM (Đã ngừng hỗ trợ):
# Cách cũ - không khuyến khích dùng nữa
npm install -g @anthropic-ai/claude-code
Mở terminal, di chuyển đến thư mục dự án của bạn và chạy lệnh claude.
Kho mã nguồn này bao gồm nhiều plugin cho Claude Code, mở rộng chức năng với các lệnh tùy chỉnh và agent chuyên biệt. Xem thư mục plugins để biết chi tiết về các plugin có sẵn.
Chúng tôi hoan nghênh phản hồi của bạn. Sử dụng lệnh /bug để báo lỗi trực tiếp trong Claude Code, hoặc tạo GitHub issue.
Tham gia Discord Claude Developers để kết nối với các lập trình viên khác đang sử dụng Claude Code. Nhận trợ giúp, chia sẻ phản hồi, và thảo luận về dự án của bạn với cộng đồng.
Khi bạn sử dụng Claude Code, chúng tôi thu thập phản hồi, bao gồm dữ liệu sử dụng (như việc chấp nhận hoặc từ chối code), dữ liệu hội thoại liên quan, và phản hồi người dùng gửi qua lệnh /bug.
Xem chính sách sử dụng dữ liệu của chúng tôi.
Chúng tôi đã triển khai nhiều biện pháp bảo vệ dữ liệu của bạn, bao gồm thời gian lưu trữ giới hạn cho thông tin nhạy cảm, hạn chế quyền truy cập vào dữ liệu phiên làm việc, và chính sách rõ ràng không sử dụng phản hồi để huấn luyện model AI.
Để biết đầy đủ chi tiết, vui lòng xem Điều khoản Dịch vụ Thương mại và Chính sách Quyền riêng tư.
npx claudepluginhub trannguyenthanhthao2024-art/claude-code --plugin plugin-devDi chuyển code và prompt từ Sonnet 4.x và Opus 4.1 sang Opus 4.5
Chế độ học tập tương tác - yêu cầu đóng góp code có ý nghĩa tại các điểm quyết định (mô phỏng kiểu Learning chưa phát hành)
Review code tự động cho pull request sử dụng nhiều agent chuyên biệt với điểm tin cậy để lọc false positive
Kỹ năng thiết kế frontend cho triển khai UI/UX chất lượng cao
Plugin phát triển Claude Agent SDK - tạo và kiểm tra ứng dụng Agent SDK
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.