import

Import workspace templates from local files, URLs, or GitHub with collision handling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Import skill helps teams stand up new workspaces quickly by provisioning templates while automatically handling conflicts and required secrets.

Core Features & Use Cases

  • Preview templates to see what will be created without applying changes.
  • Detect and resolve collisions using strategies like rename, skip, or replace.
  • Accept templates from local files, URLs, or GitHub repositories, and surface required secrets during import.

Quick Start

Import a workspace template from templates/research-team.yaml into your target directory with collision handling and secret prompts.

Frequently Asked Questions about import

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

FAQPage Schema
How do I import a workspace template without overwriting existing files?

You can import workspace templates with collision handling to prevent overwriting files. The import process detects conflicts and allows you to resolve them using strategies like skip, rename, or replace during provisioning.

Can I preview a workspace template before applying it to my directory?

Yes, you can preview workspace templates using a dry-run. This allows you to see what will be created and check for collisions without applying any changes to your target directory.

What sources can I import workspace templates from?

You can import workspace templates from local files, URLs, or GitHub repositories. The import process handles variable overrides and surfaces required secrets via environment prompts to complete installation.

How are secrets managed during workspace template provisioning?

During workspace template provisioning, the import process surfaces required secrets via environment prompts. You must provide these required secrets to successfully complete the installation and launch the workspace.

What do I need to set up before importing a workspace template?

You need a template parser and filesystem access to the target directory. Environment prompts for required secrets will appear during the import process to complete the installation.