# Gaai Oss:ask

> Search local GAAI OSS project memory without using GAAI Cloud MCP tools.

- Skill: `fr-e-d/gaai-oss-ask` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fr-e-d/gaai-oss-ask`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fr-e-d/gaai-oss-ask/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: Fr-e-d (https://skillmd.com/u/fr-e-d)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/fr-e-d/gaai-oss-ask

---


# 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.


