gaia-help

Map user intent to validated GAIA slash commands from workflow-manifest.csv.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The GAIA help system maps user queries to validated GAIA slash commands, ensuring users receive actionable, safe options that exist in the plugin's command manifest.

Core Features & Use Cases

  • Intent-to-command mapping using the primary gaia-help.csv map.
  • Phase-aware suggestion by inspecting docs/artifacts trees (planning, implementation, test, and creative artifacts) to tailor recommendations.
  • Manifest cross-check against workflow-manifest.csv to guarantee commands exist and avoid hallucinations.
  • Read-only operation with graceful fallback to /gaia when the manifest is unavailable.

Quick Start

Provide your question and project context, and GAIA will map it to a validated slash command.

Frequently Asked Questions about gaia-help

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

FAQPage Schema
How do I map user intent to validated slash commands?

To map user intent to validated slash commands, the system cross-checks user queries against a command manifest using a primary intent map, ensuring only existing commands are suggested to prevent hallucinations.

How does phase-aware command suggestion work for project artifacts?

Phase-aware command suggestion works by inspecting the docs/artifacts directory trees—planning, implementation, test, and creative artifacts—to determine the project phase and rank candidate slash commands accordingly.

What happens when the workflow manifest is missing during command validation?

When the workflow manifest is missing or contains fewer than three valid options, the command validation gracefully degrades and falls back to a default safe command to ensure continued operation.

How do I prevent hallucinated slash commands in my workflow?

To prevent hallucinated slash commands in your workflow, the system cross-checks all candidate commands against a workflow-manifest.csv file, ensuring users only receive actionable, safe options that actually exist.

Can I use context-aware help for safe commands without modifying project files?

Yes, you can use context-aware help for safe commands without modifying project files because the intent-to-command mapping operates as a read-only process, assessing artifact trees without altering them.