agent-approval-protoco…
Use for approval_request, COMMAND_SET, approval identifiers, fingerprints, and progress data
Use when diagnosing an issue, checking system health, or validating state before deeper investigation
$ npx -y skills add metraton/gaia --skill fast-queries --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fast-queriesContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when diagnosing an issue, checking system health, or validating state before deeper investigation
name: fast-queries description: Use when diagnosing an issue, checking system health, or validating state before deeper investigation
Start with supplied evidence, not a fixed diagnostic script.
1. Read the injected dispatch kernel (`# Your Contract`: goal, `project`, your `can_read` menu). Project context is NOT preloaded. 2. Pull what the goal needs from the persistent substrate, narrowly scoped. The read vocabulary -- which verb opens which coordinate, what each returns, and the workspace rule -- is in `agent-protocol/read-map.md`. 3. Run the smallest authoritative read-only CLI query for the surfaced domain. Use native output/filter flags and one command per call. 4. Record the query, result, and uncertainty in the contract checkpoint. 5. Deep-dive only where the evidence identifies a gap or inconsistency.
Do not invoke helpers from `.claude/`; that tree is an installed/protected surface, not Gaia source. Do not treat a broad health command's exit code as proof of a specific desired state. If investigation forecasts mutation, switch to `investigation` and collect predictable exact T3 commands before requesting consent.
Repo: metraton/gaia
Use for approval_request, COMMAND_SET, approval identifiers, fingerprints, and progress data
Use for the exact input/output schema and validation rules of agent_contract_handoff
Use when creating a new specialist agent for Gaia, or reviewing whether an existing agent follows the correct structure, tone, and component inventory
Use when the orchestrator must read, reconcile, route, and present an agent_contract_handoff
Use when writing, drafting, or publishing a blog article for metraton.github.io