agentsclimarketplace

Gaia wiki

Skill gaia-react/gaia/.claude/skills/gaia-wiki

The Claude-native foundation you build your whole app on. React frontend handled, your backend builds on top. Strict tooling, pre-commit gates, code-review audit before every merge.

Install
npx -y skills add gaia-react/gaia --skill gaia-wiki

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

GAIA wiki maintenance, sync, consolidate, lint. Runs the full chain with no sub-arg, or a single stage when named (sync | consolidate | lint); append --force to override drift gating. Trigger on `/gaia-wiki <stage>` or natural-language asks like "sync the wiki", "run the wiki maintenance chain", "consolidate the wiki", or "lint the wiki".

SKILL.md

1.4 KB, as published. Nobody here has run it

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.