fs-gg-sdd-getting-started

Initialize and scaffold FS.GG SDD projects using external templates.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/FS-GG/FS.GG.Game --skill fs-gg-sdd-getting-started
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fs-gg-sdd-getting-started
Source: https://github.com/FS-GG/FS.GG.Game/tree/main/.agents/skills/fs-gg-sdd-getting-started
Command: npx skills add https://github.com/FS-GG/FS.GG.Game --skill fs-gg-sdd-getting-started

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating a new FS.GG SDD (Simulation-Driven Design) project by offering init and scaffold commands, allowing users to establish the project structure and get a runnable product with minimal effort.

Core Features & Use Cases

  • Project Initialization: Initialize an SDD project with the init command, creating the necessary configuration and work directories.
  • Product Scaffolding: Generate a buildable and runnable product using the scaffold command, which seeds the project with a template and then applies the template provider's code.
  • Use Case: Start an FS.GG SDD project from scratch with fsgg-sdd scaffold, select a template, and build a project that can be used for further development and simulation.

Quick Start

Run the fsgg-sdd scaffold command in your project directory with the desired template and parameters.

Frequently Asked Questions about fs-gg-sdd-getting-started

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

FAQPage Schema
How do I initialize a simulation-driven design project from scratch?

You can initialize a simulation-driven design project by running the `fsgg-sdd init` command, which creates the required configuration files and work directories to begin SDD development.

What is the best way to scaffold a runnable SDD application using a template?

The best way to scaffold a runnable SDD application is using the `fsgg-sdd scaffold` command, which seeds your project with an external template and applies the template provider's code to create a buildable product.

Do I need external template providers to build an FS.GG SDD project?

Yes, you need external template providers to build an FS.GG SDD project, as the scaffold command relies on these templates to seed the project and apply the necessary code for a runnable simulation product.

Can I use the SDD framework without understanding the project lifecycle?

You cannot effectively use the SDD framework without understanding the project lifecycle, as leveraging simulations and applications requires interaction with template providers and proper project initialization.

What is the difference between the init and scaffold commands for project setup?

The `init` command creates the base configuration and work directories, while the `scaffold` command generates a buildable and runnable product by seeding the project with an external template and applying template provider code.