merlins-potion

Create persistent agent profiles and on-demand subordinates via the Holobiont Genome Protocol.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/iamcapote/emptyrepo --skill merlins-potion
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: merlins-potion
Source: https://github.com/iamcapote/emptyrepo/tree/main/skills/forged/merlins-potion
Command: npx skills add https://github.com/iamcapote/emptyrepo --skill merlins-potion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merlin's Potion automates the creation of persistent agent profiles and on-demand subordinate agents using the Holobiont Genome Protocol, reducing manual setup and coordination overhead in complex AI governance.

Core Features & Use Cases

  • Persistent agent profiles stored under /a0/agents/<profile>/ with metadata, prompts, and extensions
  • On-demand subordinate agents created via call_subordinate using a Holobiont Genome payload
  • Four-layer signaling system (YAML/XML/JSON/Markdown) for structured communication
  • Pre-flight protocol requiring explicit King Arthur approval before instantiation
  • Supports integration with King Arthur's primary profile and subordinates for orchestration

Quick Start

Instantiate either a new agent profile or a subordinate by submitting a PRE-FLIGHT SPEC and then issuing a call_subordinate with the appropriate Holobiont Genome payload.

Frequently Asked Questions about merlins-potion

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

FAQPage Schema
How do I create persistent agent profiles for complex workflow orchestration?▼

Persistent agent profiles are created by storing metadata, prompts, and extensions under the /a0/agents/<profile>/ directory path. This mechanism ensures that agent configurations remain available across multiple workflow execution cycles without requiring manual reconfiguration.

What is the Holobiont Genome Protocol for spawning subordinate agents?▼

The Holobiont Genome Protocol is a structured payload format used to dynamically spawn on-demand subordinate agents via the call_subordinate function. It enables automated agent instantiation and coordination while reducing manual setup overhead in complex AI governance tasks.

How do pre-flight approvals work for agent instantiation in governance workflows?▼

Pre-flight approvals require submitting a PRE-FLIGHT SPEC and obtaining explicit King Arthur profile authorization before any agent instantiation occurs. This protocol ensures controlled governance validation before dynamically spawning subordinate agents across workflows.

Can I use four-layer signaling formats like YAML, XML, and JSON for agent communication?▼

Yes, the four-layer signaling system supports structured communication using YAML, XML, JSON, and Markdown formats simultaneously. This multi-format approach enables flexible, structured data exchange between persistent agent profiles and dynamically spawned subordinate agents.

Do I need King Arthur's primary profile to orchestrate subordinate agents?▼

Yes, King Arthur's primary profile is required for orchestration as it provides the explicit pre-flight approval needed before subordinate agents can be instantiated. The integration with this primary profile governs the entire dynamic agent spawning lifecycle.

What are the limitations of using on-demand subordinate agents in AI governance workflows?▼

On-demand subordinate agents require explicit pre-flight approval for each instantiation and rely on the Holobiont Genome Protocol payload structure, meaning workflows cannot bypass the King Arthur governance validation or operate independently of the four-layer signaling system.