create-artifact

Bootstraps a mockup sandbox artifact for rapid UI prototyping in Replit's artifact framework.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a streamlined way to bootstrap a mockup sandbox artifact, enabling rapid UI prototyping without affecting real projects.

Core Features & Use Cases

  • Enforces artifactType to "mockup-sandbox" and bootstraps a complete sandbox workspace with templates and configs.
  • Supports quick iteration of UI concepts by providing a self-contained environment for mockups and previews.
  • Use Case: Quickly scaffold a mockup sandbox and start prototyping component layouts and interactions.

Quick Start

Create a mockup sandbox artifact by calling createArtifact() with artifactType set to 'mockup-sandbox' and providing a slug and title.

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 for UI prototyping in Replit?

To bootstrap a mockup sandbox for UI prototyping in Replit, call createArtifact() with artifactType set to 'mockup-sandbox' and provide a slug and title to initialize the workspace.

What is a mockup-sandbox artifact used for?

A mockup-sandbox artifact provides a self-contained environment for rapid UI prototyping, allowing you to quickly iterate on component layouts and interactions without affecting real projects.

Can I use this to prototype components outside of the Replit artifact framework?

No, this requires the Replit artifact bootstrap workflow and uses artifacts/mockup-sandbox templates and references to initialize the workspace, limiting it to the mockup-sandbox type.

Are there limitations to the mockup-sandbox artifact type?

Yes, this is limited to the mockup-sandbox type and enforces artifactType to 'mockup-sandbox', meaning it is specifically designed for mockups and previews rather than production development.