create-artifact

Create mockup-sandbox artifacts with createArtifact() using slug and title.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill isolates and speeds up scaffolding by guiding users to create only the mockup-sandbox artifact type via createArtifact(), preventing accidental generation of other artifact kinds.

Core Features & Use Cases

  • Enforces artifactType: "mockup-sandbox" to ensure consistent, isolated prototyping environments.
  • Provides templating scaffolds and guidance for rapid UI prototyping workflows.
  • Use Case: A developer wants a quick sandbox to try out UI ideas without building a full web or mobile app.

Quick Start

Call createArtifact() with artifactType 'mockup-sandbox' to bootstrap a new 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 UI prototyping?

To bootstrap a mockup-sandbox artifact, call createArtifact() with the artifactType parameter set to "mockup-sandbox". You must also provide a slug and title to template and initialize the isolated prototyping environment.

What is a mockup-sandbox artifact used for?

A mockup-sandbox artifact provides an isolated, single-artifact environment for rapid UI prototyping. It allows developers to quickly try out interface ideas without needing to build and configure a full web or mobile application.

Can I generate web app or slide artifacts using the mockup-sandbox scaffold?

No, this scaffold enforces artifactType: "mockup-sandbox" and prevents generating other artifact kinds such as web apps or slides. It strictly applies to single-artifact workflows to ensure consistent, isolated prototyping.

What inputs do I need to initialize a mockup-sandbox artifact?

Initializing a mockup-sandbox artifact requires a slug and a title. These inputs are used to template and initialize the artifact when you call the createArtifact() function.

Why does my artifact generation only produce mockup-sandbox types?

This happens because the scaffold intentionally isolates and enforces the mockup-sandbox artifactType. It is designed to prevent accidental generation of other artifact kinds, ensuring your workflow remains a consistent, single-artifact prototyping environment.