---
name: GAAI OSS Bootstrap
slug: gaai-oss-bootstrap
category: Automation
description: "GAAI OSS Bootstrap initializes or refreshes a project's GAAI memory by running the bootstrap agent and context-bootstrap workflow. Use it when setting up GAAI on a codebase or checking that project memory matches the current repository."
github: "https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-bootstrap"
language: Shell
stars: 161
forks: 27
install: "npx degit https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-bootstrap ~/.claude/skills/gaai-oss-bootstrap"
installs_to: ~/.claude/skills/gaai-oss-bootstrap
source_path: .gaai/core/compat/codex-skills/gaai-oss-bootstrap/SKILL.md
collection_size: 25
category_size: 2226
collection_url: "https://dirskills.com/collections/Fr-e-d/GAAI-framework"
added: 2026-09-08T05:36:12.737Z
last_synced: 2026-09-08T05:36:12.737Z
canonical_url: "https://dirskills.com/skills/gaai-oss-bootstrap"
---

# GAAI OSS Bootstrap

GAAI OSS Bootstrap initializes or refreshes a project's GAAI memory by running the bootstrap agent and context-bootstrap workflow. Use it when setting up GAAI on a codebase or checking that project memory matches the current repository.

**Install:**

```bash
npx degit https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-bootstrap ~/.claude/skills/gaai-oss-bootstrap
```

## README

# GAAI OSS Bootstrap

Use this skill when the user wants to initialize GAAI on a codebase, refresh stale memory, rebuild project context, or verify that `.gaai/project/contexts/memory/` reflects the current repository.

## Procedure

1. Read `.gaai/core/GAAI.md`.
2. Read `.gaai/core/contexts/rules/base.rules.md`.
3. Read `.gaai/core/agents/bootstrap.agent.md`.
4. Read `.gaai/core/workflows/context-bootstrap.workflow.md`.
5. Follow the workflow step by step.
6. Use the internal GAAI skills referenced by the Bootstrap Agent from `.gaai/core/skills/`; do not treat this Codex skill as a replacement for them.
7. Report a clear PASS or FAIL and list remaining gaps.

When bootstrap is complete, tell the user that memory is ready and that `$gaai-oss:discover` can be used to define governed work.
