myco:add-symbiont

Register new symbiont manifests and wire hooks for Myco's SymbiontInstaller.

12|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/goondocks-co/myco --skill myco-add-symbiont
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myco:add-symbiont
Source: https://github.com/goondocks-co/myco/tree/main/.agents/skills/add-symbiont
Command: npx skills add https://github.com/goondocks-co/myco --skill myco-add-symbiont

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Facilitates onboarding and lifecycle management for new agent integrations (symbionts) in Myco's SymbiontInstaller, ensuring the init, update, remove, and doctor operations apply consistently across all registered agents.

Core Features & Use Cases

  • Create and register a new symbiont manifest for a chosen agent
  • Wire agent-specific hook templates and cross-platform guard integration
  • Use myco init, doctor, and update to install and manage the symbiont across projects

Quick Start

Create the manifest, wire the templates, and run myco init to activate the symbiont in your project.

Frequently Asked Questions about myco:add-symbiont

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

FAQPage Schema
How do I onboard a new agent into Myco's lifecycle management system?

To onboard a new agent into Myco, you create a symbiont manifest, wire agent-specific hook templates, and run myco init to activate the agent for consistent lifecycle management across projects.

What is a symbiont manifest and when do I need one for agent integration?

A symbiont manifest defines registration details, manifest defaults, and optional instruction files to control agent activation. You need one when adding a new agent type to ensure consistent installation and integration behavior.

How do I wire hook templates and cross-platform guards when adding a new agent?

Wiring hook templates involves applying agent-specific templates and cross-platform guard integration during manifest creation, ensuring the agent activates consistently across different environments using myco init.

Can I use myco doctor and update to manage agent installations across projects?

Yes, myco doctor and update apply lifecycle management operations consistently across all registered agents, allowing you to verify and update symbiont installations across multiple projects.

What's the best way to ensure consistent agent installation across different environments?

Using Myco's SymbiontInstaller with defined manifest defaults, registration details, and cross-platform guard integration ensures consistent agent installation via myco init, doctor, and update operations.

Does onboarding a new agent require manual hook configuration for each project?

No, onboarding uses wired hook templates and manifest defaults during initial registration, so running myco init applies the configuration consistently without requiring manual hook setup for each project.