artifacts

Orchestrates creation and migration of platform-specific artifacts from a single repository.

Updated Aug 30, 2025
One-click install
npx skills add https://github.com/Pixoraft/YuvaLab --skill artifacts-pixoraft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts
Source: https://github.com/Pixoraft/YuvaLab/tree/main/.local/skills/artifacts
Command: npx skills add https://github.com/Pixoraft/YuvaLab --skill artifacts-pixoraft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps split a single project into multiple artifacts (web, mobile, slides), enabling parallel development, project structure clarity, and platform-specific upgrade paths.

Core Features & Use Cases

  • Create dedicated artifacts per platform (web, mobile, slides) and migrate existing code to each artifact.
  • Bootstrap with templates, align OpenAPI contracts, and share backend logic while keeping deployment lifecycles independent.
  • Use the references to guide migration and branding consistency across artifacts.

Quick Start

Migrate a web app into web, mobile, and slides artifacts using the provided templates and references.

Frequently Asked Questions about artifacts

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

FAQPage Schema
How do I split a single repository into multiple platform-specific artifacts?

To split a single repository into multiple platform-specific artifacts, you orchestrate the creation and migration of web, mobile, and slides outputs from one codebase. This enables parallel builds and independent deployment lifecycles for each platform.

What is multi-artifact scaffolding and when do I need it for web and mobile apps?

Multi-artifact scaffolding is the process of bootstrapping dedicated project structures for web, mobile, and slides from a single source. You need it when you require parallel development paths and platform-specific upgrade paths while sharing backend logic.

How do I migrate existing code to independent platform artifacts?

You migrate existing code to independent platform artifacts by applying provided bootstrap templates and following specific migration steps. This process ensures your web, mobile, and slides builds are separated while preserving consistent branding and API contracts.

Can I share backend logic and OpenAPI contracts across independent web and mobile artifacts?

Yes, you can share backend logic and align OpenAPI contracts across independent web and mobile artifacts. The orchestration process ensures that bootstrap templates and branding guidelines are followed to preserve API consistency across all generated artifacts.

What are the limitations of scaffolding multi-artifact apps from a single repository?

A limitation of scaffolding multi-artifact apps from a single repository is that you must actively manage independent deployment lifecycles for web, mobile, and slides. Without strict adherence to migration steps and branding guidelines, API contract consistency across artifacts may break.