launch

Automate workspace deployment from YAML/TOML templates with variable substitution.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/kinnerkarmanish/mak --skill launch-kinnerkarmanish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch
Source: https://github.com/kinnerkarmanish/mak/tree/main/library/skills/workspace/launch
Command: npx skills add https://github.com/kinnerkarmanish/mak --skill launch-kinnerkarmanish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stand up full AI workspace environments quickly from reusable templates, reducing manual setup time and configuration drift.

Core Features & Use Cases

  • Automates provisioning of agents, skills, budgets, and initial tasks from a single template.
  • Supports variable substitution and per-template customization for different projects.
  • Use Case: bootstrap a complete operating environment for a new project with minimal commands.

Quick Start

Run /launch templates/research-team.yaml to stand up a new workspace from a predefined template.

Frequently Asked Questions about launch

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

FAQPage Schema
How do I automate workspace deployment from a template?

Workspace deployment from templates is automated by provisioning agents, skills, budgets, and initial tasks using a single command. It applies variable substitution and per-template customization to configure multiple projects from YAML or TOML files.

What is the best way to bootstrap a new AI project environment?

The best way to bootstrap a new AI project environment is using a predefined workspace template. This stands up a complete operating environment with necessary agents and initial tasks, minimizing manual setup time and configuration drift.

Can I use YAML and TOML templates for workspace provisioning?

Yes, workspace provisioning supports both YAML and TOML template formats. These templates allow variable substitution and optional overrides to customize the deployment of agents and budgets across different projects.

Does workspace template provisioning support dry-run options?

Yes, workspace template provisioning supports dry-run and backend options. This allows you to validate the deployment configuration of agents and skills before applying changes to the actual workspace.

How do variable substitution and overrides work in workspace templates?

Variable substitution and overrides in workspace templates allow per-template customization for different projects. You can inject project-specific values into the template to provision agents, skills, and budgets without altering the base file.