create-artifact

Bootstrap a mockup sandbox artifact from template files with slug and title interpolation.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill create-artifact-shahmirerror
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-artifact
Source: https://github.com/shahmirerror/gsdcp-mobile/tree/main/.local/skills/create-artifact
Command: npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill create-artifact-shahmirerror

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Bootstrap a mockup sandbox artifact by generating a ready-to-use scaffold from templates.

Core Features & Use Cases

  • Bootstrap a mockup sandbox artifact to quickly start UI prototyping with a consistent scaffold.
  • Enforce artifactType to be 'mockup-sandbox' and guide users away from other artifact types.
  • Interpolate slug/title placeholders in template files during bootstrapping to customize artifacts.

Quick Start

Call createArtifact() with artifactType 'mockup-sandbox', along with a slug and title to bootstrap the mockup sandbox artifact.

Frequently Asked Questions about create-artifact

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

FAQPage Schema
How do I bootstrap a mockup sandbox artifact for rapid UI prototyping?

To bootstrap a mockup sandbox artifact, call createArtifact() with the artifactType set to 'mockup-sandbox', and provide a slug and title to generate a ready-to-use scaffold from templates.

What is a template-based scaffold and when do I need it for artifact creation?

A template-based scaffold is a reproducible file structure used during artifact creation. You need it when starting UI prototyping to ensure a consistent mockup sandbox layout with interpolated slug and title placeholders.

Can I use this scaffold to generate other artifact types?

No, this scaffold strictly enforces the artifactType as 'mockup-sandbox' and guides users away from other artifact types to maintain a consistent UI prototyping environment.

How do I customize template files when generating a mockup sandbox?

You customize the mockup sandbox by interpolating slug and title tokens in the template files, which are copied from the artifacts/mockup-sandbox/files directory during the bootstrapping process.

Why does my mockup sandbox artifact creation fail with a missing structure error?

Artifact creation fails and reports errors if the required structure is missing, specifically when the artifacts/mockup-sandbox/files directory or the necessary template files are not found.