onboard

Generate a .theme-forge/config.json for Shopify theme migration projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cfagerlin/theme-forge --skill onboard-cfagerlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/cfagerlin/theme-forge/tree/main/onboard
Command: npx skills add https://github.com/cfagerlin/theme-forge --skill onboard-cfagerlin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboard automates the setup of a Shopify theme migration by guiding you through collecting essential configuration, detecting theme capabilities, and generating a ready-to-use .theme-forge/config.json, reducing guesswork and setup time.

Core Features & Use Cases

  • Guided collection of live store URL, target theme, and extension prefixes to bootstrap a migration project.
  • Automatic detection of target theme type (e.g., Horizon, Dawn, or custom) and capability checks, enabling safe parallel sessions.
  • Generation of a shared onboarding artefact (.theme-forge/config.json) and scaffolding for subsequent scan/pull workflows across team members.

Quick Start

Run /theme-forge onboard to begin configuring your migration project.

Frequently Asked Questions about onboard

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

FAQPage Schema
How do I start a Shopify theme migration project?

You can onboard a Shopify theme migration by running the guided workflow to collect your live store URL, target theme, and extension prefixes, which automatically generates a ready-to-use configuration file for your project.

What is the best way to configure a Shopify theme migration for parallel git sessions?

Configuring parallel git sessions involves running a guided onboarding process that detects theme capabilities and outputs a shared configuration file, enabling safe team coordination for subsequent scan, map, and pull operations.

Does the onboarding workflow support automatic detection of Shopify theme types like Dawn or Horizon?

Yes, the onboarding workflow automatically detects target Shopify theme types such as Dawn, Horizon, or custom themes, and performs capability checks to enable safe and accurate migration configurations.

What configuration output does the Shopify theme migration onboarding process generate?

The onboarding process outputs a shareable .theme-forge/config.json file containing your live store URL, target theme, and extension prefixes, along with structured onboarding artifacts to scaffold subsequent workflows.

Can I scaffold resource directories for scripts and assets when setting up a Shopify theme migration?

Yes, the onboarding workflow enforces a frontmatter-driven entry point and supports scaffolding optional resource directories for scripts, references, and assets to properly structure your Shopify theme migration project.