Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Orchestrator-level Stage 4 entry gate for /gaai:bootstrap. Presents a pre-loop "Skip Q&A entirely" option, delegates to qa-loop-ui when the user proceeds, and returns a unified abort_safe_result with telemetry on every path. Guarantees no partial state on skip or abort.
Activate:
/gaai:bootstrap pipeline, immediately after smart-question-generator returns a question_resultqa-loop-ui is invoked — this skill decides WHETHER the loop runs at allqa-loop-ui directlyWhen question_result.questions is empty (legitimate empty OR fallback), skip Stage 4 entirely — return the no-questions shortcut without showing the entry gate. Do NOT activate qa-loop-ui in this case.
What this skill does NOT do:
smart-question-generator)qa-loop-ui, invoked BY this skill when user proceeds)E107bS08)question_result:
questions: # from smart-question-generator — already ≤5 items
- question_text: string
topic: string
severity: number
options: # optional
- label: string
value: string
npx skills add Fr-e-d/GAAI-framework --skill abort-safe-handlerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.