export

Package a running workspace into a portable, validated template.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exporting a configured workspace as a portable, repeatable template that can be imported into another environment.

Core Features & Use Cases

  • Capture full workspace definitions including agents, skills, configuration, seed tasks, and budgets.
  • Strip secrets and templatize environment-specific paths to create a safe, portable template.
  • Validate the exported template to ensure it can be imported into another workspace.

Quick Start

Run the export command to generate a reusable workspace template.

Frequently Asked Questions about export

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

FAQPage Schema
How do I package a workspace into a portable template?

To package a workspace into a portable template, run the export command. This captures your agents, skills, configuration, seed tasks, and budgets into a single reusable file for migration or cloning.

Are secrets removed when exporting a workspace template?

Yes, secrets are automatically stripped when exporting a workspace template. The process also templatizes environment-specific paths to ensure the resulting file is safe for sharing across different environments.

What is included when I export a workspace configuration?

Exporting a workspace configuration includes full definitions of agents, skills, configuration settings, seed tasks, and budgets. This ensures the complete workspace state is captured for cloning or migration.

How do I validate an exported template before importing it?

Validating an exported template is handled automatically during the packaging process. The validation step ensures the templatized workspace configuration is structurally safe and ready for import into another environment.

Can I clone Canopy configurations across different environments?

Yes, you can clone Canopy configurations across environments by using the export tool. It packages your workspace setup while stripping secrets and templatizing paths to safely migrate agents and skills.

When should I templatize environment-specific paths in a workspace?

You should templatize environment-specific paths when you need to migrate or share a workspace template. This ensures the exported configuration remains portable and functional when imported into a new, distinct environment.