artifacts

Limit artifact creation to mockup-sandbox type during rapid prototyping.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill constrains artifact creation to a mockup sandbox environment, preventing accidental or premature generation of non-mock artifacts.

Core Features & Use Cases

  • Controlled scaffolding: only mockup-sandbox artifacts can be created to accelerate prototyping.
  • Guided references: provides a reference.md in the repository to understand how to proceed and where to customize later.

Quick Start

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

Frequently Asked Questions about artifacts

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

FAQPage Schema
What is a mockup sandbox used for in rapid prototyping?

A mockup sandbox constrains artifact creation during rapid prototyping to iterate designs using only mockup artifacts, preventing accidental or premature generation of non-mock artifacts during early workflow scaffolding.

How do I create a mockup-sandbox artifact for workflow scaffolding?

You create a sandbox artifact by calling the createArtifact() function with the artifactType parameter explicitly set to 'mockup-sandbox' to bootstrap your controlled prototyping environment.

Can I generate non-mockup artifacts while iterating designs in the sandbox?

No, artifact creation is strictly limited to the 'mockup-sandbox' type. This controlled scaffolding approach accelerates prototyping by preventing accidental or premature generation of non-mock artifacts during design iteration.

Where do I find references for customizing mockup artifacts after scaffolding?

You should consult the reference.md file provided in the repository. This guided reference helps you understand how to proceed with your mockup artifacts and where to customize your designs later in the workflow.

Do I need any dependencies to use the mockup sandbox for prototyping?

No external dependencies are required to use the mockup sandbox for prototyping. The skill operates independently to enforce the 'mockup-sandbox' artifactType and provides internal references for design iteration.