artifacts

Bootstrap a mockup sandbox artifact with templates, scripts, and configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides scaffolding for a mockup sandbox artifact to accelerate UI prototyping within a workspace.

Core Features & Use Cases

  • Create a ready-made mockup-sandbox artifact with templates, configs, and file structure.
  • Provide reusable bootstrap scripts and templates (package.json.template, vite.config.ts, etc.) to standardize scaffolding across projects.
  • Integrate with artifact creation flows so teams can quickly bootstrap prototyping sandboxes for demos.

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
How do I scaffold a mockup sandbox for rapid UI prototyping?

To scaffold a mockup sandbox for rapid UI prototyping, call createArtifact() with artifactType 'mockup-sandbox'. This bootstraps a consistent project structure with templates, scripts, and configuration files for quick starts.

What is an artifact bootstrap convention for workspace onboarding?

An artifact bootstrap convention standardizes project initialization by exposing template files, bootstrap scripts, and an organized artifacts layout. It ensures consistent mockup sandbox environments for design sprints and workspace onboarding.

Can I use my own Vite config and package.json templates to bootstrap a mockup sandbox?

Yes, the mockup sandbox scaffolding provides reusable bootstrap scripts and templates like package.json.template and vite.config.ts. These standardize the configuration across projects while supporting rapid UI prototyping.

Does the mockup sandbox artifact integrate with existing artifact creation flows?

The mockup sandbox artifact integrates with artifact creation flows so teams can quickly bootstrap prototyping sandboxes for demos. It provides a ready-made structure with templates, configs, and an organized file layout.

What's the best way to standardize UI prototyping sandboxes across multiple projects?

The best way to standardize UI prototyping sandboxes across projects is using reusable bootstrap scripts and templates. This ensures a consistent file structure, standardizes configurations, and accelerates demo preparation during design sprints.