wiki-capture

Convert PRs, conversations, or decisions into structured BenchAGI Agent Wiki drafts.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/BenchAGI/bench-cowork --skill wiki-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-capture
Source: https://github.com/BenchAGI/bench-cowork/tree/main/skills/wiki-capture
Command: npx skills add https://github.com/BenchAGI/bench-cowork --skill wiki-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and draft canon entries for the BenchAGI Agent Wiki Review Queue from PRs, conversations, or decisions, enabling durable knowledge for agent context. Tier D version uses the bench-wiki MCP instead of the monorepo's scripts/wiki-capture/.

Core Features & Use Cases

  • Gather PR metadata (title, body, mergedAt, files, author) to generate a wiki draft.
  • Convert conversations or described insights into canon entries with an explicit rarity and agent attribution.
  • Submit via bench-wiki.wiki_draft to create a draft canon that awaits admin review and promotion.

Quick Start

Summarize a PR or conversation into a canon draft and submit it via bench-wiki.wiki_draft.

Frequently Asked Questions about wiki-capture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PR into a wiki draft for agent context?

To convert a PR into a wiki draft, the Skill gathers PR metadata like title, body, and mergedAt to generate a structured canon entry. It then submits this draft via the bench-wiki MCP for admin review and promotion.

Can I capture conversation insights as durable cross-session memory?

Yes, you can capture conversation insights as durable cross-session memory by converting described insights into canon entries. The Skill submits these drafts with explicit rarity and agent attribution to the BenchAGI Agent Wiki Review Queue.

Do I need a bench-login session to submit canon entries?

Yes, a bench-login session is required to submit canon entries. The Skill uses the bench-wiki MCP to draft and submit entries, which satisfies the server-side requirements including title, markdown, kind, agent, and rarity fields.

What is the best way to document decisions in the BenchAGI Agent Wiki?

The best way to document decisions in the BenchAGI Agent Wiki is converting them into structured wiki drafts using the bench-wiki MCP. This creates a draft canon entry that awaits admin review and promotion for future sessions.

What metadata is required when drafting canon entries from PRs?

Drafting canon entries from PRs requires server-side fields: title, markdown, kind, agent, and rarity. The Skill gathers PR metadata such as files and author to fulfill these requirements for wiki draft submission.

Are there limitations when promoting wiki drafts to the Agent Wiki?

A key limitation is that submitted wiki drafts do not publish immediately; they await admin review and promotion. Additionally, the Skill requires an active bench-login session to submit drafts via the bench-wiki MCP.