claude-code-master

Develop Claude Code plugins with guidance on skills, agents, hooks, MCP servers, and LSP integration.

1|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/csuzngjh/principles --skill claude-code-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-master
Source: https://github.com/csuzngjh/principles/tree/main/claude/skills/claude-code-master
Command: npx skills add https://github.com/csuzngjh/principles --skill claude-code-master

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for developing plugins for Claude Code, ensuring accurate and efficient development.

Core Features & Use Cases

  • Plugin Development Guidance: Detailed instructions for creating plugins, including commands, agents, hooks, and MCP servers.
  • Reference Documentation: Access to official documentation for all aspects of plugin development.
  • Use Case: A developer needs to create a new plugin to integrate a custom tool with Claude Code. They use this Skill to understand the required structure, manifest fields, and best practices for hooks and MCP servers.

Quick Start

Use the claude-code-master skill to understand how to develop a Claude Code plugin that adds a custom command.

Frequently Asked Questions about claude-code-master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I develop plugins for Claude Code using hooks and MCP servers?

Claude Code plugin development requires defining manifest fields and structuring your project to include commands, agents, hooks, and MCP servers according to official documentation best practices.

What is the best way to structure a Claude Code plugin architecture?

The best way to structure a Claude Code plugin architecture is to adhere strictly to official documentation, ensuring robust and maintainable designs across skills, agents, hooks, and MCP servers.

Does Claude Code plugin development support LSP integration?

Yes, Claude Code plugin development supports LSP integration alongside skills, agents, hooks, and MCP servers, allowing you to extend the platform with custom tools and language server capabilities.

How do I create a custom command in a Claude Code plugin?

Creating a custom command in a Claude Code plugin involves using the development guidance to understand the required project structure, manifest fields, and best practices for extending the platform.

When do I need to use hooks when building Claude Code agents?

You need to use hooks when building Claude Code agents to ensure robust interaction and maintainable plugin architecture, adhering to official documentation for accurate and efficient development.