myco:operate-skill-lifecycle-pipeline

Manage Myco skill lifecycle from candidate review to live promotion.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Myco skill lifecycle pipeline coordinates the end-to-end lifecycle of skills—from candidate generation and staging to final live promotion—ensuring governance, traceability, and quality across SKILL.md updates.

Core Features & Use Cases

  • Centralized management of skill candidates, records, and SKILL.md files using Vault-like tooling and Myco dashboards.
  • Staging-based workflow with human review for publishing SKILL.md to the live .agents/skills directory.
  • Enforced frontmatter constraints (name, description, managed_by, user-invocable, allowed-tools) to prevent invalid skill writes and ensure auditability.

Quick Start

Start by reviewing an approved candidate in the Skills dashboard, stage a draft SKILL.md, and request promotion through the human-review gate to publish to live.

Frequently Asked Questions about myco:operate-skill-lifecycle-pipeline

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

FAQPage Schema
How does skill lifecycle management work in Myco?

Skill lifecycle management in Myco coordinates candidate generation, staging drafts, and live promotion through human review gates to ensure quality and auditability across SKILL.md files.

How do I publish a SKILL.md draft to the live skills directory?

To publish SKILL.md to the live .agents/skills directory, stage a draft from an approved candidate in the dashboard and request promotion through the human review gate for final approval.

What frontmatter constraints are enforced for Myco skill records?

Frontmatter constraints for Myco skill records require name, description, managed_by, user-invocable, and allowed-tools fields to prevent invalid vault writes and ensure auditability.

Can I use vault_skill_candidates with the Myco Skills dashboard?

Yes, the pipeline applies when interacting with vault_skill_candidates, vault_skill_records, and vault_write_skill, and when users query the Skills dashboard for staging and promotion workflows.

When do I need human oversight for staging-to-live skill promotions?

Human oversight for staging-to-live skill promotions is required whenever a draft SKILL.md is moved to the live .agents/skills directory to enforce governance and validate frontmatter constraints.