artifacts

Generate artifact workspaces from mockup sandbox templates using bootstrap scripts.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Darsh20009/genmz-shop --skill artifacts-darsh20009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts
Source: https://github.com/Darsh20009/genmz-shop/tree/main/.local/skills/artifacts
Command: npx skills add https://github.com/Darsh20009/genmz-shop --skill artifacts-darsh20009

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines creating artifact scaffolds by providing ready-to-use mockup sandbox templates and bootstrap scripts.

Core Features & Use Cases

  • Bootstrap scripts (bootstrap.js, bootstrap-legacy.js, bootstrap-legacy.js) generate artifacts from mockup templates.
  • Prebuilt references guide for multi-artifact creation and relevant docs, including artifact.yaml templates.
  • Enforces a single artifact type per project and guides users when other artifact types are requested.

Quick Start

Call createArtifact() with artifactType 'mockup-sandbox' to bootstrap a mockup sandbox artifact.

Frequently Asked Questions about artifacts

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

FAQPage Schema
How do I auto-scaffold mockup sandbox templates for a new project?

To auto-scaffold mockup sandbox templates, call createArtifact() with artifactType 'mockup-sandbox' to bootstrap a fully initialized project workspace using prebuilt bootstrap scripts.

What is artifact scaffolding and when do I need a mockup sandbox?

Artifact scaffolding is the process of generating a baseline project structure from templates. You need a mockup sandbox when rapidly bootstrapping a project and requiring ready-to-use mockup template files and bootstrap scripts.

Can I generate multiple artifact types within a single project workspace?

No, the scaffolding process enforces a single artifact type per project. If you request other artifact types, the prebuilt references guide will redirect you to start a new project.

Do I need bootstrap scripts to generate mockup templates?

Yes, you need bootstrap scripts like bootstrap.js to generate artifacts from mockup templates. These scripts provision the scaffold and initialize the mockup sandbox workspace automatically.

What's the best way to configure artifact.yaml templates for scaffolding?

The best way to configure artifact.yaml templates is by following the included prebuilt references guide, which provides multi-artifact creation documentation and relevant templates for the workspace.