artifacts

Bootstrap and manage multiple artifact types in a monorepo.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/gopforever/Idle-Echoes --skill artifacts-gopforever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts
Source: https://github.com/gopforever/Idle-Echoes/tree/main/.local/skills/artifacts
Command: npx skills add https://github.com/gopforever/Idle-Echoes --skill artifacts-gopforever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes the process of bootstrapping and updating artifact projects within a monorepo, including scaffolding, metadata generation, and preview/deploy wiring across multiple artifact types.

Core Features & Use Cases

  • Artifact bootstrap: Create new artifacts (expo, data-visualization, mockup-sandbox, react-vite, slides, video-js) with a consistent scaffold and artifact.toml metadata.
  • OpenAPI-first workflows: For full-stack artifacts, drive API contracts, code generation, and backend/frontend integration to accelerate end-to-end delivery.
  • Deployment & preview wiring: Ensure artifacts are wired into the shared preview/deploy workflow, ports are allocated, and previews are accessible via the monorepo tooling.

Quick Start

Call createArtifact() with a fresh slug, artifactType, 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 scaffold new web apps and artifacts in a monorepo?

To scaffold new artifacts in a monorepo, call createArtifact() with a fresh slug, artifactType, previewPath, and title. This bootstraps projects like react-vite or expo apps, generating artifact.toml metadata and allocating ports automatically.

How does OpenAPI codegen work for full-stack monorepo artifacts?

OpenAPI codegen for full-stack artifacts drives API contracts, code generation, and backend/frontend integration. This accelerates end-to-end delivery by ensuring the frontend and backend remain synchronized through the generated API definitions.

What is the best way to standardize artifact metadata and deploy previews across a monorepo?

Standardize artifact metadata and deploy previews by generating artifact.toml files during the scaffold process. This enforces a consistent bootstrap process, allocates ports, and integrates all artifacts into the shared preview/deploy workflow.

Can I bootstrap different artifact types like slides, videos, and data visualizations in one monorepo?

Yes, you can bootstrap multiple artifact types in one monorepo. Supported types include expo, data-visualization, mockup-sandbox, react-vite, slides, and video-js, each scaffolded with consistent metadata and preview wiring.

Do I need a shared preview workflow to manage artifacts in my monorepo?

A shared preview workflow is required to manage artifacts effectively. The bootstrap process wires artifacts into the shared preview/deploy workflow, allocates necessary ports, and ensures previews are accessible via the monorepo tooling.