wiki

Compile handoffs and conversations into a persistent project knowledge wiki.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/hanh-nd/agent-kit --skill wiki-hanh-nd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/hanh-nd/agent-kit/tree/main/plugins/memory-kit/.gemini/skills/wiki
Command: npx skills add https://github.com/hanh-nd/agent-kit --skill wiki-hanh-nd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Project knowledge scattered across handoffs, chat logs, and tickets gets lost between sessions. This Skill compiles raw work artifacts into a durable, codebase-anchored wiki of entities, concepts, preferences, and glossary terms. ## Core Features & Use Cases - Compile: Ingests handoff inbox entries and exported conversations, bundles related work, triages outcomes, and updates entity, concept, preference, and glossary pages with codebase verification. - Query: Searches the compiled wiki and synthesizes cited answers, with the option to save substantive analysis as new pages. - Lint: Runs health checks detecting anti-pattern slugs, codebase orphans, broken links, stale explorations, and misrouted preferences, then suggests next investigations. - Use Case: After a sprint of brainstorms, plans, and code handoffs, run a compile to update the wiki so a teammate returning after two weeks can query why a decision was made and get a fully cited answer. ## Quick Start Ask the agent to run the wiki compile operation to ingest pending handoffs and conversations into the project wiki.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I compile project handoffs into a knowledge wiki?▼

Run the wiki compile operation, which reads the raw inbox and conversation files, bundles related handoffs by slug family, triages each bundle into entity, concept, preference, glossary, or log-only outcomes, and updates pages idempotently before archiving sources.

How do I query a project wiki for past decisions?▼

Use the query operation with a question. It reads the compiled index, selects up to five relevant pages across all categories, and synthesizes an answer with inline slug citations so every claim is traceable to a source.

What is the difference between entity and concept pages in a wiki?▼

Entity pages document codebase nouns like files, modules, and services, with anchors, key decisions, and event logs. Concept pages capture cross-cutting patterns and architectural decisions that apply across multiple entities.

Can a brainstorm create a wiki page without code being written?▼

No entity page is created for something that does not exist in the codebase. Durable decisions from unexecuted handoffs route to concept pages or an existing entity's Considered and Rejected section; pure exploration is logged only.

Why does wiki lint flag slugs ending in -refactor or -fix?▼

Slugs must derive from stable codebase nouns, not work events or ticket IDs. Lint flags these as blockers and recommends merging the page content into the correct entity's Events section to keep cross-links stable.