artifacts

Create mockup sandbox artifacts with enforced artifactType 'mockup-sandbox'.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/offers-png/one-time-checkout --skill artifacts-offers-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts
Source: https://github.com/offers-png/one-time-checkout/tree/main/.local/skills/artifacts
Command: npx skills add https://github.com/offers-png/one-time-checkout --skill artifacts-offers-png

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill ensures you bootstrap only mockup sandbox artifacts and prevents accidental creation of unsupported artifact types, saving time and reducing runtime errors.

Core Features & Use Cases

  • Enforces artifactType 'mockup-sandbox' for bootstrap
  • Guides users away from unsupported artifact types with a link to docs
  • Provides a reference for extending artifacts by creating a new project

Quick Start

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

To bootstrap a mockup sandbox, call createArtifact() with the artifactType set to 'mockup-sandbox'. This safely scaffolds disposable UI artifacts for rapid prototyping without building full web or mobile scaffolds.

What is a mockup sandbox artifact used for?

A mockup sandbox artifact provides a safe, disposable environment for rapid UI prototyping. It is used to scaffold and test UI designs quickly without the overhead of building full web or mobile project structures.

Can I create unsupported artifact types with the mockup sandbox?

No, the mockup sandbox strictly enforces the 'mockup-sandbox' artifactType. If you need unsupported types, it guides you away from accidental creation and links to documentation for extending artifacts by creating a new project.

Does the mockup sandbox work with Replit for UI mockups?

Yes, the mockup sandbox is designed for rapid UI prototyping and supports Replit environments. It provides a safe, disposable sandbox to prototype artifact bootstrapping without building full web or mobile scaffolds.

How do I extend artifacts when the mockup sandbox type is not enough?

To extend artifacts beyond the mockup sandbox, refer to the provided documentation links for creating a new project. The skill guides you away from unsupported types and points to the docs for extending artifact functionality.