claude-plugin-dev

Scaffold Claude Code plugins with structured directories and SKILL.md frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nthplusio/functional-claude --skill claude-plugin-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-plugin-dev
Source: https://github.com/nthplusio/functional-claude/tree/main/plugins/claude-plugin-dev/skills/claude-plugin-dev
Command: npx skills add https://github.com/nthplusio/functional-claude --skill claude-plugin-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured blueprint for designing Claude Code plugins with proper directories, frontmatter, and conventions, enabling consistent plugin development.

Core Features & Use Cases

  • Scaffold a standard plugin layout with sections for skills, agents, commands, hooks, and references.
  • Enforce SKILL.md frontmatter requirements and maintain a clean, reusable plugin architecture for multiple projects.
  • Use as a reference to onboard new plugin authors and accelerate marketplace-ready plugin creation.

Quick Start

Create a new plugin scaffold using the /create-plugin command and follow the guided 8-phase workflow to define structure, SKILLs, and documentation.

Frequently Asked Questions about claude-plugin-dev

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

FAQPage Schema
How do I scaffold a Claude Code plugin with the correct directory structure?▼

To scaffold a Claude Code plugin, use the /create-plugin command to generate a standard layout with directories for skills, agents, commands, hooks, and references, ensuring a reusable and compliant architecture.

What is SKILL.md frontmatter and why is it required for Claude Code plugins?▼

SKILL.md frontmatter is metadata that defines plugin validity and structure. Enforcing frontmatter requirements ensures Claude can load and run the plugin reliably without manifest errors.

How do I create a marketplace-ready Claude Code plugin from scratch?▼

Creating a marketplace-ready Claude Code plugin involves following an 8-phase workflow to define structure, generate SKILLs, and produce documentation, accelerating the onboarding process for new authors.

Can I use this plugin development guide to build plugins for multiple projects?▼

Yes, you can use this guide to maintain a clean, reusable plugin architecture suitable for multiple projects. It provides structured blueprints and conventions for consistent development.

What is the best way to structure documentation and references in a Claude Code plugin?▼

The best way to structure documentation is by using the scaffolded references directory and SKILL.md files. This ensures standards-compliant guidance so Claude can interpret and execute plugin commands reliably.