artifacts

Scaffold new artifacts and configure artifact.toml metadata in a monorepo.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CRAJKUMARSINGH/M3_Bridge --skill artifacts-crajkumarsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts
Source: https://github.com/CRAJKUMARSINGH/M3_Bridge/tree/main/.local/skills/artifacts
Command: npx skills add https://github.com/CRAJKUMARSINGH/M3_Bridge --skill artifacts-crajkumarsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the creation and update of artifact.toml metadata and scaffolds for artifacts such as websites, web apps, mobile apps, slide decks, pitch decks, videos, and data visualizations.

Core Features & Use Cases

  • Scaffolds new artifacts (react-vite, expo, slides, video-js, data-visualization, mockup-sandbox) and updates artifact.toml with standardized metadata.
  • Provides templated bootstrap scripts and references to guide end-to-end artifact bootstrap, customization, and deployment preparation.
  • Supports multi-artifact workflows with shared templates and references to accelerate project setup.

Quick Start

Run createArtifact() with artifactType, slug, previewPath, and title to bootstrap a new 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 new artifact in a monorepo using scaffolding?

You can scaffold new artifacts in a monorepo by running createArtifact() with artifactType, slug, previewPath, and title to generate the project structure and update artifact.toml metadata.

What types of artifacts can I scaffold using template bootstrapping?

Template bootstrapping supports scaffolding react-vite web apps, expo mobile apps, slide decks, video-js projects, data-visualizations, and mockup-sandboxes within a monorepo.

Does artifact scaffolding support OpenAPI codegen and frontend orchestration?

Artifact scaffolding coordinates OpenAPI bootstrapping, codegen, and backend/frontend orchestration using shared bootstrap scripts and templates to streamline end-to-end project setup.

How do I configure artifact.toml metadata for new monorepo projects?

artifact.toml metadata is configured automatically when you execute createArtifact() with the required artifactType, slug, previewPath, and title parameters during the scaffolding process.

Can I use shared bootstrap scripts for multi-artifact workflows in a monorepo?

Multi-artifact workflows are supported using shared bootstrap scripts and references to guide end-to-end artifact bootstrap, template customization, and deployment preparation across projects.