create-artifact

Bootstraps new artifact scaffolds from templates using slug and title.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ma-wais/Quality-Management-System --skill create-artifact-ma-wais
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-artifact
Source: https://github.com/ma-wais/Quality-Management-System/tree/main/.local/skills/create-artifact
Command: npx skills add https://github.com/ma-wais/Quality-Management-System --skill create-artifact-ma-wais

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates scaffolding for new artifact projects by selecting the correct templates, duplicating directory structures, and injecting slug/title tokens to bootstrap a ready-to-use workspace.

Core Features & Use Cases

  • Copy and interpolate templates to generate new artifact scaffolds for a given artifact type and slug.
  • Safely prevent overwriting existing artifacts and validate that required template paths exist.
  • Provide references and guidance for multi-artifact workflows via included documentation.

Quick Start

Run the bootstrap script with an artifact type, slug, and title to generate a new artifact scaffold.

Frequently Asked Questions about create-artifact

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

FAQPage Schema
How do I scaffold a new artifact project from templates?

Scaffolding a new artifact involves running a bootstrap script that copies template files and interpolates slug and title tokens to generate a ready-to-use directory structure in your workspace.

Does this bootstrap tool prevent overwriting existing artifacts in a monorepo?

Yes, the scaffolding process includes safety checks to prevent overwriting existing artifacts and validates required template paths before copying files into your workspace.

What is artifact scaffolding and when do I need it for code generation?

Artifact scaffolding is the process of bootstrapping new projects from templates to automate code generation, which is needed when you want to standardize project structures and reduce manual setup time.

Can I generate multiple artifacts in a single workspace workflow?

Yes, you can create multiple artifacts by following the included references and guidance that detail multi-artifact creation workflows within your workspace.

What inputs do I need to bootstrap a new artifact scaffold?

You need to provide an artifact type, a slug, and a title to bootstrap a new artifact scaffold successfully using the template interpolation process.