gaia: Skill for Claude Code

.claude/skills/gaia-wiki/SKILL.md

gaia-wiki is a skill for Claude Code from gaia-react/gaia. It costs 87 tokens per session (342 once invoked), scanned A, original, MIT.

A maintenance workflow for a GAIA project's wiki, including synchronizing, consolidating, and checking its documentation. A wiki is a collection of project knowledge pages.

In plain words
What is it for?
Use it to run the full wiki maintenance chain or one stage—sync, consolidate, or lint—with an optional override for drift checks.
Why use it?
It keeps tracked project notes consistent and helps detect documentation problems or drift before changes are accepted.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths.

This is gaia-react/gaia's own configuration. It tells Claude Code how to work on gaia itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything gaia configures →

Reuse

Borrowing it

Nothing to install: this file belongs to gaia-react/gaia. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/gaia-react/gaia/main/.claude/skills/gaia-wiki/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/gaia-react/gaia

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gaia-wiki

README.md
[![agentmods](https://agentmods.dev/badge/skills/gaia-react/gaia/gaia-wiki/github.svg)](https://agentmods.dev/skills/gaia-react/gaia/gaia-wiki)
Your own site
<a href="https://agentmods.dev/skills/gaia-react/gaia/gaia-wiki"><img src="https://agentmods.dev/badge/skills/gaia-react/gaia/gaia-wiki/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gaia-wiki

Your own site · 80×15
<a href="https://agentmods.dev/skills/gaia-react/gaia/gaia-wiki"><img src="https://agentmods.dev/badge/skills/gaia-react/gaia/gaia-wiki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 342 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.00342
Opus 5 $0.00044 $0.00171
Sonnet 5 $0.00017 $0.00068
Haiku 4.5 $0.00009 $0.00034

Measured 9d ago against content hash 338ad5e02303, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

gaia-wiki scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/gaia-wiki/SKILL.md · 22 lines

What it actually says

Run the GAIA wiki maintenance workflow with these arguments: $ARGUMENTS

Pre-flight: Worktree check

This command rewrites tracked wiki/ content and its state file for the whole repository. If invoked from a linked worktree, reject hard: gaia_refuse_if_worktree (.gaia/scripts/main-only-lib.sh) asks the shared resolver which tree this is and refuses out loud, naming the main checkout, when the answer is a worktree.

Detection (run this first, before anything else):

. .gaia/scripts/main-only-lib.sh
gaia_refuse_if_worktree "/gaia-wiki" || exit 1

If the detection does not fire, fall through to the workflow dispatch line below.

Read .claude/skills/gaia/references/wiki.md from the project root and follow it exactly. That reference is written to consume an argument string, treat the arguments above as that input (a stage name such as sync, consolidate, or lint, and/or a trailing --force token, all of which the reference detects). If no arguments were provided, follow the reference's full-chain path.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 22 lines · 87 tokens per session scan A 338ad5e02303

Subscribe to this mod's changes

gaia-wiki is a skill published in the GitHub repository gaia-react/gaia (23 stars, last pushed today), licensed MIT. It adds 87 tokens to every session and 342 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.