claude-plugin-archetype

Generate Claude Code plugin scaffolds with MCP server configuration and agent definitions.

8|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/SufficientDaikon/omniskill --skill claude-plugin-archetype
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-plugin-archetype
Source: https://github.com/SufficientDaikon/omniskill/tree/main/skills/claude-plugin-archetype
Command: npx skills add https://github.com/SufficientDaikon/omniskill --skill claude-plugin-archetype

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of complete Claude Code plugins, streamlining the process of integrating external tools and custom agents into the Claude Code IDE.

Core Features & Use Cases

  • Plugin Scaffolding: Generates the necessary directory structure and boilerplate files for a Claude Code plugin.
  • MCP Server Integration: Includes configuration for the Model Context Protocol (MCP) server for tool communication.
  • Agent & Command Definitions: Helps define autonomous agents and slash commands within the plugin.
  • Auto-Activating Skills: Facilitates the creation of skills that trigger automatically based on context.
  • Use Case: A developer needs to build a new Claude Code plugin to interact with a project management API. This Skill will generate the entire plugin structure, including manifest, MCP config, agent definitions, and example skills, allowing the developer to focus on API integration.

Quick Start

Use the claude-plugin-archetype skill to scaffold a new Claude Code plugin named 'my-project-manager'.

Frequently Asked Questions about claude-plugin-archetype

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

FAQPage Schema
How do I scaffold a Claude Code plugin with MCP server configuration?

Claude Code plugin scaffolding generates the complete directory structure and boilerplate files, including MCP server configuration, agent definitions, slash commands, and auto-activating skills to streamline integrating external tools into the IDE.

What is the best way to generate auto-activating skills for a Claude Code agent?

Generating auto-activating skills is best handled by scaffolding a complete Claude Code plugin, which creates the necessary boilerplate files and agent definitions to trigger custom behaviors automatically based on context within the IDE.

Do I need to manually configure Model Context Protocol servers when building a Claude Code plugin?

You do not need to manually configure MCP servers. This Skill automates MCP server configuration generation alongside agent definitions and slash commands during the Claude Code plugin scaffolding process.

Can I define custom slash commands and autonomous agents within a Claude Code plugin?

Yes, you can define custom slash commands and autonomous agents. This Skill facilitates the creation of these definitions to integrate external services and custom behaviors directly into the Claude Code IDE.

What are the limitations of using an archetype for Claude Code plugin development?

The limitation of using a plugin archetype is that it provides structural boilerplate and convention adherence, meaning developers must still manually implement the actual external API integration logic and specific custom behaviors after the initial scaffold is generated.