mg-cli

Automate organization onboarding into ModelGuide using the mg CLI tool.

106|4|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/modelguide/modelguide --skill mg-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mg-cli
Source: https://github.com/modelguide/modelguide/tree/main/.claude/skills/mg-cli
Command: npx skills add https://github.com/modelguide/modelguide --skill mg-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, zod, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The mg-cli Skill simplifies the process of onboarding organizations into ModelGuide, providing a streamlined way to manage configurations, agents, and workflows.

Core Features & Use Cases

  • Organization Onboarding: Automate the setup of new organizations using YAML configuration files and CLI commands.
  • Configuration Management: Generate and validate YAML configuration files for ModelGuide's features.
  • CLI Tool Integration: Trigger onboarding tasks and manage existing organizations with the mg CLI tool.
  • Use Case: When you need to create a new organization in ModelGuide, configure it with all necessary components, and get it running quickly.

Quick Start

Run the following command to onboard a new organization:

mg setup /path/to/my-org/

Frequently Asked Questions about mg-cli

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

FAQPage Schema
How do I onboard an organization into ModelGuide using a CLI tool?

You can onboard an organization into ModelGuide by running the `mg setup /path/to/my-org/` CLI command. This automates the configuration of necessary components, generates YAML files, and orchestrates the workflow to get the organization running quickly.

What is the best way to automate YAML configuration management for organization setup?

Automating YAML configuration management for organization setup is handled by the mg CLI tool. It generates and validates the YAML configuration files required for ModelGuide's features and agents, streamlining the entire onboarding process.

Do I need Bun and Zod to manage ModelGuide workflows with this CLI?

Yes, you need Bun and Zod installed, as they are required dependencies for the mg CLI tool. They support the underlying execution and validation logic needed to orchestrate ModelGuide organization workflows.

Can I validate YAML configuration files before triggering the onboarding process?

Yes, validating YAML configuration files is a core feature of the mg CLI tool before triggering onboarding tasks. It checks the configuration data for ModelGuide's features and agents to ensure a correct setup process.

Does this CLI tool work for managing existing organizations or only new organization onboarding?

The CLI tool works for both new organization onboarding and managing existing organizations. It triggers onboarding tasks using YAML files and provides commands to manage ongoing workflows within the ModelGuide environment.