What problem does it solve? Creating a custom Mira agent plugin involves many coordinated steps: checking for the Reversa toolchain, scaffolding the plugin folder, writing specifications, implementing the SKILL.md, validating the manifest, and activating it. This Skill orchestrates that entire lifecycle so nothing is missed or done out of order. ## Core Features & Use Cases - End-to-end plugin scaffolding: Derives a valid plugin identifier, copies the plugin template into mira-plugins/<id>/, and keeps folder name, manifest id, and SKILL.md name in sync. - Reversa orchestration: Checks whether Reversa is installed (installing only with explicit user consent), runs /reversa-new once per workshop, then drives the forward cycle (requirements, clarify, plan, to-do, coding) scoped strictly to the plugin folder. - Validation and activation: Runs npx mira-animator plugin validate <id> and plugin sync, enforces constraints (self-contained folder, no executable files, single SKILL.md with optional references/assets), and supports an edit mode that bumps the version. - Use Case: A user says "quero fazer meu proprio agente" and this Skill walks them from idea to a validated, shareable .mplug plugin without touching anything outside mira-plugins/<id>/. ## Quick Start Ask the assistant to create a new Mira plugin by describing what your custom agent should do, for example by saying "/mira-new-plugin" or "criar plugin do Mira que resume reunioes".