artifacts

Create bootstrapped scaffolds and templates for Replit artifacts.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Mo7amed-Mahmoud/ZeinaGuard-Pro --skill artifacts-mo7amed-mahmoud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts
Source: https://github.com/Mo7amed-Mahmoud/ZeinaGuard-Pro/tree/main/.local/skills/artifacts
Command: npx skills add https://github.com/Mo7amed-Mahmoud/ZeinaGuard-Pro --skill artifacts-mo7amed-mahmoud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides repeatable scaffolds and bootstrapping templates for Replit artifacts, reducing setup time and ensuring consistent project structures.

Core Features & Use Cases

  • Bootstrapped templates and starter files for multiple artifact types (mockup-sandbox, data-visualization, expo, react-vite, slides, video-js).
  • Template substitution and slug/title handling via bootstrap scripts to generate ready-to-run workspaces.
  • Guidance for multi-artifact workflows with references and best practices.

Quick Start

Run node bootstrap.js <artifactType> --slug=<slug> --title=<title> to bootstrap a new artifact scaffold.

Frequently Asked Questions about artifacts

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

FAQPage Schema
How do I bootstrap a Replit artifact scaffold?

To bootstrap a Replit artifact scaffold, run node bootstrap.js <artifactType> --slug=<slug> --title=<title>. This executes template substitution and file-copy logic to generate a ready-to-run workspace.

What artifact types are supported by the bootstrap templates?

The bootstrap templates support multiple artifact types including mockup-sandbox, data-visualization, expo, react-vite, slides, and video-js, ensuring consistent project structures for each.

Can I initialize a mockup-sandbox with consistent file structure and ready-to-run scripts?

Yes, you can initialize a mockup-sandbox with consistent structure and ready-to-run scripts by executing the bootstrap script, which enforces slug and title handling during file generation.

Does the scaffolding tool handle slug and title substitution automatically?

Yes, the scaffolding tool automatically handles slug and title substitution. The bootstrap scripts process these parameters to replace template variables and produce a complete workspace.

What is the best way to set up multiple artifact types with consistent project structures?

The best way to set up multiple artifact types is using this bootstrapping skill, which provides repeatable scaffolds and guidance for multi-artifact workflows with references and best practices.