wiki-capture

Converts conversation findings into structured Obsidian wiki notes with frontmatter and cross-links.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/phm-aguiar/test_documentacao --skill wiki-capture-phm-aguiar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-capture
Source: https://github.com/phm-aguiar/test_documentacao/tree/main/.claude/skills/wiki-capture
Command: npx skills add https://github.com/phm-aguiar/test_documentacao --skill wiki-capture-phm-aguiar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Valuable knowledge from AI conversations — debugging conclusions, design decisions, technical findings — disappears when the session ends. This Skill preserves that knowledge as permanent, structured wiki notes in an Obsidian vault instead of letting it evaporate. ## Core Features & Use Cases - Full capture mode: Classifies conversation content into five types (synthesis, concept, source, decision, session), rewrites it as declarative knowledge with provenance markers, and writes a cross-linked wiki page into the correct vault folder. - Quick mode (--quick): Stages findings to a _raw/ folder in under 60 seconds with no manifest, index, or log writes, designed for mid-session capture and automatic session-end preservation via a Stop hook. - Vault maintenance: Updates index.md, log.md, and hot.md tracking files, enforces at least two wikilinks per note, and optionally refreshes QMD embeddings. - Use Case: After a long debugging session that uncovered a Swift actor reentrancy deadlock, run the skill to file the finding as a tagged, confidence-scored wiki note linked to related pages. ## Quick Start Ask the AI to save this conversation to your wiki, or use quick mode to stage the key findings to _raw/ for later promotion.

Frequently Asked Questions about wiki-capture

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

FAQPage Schema
How do I save an AI conversation to my Obsidian wiki?▼

Invoke the skill with a phrase like "save this" or "add this to my wiki". It classifies the content, rewrites it as declarative knowledge with frontmatter, and writes the note into the correct vault folder with wikilinks to existing pages.

What is the difference between quick mode and full mode?▼

Quick mode (--quick) stages findings to the _raw/ folder in under 60 seconds with no manifest, index, or log writes, intended for mid-session capture and session-end hooks. Full mode writes a finished, cross-linked wiki page and updates all tracking files.

How are staged _raw/ notes promoted to full wiki pages?▼

Run the /wiki-ingest skill after quick capture. Quick mode deliberately skips manifest, index, log, and QMD writes; promotion to finished wiki pages happens later through that separate ingestion step.

Does wiki-capture work with any Obsidian vault?▼

Yes, it resolves the vault path through a config protocol that checks for a .env file in the working directory, then ~/.obsidian-wiki/config, and prompts for setup if neither exists. Link format (wikilink or markdown) is also configurable.

When does the skill skip capturing a conversation?▼

It skips when the session was purely conversational with no implementation, errors, or debugging, and nothing surprising or undocumented emerged. In quick mode via the Stop hook it errs toward skipping; manual invocation errs toward keeping.