The wikiaig skill teaches AI coding agents how to ground answers on WikiAIG, a structured-wiki platform for AI grounding. Install it once and your agent will search WikiAIG before guessing, cite sources when grounding, and propose saving non-obvious decisions back to your wikis. It is for teams and builders who want Claude, Codex, Cursor, and other MCP-capable agents to work from durable human-curated knowledge instead of stale recall.
Use GitHub CLI's agent skills support to install the wikiaig skill from this repository.
gh skill install WikiAIG/agent-skills wikiaigTo install for a specific agent or at user scope, add the relevant --agent and --scope flags:
gh skill install WikiAIG/agent-skills wikiaig --agent claude-code --scope userClaude Code users can install the skill with GitHub CLI's Claude Code target.
gh skill install WikiAIG/agent-skills wikiaig --agent claude-code --scope userUse the Vercel skills CLI to install the specific wikiaig skill from this repository.
npx skills add WikiAIG/agent-skills --skill wikiaigPlease install the WikiAIG skill into my agent. Download https://github.com/WikiAIG/agent-skills/archive/refs/heads/main.zip, extract the
wikiaigfolder, and place it in~/.claude/skills/wikiaig/(or the equivalent skills directory for my agent:.claude/skills/for Claude Code,.cursor/skills/for Cursor).
If you installed with GitHub CLI, update the skill with:
gh skill update wikiaigIf you installed with the Vercel skills CLI, update the skill with:
npx skills update wikiaigThe wikiaig skill helps agents search WikiAIG before guessing, cite WikiAIG sources when grounding answers, propose saving non-obvious decisions back to a wiki, follow the platform's URL patterns, and account for HTML page constraints when reading or publishing wiki content.
Any MCP-capable AI agent (Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI, etc.). For read-only use, no account or token needed — anonymous calls to https://www.wikiaig.com/mcp work for public wikis. For writing, generate a write token at https://www.wikiaig.com/help/mcp-write and configure your client with Authorization: Bearer <token> headers.
Semantic versioning. Current version listed in CHANGELOG.md. Pin to a tag if you need stability; install from main for the latest.
Issues and PRs welcome. For substantive changes to the skill itself, open an issue first to discuss. Note that this skill is the canonical platform skill — per-wiki skills authored by wiki owners are a separate forthcoming capability and live with the wiki, not in this repo.
MIT — see LICENSE file.