artifacts

Create mockup-sandbox artifacts with a reference link and minimal section.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/soq123/SE3354-Calo-fit --skill artifacts-soq123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts
Source: https://github.com/soq123/SE3354-Calo-fit/tree/main/.local/skills/artifacts
Command: npx skills add https://github.com/soq123/SE3354-Calo-fit --skill artifacts-soq123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Teams need a lightweight, isolated sandbox to rapidly prototype UI features without affecting real artifacts.

Core Features & Use Cases

  • Enforces artifactType to mockup-sandbox for safe, sandboxed experiments.
  • Provides a ready-to-use scaffold and reference docs for rapid iteration.
  • Useful for UI prototyping, demonstrations, and early validation without creating other artifact types.

Quick Start

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

Frequently Asked Questions about artifacts

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

FAQPage Schema
How do I create a mockup sandbox for UI prototyping?

To create a mockup sandbox for UI prototyping, call createArtifact() with the artifactType set to 'mockup-sandbox'. This bootstraps an isolated environment for rapid UI iteration.

What is a mockup-sandbox artifact type used for?

A mockup-sandbox artifact type is used for safe, sandboxed UI experiments and early validation. It restricts artifact creation to prevent impacting real artifacts during rapid prototyping.

Can I use this scaffolding tool for production artifacts?

No, this scaffolding tool cannot be used for production artifacts. It enforces artifact-type constraints to restrict creation strictly to the 'mockup-sandbox' type for isolated experiments.

Does the mockup sandbox support guided documentation?

Yes, the mockup sandbox supports guided documentation. It provides a ready-to-use scaffold with a reference link and a minimal reference section for future expansion.

Why should I restrict artifact types during UI prototyping?

Restricting artifact types during UI prototyping prevents accidental modifications to real artifacts. Enforcing the 'mockup-sandbox' type ensures teams have a lightweight, isolated area for demonstrations.