extraforthesystem-beep

Anti Wiki Query — AI skill for Claude Code

AI community

Search and synthesize answers over the LLM Wiki using the index as a token-saving routing layer.

How to install Anti Wiki Query

Installs to ~/.claude/skills/extraforthesystem-beep-knowledge-harness-anti-wiki-query/SKILL.md

Terminal
mkdir -p ~/.claude/skills/extraforthesystem-beep-knowledge-harness-anti-wiki-query && curl -fsSL https://raw.githubusercontent.com/extraforthesystem-beep/knowledge-harness/HEAD/commands/anti-wiki-query.md -o ~/.claude/skills/extraforthesystem-beep-knowledge-harness-anti-wiki-query/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Anti Wiki Query does


description: "Search and synthesize answers over the LLM Wiki using the index as a token-saving routing layer."

LLM Wiki Querying

When the user runs `/project:anti-wiki-query `, execute the following workflow to save tokens:

  1. **Verify Schema Rules**: Read `C:\Users\Grant\.gemini\antigravity\LLM_Wiki_Schema.md` to review the precise QUERY operation sequence mapping out exact behaviors.

  2. **Execute Query**: Follow the 1-5 sequence from the schema. Read `wiki/ind

Alternatives in AI

  • 09 Query Engine — Prompt 09: Get the QueryEngine (Core LLM Loop) Functional 2.3k ★
  • Wiki Query — Query the LLM Wiki and synthesize an answer 2.3k ★
  • Loushang — AI-native agent harness for coding workflows by python: multi-model LLM orchestration, stateful sessions, tool 1.3k ★

Full documentation available on GitHub

View Source Repository