ailey-admin-plugin-creator

Bundle skills, agents, hooks, and MCP servers into distributable admin plugins.

4|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-admin-plugin-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ailey-admin-plugin-creator
Source: https://github.com/armoin2018/ai-command-center/tree/main/plugins/aicc-admin/skills/ailey-admin-plugin-creator
Command: npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-admin-plugin-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users to build cross-platform admin plugins by bundling skills, agents, hooks, and MCP servers into distributable packages, plus marketplace setup.

Core Features & Use Cases

  • Provides a canonical plugin anatomy including location of skills, agents, hooks, and MCP configs
  • Demonstrates bundling workflow for VS Code Copilot and Claude Code and distributing via marketplaces
  • Use case: a team wants a single distributable plugin that ships multiple related skills and integrations

Quick Start

Create a new plugin directory, implement the standard structure shown, and begin bundling skills, agents, hooks, and MCP servers into a distributable plugin.

Frequently Asked Questions about ailey-admin-plugin-creator

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

FAQPage Schema
How do I bundle skills, agents, and hooks into a single cross-platform plugin?

Bundling skills, agents, and hooks into a cross-platform plugin requires creating a standard directory layout that packages these components into a single distributable artifact. This canonical structure allows teams to ship multiple related integrations together.

What is the typical directory structure for an AI plugin compatible with VS Code Copilot and Claude Code?

An AI plugin structure requires specific directories for skills, agents, hooks, and MCP configurations, governed by required manifests. This anatomy supports both VS Code Copilot and Claude Code integration workflows.

Can I distribute a bundled plugin containing multiple MCP servers through a marketplace?

Yes, you can distribute a bundled plugin containing multiple MCP servers through a marketplace. The process involves packaging your components and configuring the marketplace setup for user access.

What frontmatter standards and validation steps are required for local testing of an admin plugin?

Local testing of an admin plugin requires adhering to specific frontmatter standards for skills and running validation steps on your directory layout. This ensures your plugin manifests and components function correctly before bundling.

When should I package MCP servers and hooks into a distributable package instead of using standalone skills?

You should package MCP servers and hooks into a distributable package when a team needs a single plugin that ships multiple related skills and integrations together. This approach streamlines cross-platform deployment.