create-plugin

Guide end-to-end creation of Claude Code plugins through phased development.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LayerDynamics/Lore --skill create-plugin-layerdynamics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plugin
Source: https://github.com/LayerDynamics/Lore/tree/main/lore/skills/create-plugin
Command: npx skills add https://github.com/LayerDynamics/Lore --skill create-plugin-layerdynamics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire process of creating a functional Claude Code plugin, from the initial idea to a fully documented and validated product.

Core Features & Use Cases

  • Guided Workflow: Follows a phased approach (Discovery, Planning, Design, Implementation, Validation, Documentation) for robust plugin development.
  • Component Generation: Assists in creating Skills, Commands, Agents, Hooks, and MCP Servers according to Lore conventions.
  • Use Case: You have a new idea for a tool that interacts with an external API. Use this Skill to guide you through defining its components, structuring the code, and ensuring it meets quality standards.

Quick Start

Use the create-plugin skill to build a new plugin for managing user authentication.

Frequently Asked Questions about create-plugin

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

FAQPage Schema
How do I build a Claude Code plugin from scratch?

Building a Claude Code plugin follows a phased methodology covering Discovery, Planning, Design, Implementation, Validation, and Documentation to guide you from concept to a fully validated product.

What components can I include when developing Claude Code plugins?

Developing Claude Code plugins supports generating components like Skills, Commands, Agents, Hooks, and MCP Servers, all structured according to standard Lore conventions.

Does guided plugin development help with integrating external APIs?

Yes, guided plugin development assists with external API integration by helping you define components, structure the code, and validate the tool to ensure it meets required quality standards.

What is the best way to structure agent development workflows?

Structuring agent development workflows benefits from a phased approach that separates concept definition, detailed design, structural setup, and implementation to ensure convention compliance.

Can I automate code generation for MCP servers and hooks?

You can automate code generation for MCP servers and hooks through a guided workflow that helps plan components and implement them following specific structural conventions.