Wiki Capture banner
BenchAGI BenchAGI

Wiki Capture

Documentation community

Description

--- name: wiki-capture description: Capture the current conversation or a referenced PR as a canon draft in the BenchAGI Agent Wiki Review Queue. Calls the bench-wiki MCP's wiki_draft tool. --- Capture `$ARGUMENTS` as a canon draft. If `$ARGUMENTS` is a PR reference (e.g. `#471`), the skill pulls the PR metadata via `gh pr view` and formats the canon entry. If `$ARGUMENTS` is a freeform description, the skill uses the current conversation context as the body and infers a title from the user's

Installation

Installs to ~/.claude/skills/benchagi-bench-cowork-wiki-capture/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benchagi-bench-cowork-wiki-capture && curl -fsSL https://raw.githubusercontent.com/BenchAGI/bench-cowork/HEAD/commands/wiki-capture.md -o ~/.claude/skills/benchagi-bench-cowork-wiki-capture/SKILL.md

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

Full documentation available on GitHub

View Source Repository