What problem does it solve?
Projects that use super-gsd can fail or become inconsistent when the required hook and skill files are not copied into the local workspace, especially in-session setups for Codex/Gemini where a CLI installer cannot be run.
Core Features & Use Cases
- Automated in-session installation: Copies the required super-gsd hook files and the relevant
/.agents/skills/ skill stubs into the current project root using AI Read/Write tools.
- Environment-aware configuration: Detects Codex vs Gemini context and optionally includes
.gemini/settings.json (or includes it explicitly with --gemini).
- Safe conflict handling: Skips existing files by default and overwrites only when
--force is provided.
Use case: You start a new repository session in Codex/Gemini and want super-gsd commands (e.g., sg-start, sg-plan, sg-execute) to work immediately without running npx or any external Node tooling, even if some files already exist.
Quick Start
Copy the super-gsd setup files into your current project by running sg-setup in your Codex/Gemini session, optionally adding --gemini to also install Gemini settings and --force to overwrite existing files.