What problem does it solve? When building plugins for AI agent ecosystems, developers often struggle with where to place the manifest, how to organize commands, agents, skills, and hooks, and why components fail to load. This Skill provides the standardized directory layout and manifest rules so plugins are discovered and loaded correctly. ## Core Features & Use Cases - Standardized Directory Layout: Defines the canonical structure with .plugin/plugin.json, commands/, agents/, skills/, hooks/, and .mcp.json. - Manifest Configuration: Documents required fields (kebab-case name), recommended metadata, and custom component path overrides. - Auto-Discovery & Troubleshooting: Explains how components are scanned automatically and how to fix loading, path resolution, and naming issues using ${PLUGIN_ROOT}. - Use Case: You are creating a new plugin with slash commands and a custom skill. Use this Skill to scaffold the correct directory tree, write a valid plugin.json, and verify every component is auto-discovered. ## Quick Start Ask the agent to create a new plugin called "mi-plugin" with one command and one skill following the standard plugin structure.