---
name: GAAI Oss Ask
slug: gaai-oss-ask
category: AI Engineering
description: GAAI Oss Ask searches local GAAI OSS project memory files and returns relevant paths, excerpts, and an answer. Use it when a question should be answered from .gaai project memory without calling GAAI Cloud MCP tools.
github: "https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-ask"
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-ask ~/.claude/skills/gaai-oss-ask"
installs_to: ~/.claude/skills/gaai-oss-ask
source_path: .gaai/core/compat/codex-skills/gaai-oss-ask/SKILL.md
collection_size: 25
category_size: 3670
collection_url: "https://dirskills.com/collections/Fr-e-d/GAAI-framework"
added: 2026-09-08T05:36:12.451Z
last_synced: 2026-09-08T05:36:12.451Z
canonical_url: "https://dirskills.com/skills/gaai-oss-ask"
---

# GAAI Oss Ask

GAAI Oss Ask searches local GAAI OSS project memory files and returns relevant paths, excerpts, and an answer. Use it when a question should be answered from .gaai project memory without calling GAAI Cloud MCP tools.

**Install:**

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

## README

# GAAI OSS Ask

Use this skill when the user asks a question that should be answered from local GAAI OSS project memory.

## Procedure

1. Read `.gaai/project/contexts/memory/index.md` if present.
2. Read `.gaai/core/skills/cross/memory-search/SKILL.md` when available.
3. Search only local files under `.gaai/project/contexts/memory/`.
4. Do not call GAAI Cloud MCP tools from this OSS skill.
5. Return the relevant memory file paths, short excerpts, and the answer.

If no relevant memory files are found, say so clearly and continue from codebase context only if appropriate.
