
Create Plugin
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Guide for creating new Claude Code plugins in a repo with consistent structure and conventions (hooks, skills, scaffolding).
About
Create-plugin is a guide for authoring new plugins inside a Claude Code plugin repository with consistent structure and conventions. It covers how to lay out hooks, skills, and scaffolding so new plugins match the repo's standards. Aimed at developers extending an agent harness with their own plugins.
- Scaffolds new Claude Code plugins
- Consistent structure and conventions
- Covers hooks and skills
- Repo-specific guidance
Create Plugin by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install create-plugin@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Guide for creating new Claude Code plugins in a repo with consistent structure and conventions (hooks, skills, scaffolding).
README.md
Create Plugin
Guide for creating new plugins in this repository with consistent structure and conventions.
Type: Skill
Trigger: /create-plugin
Installation
See the marketplace install instructions.
What It Does
Walks through the full process of creating a new Claude Code plugin: choosing a plugin type (skill, hook, or both), scaffolding the directory structure, writing all required files (plugin.json, SKILL.md, hooks.json, scripts), and registering the plugin in the marketplace. Includes reference documentation for every file format.
Usage
/create-plugin
Examples
- "create a plugin": starts the guided plugin creation workflow
- "add a new skill": same behavior
- "new plugin": same behavior
See Also
- Clean Up Agent Config: organize existing agent config files
- All plugins