gaia-init

Initialize a GAIA project by generating configuration files from questionnaire responses.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-init
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gaia-init
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-init
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gaia, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you initialize a new GAIA project by guiding you through a questionnaire and automatically setting up the initial project configuration and CI workflow.

Core Features & Use Cases

  • Guided Project Setup: Step-by-step questionnaire to define project details such as name, shape, stacks, compliance regimes, environments, and CI platform.
  • Automated Configuration: Generates a project-config.yaml file based on the questionnaire responses, including a starter CI workflow.
  • Use Case: For a new project, you can use this Skill to quickly set up the project structure, configure compliance settings, and define your CI workflow without manual intervention.

Quick Start

Run the gaia-init skill and follow the prompts to initialize your project.

Frequently Asked Questions about gaia-init

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

FAQPage Schema
How do I initialize a new GAIA project for agile development?▼

To initialize a GAIA project, you run the gaia-init skill and follow a guided questionnaire to define your project details, which automatically generates the required configuration files and starter CI workflow.

What configuration files are generated during GAIA project setup?▼

GAIA project setup generates a project-config.yaml file based on your questionnaire responses, which includes your initial CI workflow, project shape, stacks, compliance regimes, and environments.

Do I need the GAIA framework installed to generate project configuration?▼

Yes, you need the GAIA framework and its associated plugins installed, as the project initialization process requires them to enable full functionality for agile delivery and CI workflow setup.

Can I configure compliance regimes and environments when bootstrapping a GAIA project?▼

Yes, bootstrapping a GAIA project involves a step-by-step questionnaire that allows you to define specific compliance regimes, target environments, software stacks, and your preferred CI platform.

What is the best way to automate CI workflow setup for a new software project?▼

Using a guided project initialization tool like gaia-init automates CI workflow setup by collecting your project details through a questionnaire and generating a starter configuration file without manual intervention.

Why does GAIA project initialization require a questionnaire?▼

The questionnaire is required to gather essential project details such as name, shape, stacks, and compliance regimes, ensuring the generated configuration and CI workflow precisely match your agile delivery requirements.