artifacts

Scaffold mockup-sandbox artifacts with templates and references via YAML configuration.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/bcwgames/FNaF-TVE --skill artifacts-bcwgames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts
Source: https://github.com/bcwgames/FNaF-TVE/tree/main/Five-Nights-At-Freddys-The-Virtual-Experience/.local/skills/artifacts
Command: npx skills add https://github.com/bcwgames/FNaF-TVE --skill artifacts-bcwgames

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates scaffolding of a mockup-sandbox artifact for rapid UI prototyping.

Core Features & Use Cases

  • Bootstrap a mockup-sandbox artifact with templates, references, and assets for UI prototyping.
  • Enforce artifact type constraints by ensuring only artifactType 'mockup-sandbox' is used.
  • Automatically populate artifacts/<slug> with the corresponding files and documentation from the skill.

Quick Start

Invoke createArtifact() with artifactType 'mockup-sandbox' and a slug to bootstrap a ready-to-use 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 for rapid UI prototyping, invoke createArtifact() with the artifactType 'mockup-sandbox' and a slug. This automatically populates artifacts/<slug> with ready-to-use templates, references, and assets.

What is a mockup-sandbox artifact and when do I need one?

A mockup-sandbox artifact is a structured project directory containing templates and references for UI prototyping. You need one when starting a new interface design phase and want a ready-to-use sandbox with pre-configured assets and documentation.

Can I use a different artifact type or name for my UI prototyping sandbox?

No, you cannot use a different artifact type. The skill enforces artifact type constraints by ensuring only the artifactType 'mockup-sandbox' is used, maintaining consistency across your generated templates and references.

What's the best way to scaffold a UI mockup without manual file setup?

The best way to scaffold a UI mockup without manual file setup is using bootstrap scripts with token interpolation. This approach automatically applies artifact YAML configuration to generate your project files and documentation instantly.

Do I need any dependencies to scaffold a mockup-sandbox artifact?

No external dependencies are required to scaffold a mockup-sandbox artifact. The skill relies entirely on its built-in bootstrap scripts, token interpolation, and artifact YAML configuration to populate your project directory.