artifacts

Create mockup sandbox artifacts for rapid UI prototyping.

5|21|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/Exocore-Organization/exocore-web --skill artifacts-exocore-organization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts
Source: https://github.com/Exocore-Organization/exocore-web/tree/main/.local/skills/artifacts
Command: npx skills add https://github.com/Exocore-Organization/exocore-web --skill artifacts-exocore-organization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a safe, isolated way to bootstrap mockup artifacts for rapid UI prototyping, ensuring teams can experiment without creating real projects.

Core Features & Use Cases

  • Sandbox artifact scaffolding: quickly bootstraps a mockup sandbox with templates and files.
  • Artifact-type enforcement: restricts creation to mockup-sandbox and guides users to create new projects for other artifact types.
  • Quick validation: includes example templates and scripts to bootstrap a working sandbox environment.

Quick Start

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

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

What is a mockup sandbox used for in artifact pipelines?

A mockup sandbox is used to validate workflows and test artifact pipelines safely, allowing teams to experiment with templates without creating real projects.

Can I use the sandbox flow to create real project artifacts?

No, the sandbox flow enforces a mockup-sandbox constraint that restricts artifact creation to mockups, guiding users to create new projects for other artifact types.

Does bootstrapping a sandbox artifact require external dependencies?

No dependencies are required to bootstrap a mockup sandbox artifact, as the flow relies on internal artifacts and mockup-sandbox resources to validate the environment.

Why does my mockup artifact creation fail when using a different artifact type?

Mockup artifact creation fails because the flow restricts creation to the mockup-sandbox artifact type, guiding users to create new projects for other artifact types.