myco:install-and-initialize-myco

Automate Myco CLI installation, initialization, health checks, and maintenance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the full bootstrap lifecycle for Myco: installing the CLI, initializing in a project, health checks, and lifecycle management. It also covers activation when users ask how to get started with Myco or how to add it to a project without explicitly saying install.

Core Features & Use Cases

  • Bootstraps the CLI via the official install script or npm install
  • Initializes Myco in a project with myco init
  • Verifies health with myco doctor
  • Manages updates and removal of Myco from a project
  • Use cases include first-time setup, re-installation, and troubleshooting

Quick Start

Install the Myco CLI and run myco init in your project to bootstrap Myco and begin health checks.

Frequently Asked Questions about myco:install-and-initialize-myco

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

FAQPage Schema
How do I install and initialize the Myco CLI in a new project?

Yes, you can add Myco to an existing repository by running myco init at the project root, which bootstraps the configuration without overwriting your current files, followed by myco doctor to verify health.

Why does my Myco installation fail health checks after bootstrap?

Failed health checks after Myco installation usually indicate an incomplete bootstrap or environment mismatch; run myco doctor to diagnose issues, or re-install the CLI via the official install script to restore a working state.

What is the best way to troubleshoot a broken Myco CLI installation?

The best way to troubleshoot a broken Myco CLI installation is to run myco doctor for automated health verification, which identifies configuration errors and checks if the bootstrap lifecycle completed successfully.

Can I manage Myco updates and removal through the CLI?

Yes, the Myco CLI handles ongoing lifecycle management, allowing you to update the CLI to the latest version or completely remove Myco from your project using dedicated maintenance commands after the initial bootstrap.

Do I need npm to install the Myco CLI, or can I use the official script?

You do not strictly need npm to install Myco; the bootstrap supports both the official install script and npm install, giving you flexibility depending on your environment and package manager preferences.