AI AGENT ADDONS
AI & Agent Building
4,042installs

Claude Code uses plugins to add new features and tools. A plugin follows a standard folder layout. This layout helps the system find all parts automatically. You place files in specific folders like commands, agents, and skills. A plugin.json file in a .claude-plugin folder holds the plugin's settings.

Anyone who wants to build a plugin for Claude Code needs to know this structure. It makes your plugin easy to manage and share. You can also add custom paths for your components. The system will find them in both the default and custom folders.

Using the right names and folders keeps your plugin organized. This guide explains everything step by step. You will learn about the manifest file, component directories, and best practices.

Add Plugin Structure skill to your workflow

Global

mkdir -p ~/.claude/skills/plugin-structure

Project

mkdir -p .claude/skills/plugin-structure

Source Repository

Stars
31,260
Forks
3,414
Watchers
31,260
License
Apache-2.0
Last Push
23 days ago
Created
8 months ago