abort-safe-handler
Editor's pickOrchestrator-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.
- Type
- skill
- GitHub stars
- ★ 147
- Repository
- Fr-e-d/GAAI-framework
- Category
- workflow
Install
1Quick install (skills CLI)
npx skills add Fr-e-d/GAAI-framework --skill abort-safe-handler --agent claude-codeInstalls abort-safe-handler into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.