develop-plugin

Generate DMAP-compliant plugin skeletons, agents, skills, and gateway configurations.

21|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/unicorn-plugins/dmap --skill develop-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop-plugin
Source: https://github.com/unicorn-plugins/dmap/tree/main/skills/develop-plugin
Command: npx skills add https://github.com/unicorn-plugins/dmap --skill develop-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of DMAP-compliant plugins, abstracting away the complexities of multi-agent system development and making plugin creation accessible to non-developers.

Core Features & Use Cases

  • Guided Development: Follows a structured 4-Phase workflow (Requirements, Design, Development, Verification) for robust plugin creation.
  • AI-Assisted Planning & Coding: Leverages specialized AI skills (ralplan, ralph) for planning and code generation.
  • DMAP Standard Compliance: Ensures all generated plugins adhere to the DMAP architecture and standards.
  • Use Case: A product manager needs a new plugin to manage customer feedback. They provide a high-level brief, and this Skill guides them through the process of designing, building, and verifying a fully functional DMAP plugin without writing any code.

Quick Start

Use the develop-plugin skill to start building a new DMAP plugin based on your team's project brief.

Frequently Asked Questions about develop-plugin

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

FAQPage Schema
How do I build a multi-agent system without writing traditional code?

You can build a multi-agent system code-free by providing a project brief to an AI agent. The automation workflow generates the plugin skeleton, agents, and gateway configurations using declarative Markdown and YAML specifications, eliminating traditional coding.

What is the workflow for automated plugin development?

Automated plugin development follows a guided 4-phase workflow: Requirements, Design, Development, and Verification. It leverages AI-powered planning to generate plugin skeletons, agents, and gateway configurations based on your project brief.

Can I generate a DMAP plugin skeleton from a high-level project brief?

Yes, you can generate a DMAP plugin skeleton from a high-level project brief. The AI-assisted workflow parses your requirements to automatically scaffold the necessary agents, skills, and gateway configurations without manual coding.

Does DMAP plugin development require prior coding experience?

No, DMAP plugin development does not require prior coding experience. By utilizing declarative Markdown and YAML specifications alongside AI-powered code generation, non-developers can create functional multi-agent plugins without writing code.

What is the best way to ensure my custom plugin meets DMAP standards?

The best way to ensure DMAP standard compliance is using an automated generation workflow. This process inherently structures your plugin skeleton, agents, and gateway configurations according to DMAP architecture requirements throughout the 4-phase workflow.

Why use declarative YAML and Markdown for multi-agent system creation?

Declarative YAML and Markdown are used for multi-agent system creation to abstract away implementation complexities. This allows you to define agent logic and gateway configurations textually, making plugin development accessible without traditional coding.