scaffold-stack

Generate a StackQL deployment scaffold with manifest and resource templates.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/stackql/stackql-skills --skill scaffold-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-stack
Source: https://github.com/stackql/stackql-skills/tree/main/skills/scaffold-stack
Command: npx skills add https://github.com/stackql/stackql-skills --skill scaffold-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a ready-to-use StackQL deployment scaffold by producing a stackql_manifest.yml and .iql resource templates, enabling rapid infrastructure provisioning.

Core Features & Use Cases

  • Auto-generates a manifest and resource skeletons for StackQL deployments.
  • Provides templates for resources and a clear directory structure to organize definitions.
  • Works across providers to bootstrap stackql deployments from a high-level description.

Quick Start

Describe your desired infrastructure and the Skill will generate a scaffold with stackql_manifest.yml and resources/.iql templates.

Frequently Asked Questions about scaffold-stack

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

FAQPage Schema
How do I generate a StackQL manifest and resource templates from a high-level description?

To generate a StackQL manifest, describe your desired cloud infrastructure and the Skill produces a stackql_manifest.yml along with .iql resource templates. This scaffolding creates resource skeletons and a clear directory structure for rapid deployment provisioning.

What is the best way to scaffold infrastructure provisioning across multiple cloud providers?

Scaffolding infrastructure across providers works by translating a high-level description into a valid stackql_manifest.yml and .iql resource skeletons. This approach bootstraps multi-cloud deployments quickly while ensuring organized resource definitions.

Can I use this scaffolding to auto-generate resource skeletons for any cloud provider?

Yes, this scaffolding works across providers to bootstrap StackQL deployments from a high-level infrastructure description. It auto-generates manifest files and resource templates regardless of the specific cloud provider being targeted.

Do I need an existing stackql_manifest.yml before generating resource templates?

No, you do not need an existing manifest. The scaffolding generates a valid stackql_manifest.yml and .iql resource templates directly from your high-level infrastructure description, creating the entire deployment scaffold from scratch.

How do I organize .iql resource templates for a StackQL deployment?

Organizing .iql templates involves using the clear directory structure provided by the scaffold. The Skill creates resource skeletons within a resources directory, ensuring definitions are structured for deployment-ready provisioning.