AI AGENT ADDONS

Plugin Structure

anthropics/claude-code

Claude Code plugins follow a set of rules for how files and folders are arranged. This structure makes it easy for Claude Code to find and use your plugin automatically. You put a plugin.json manifest inside a .claude-plugin folder. Commands, agents, skills, and hooks go in separate folders at the root level.

This skill helps you create a well-organized plugin. You will learn the required directory layout, naming rules, and optional settings. The ${CLAUDE_PLUGIN_ROOT} variable lets you point to files without hardcoding paths. Plugin builders and developers benefit from this clear guide.

Add Plugin Structure skill to your workflow

Global

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

Project

mkdir -p .claude/skills/plugin-structure

Source Repository

Stars
134,801
Forks
21,763
Watchers
134,801
Last Push
25 days ago
Created
1 year ago