wiki-save

Saves query responses and analyses as permanent wiki pages with frontmatter and links.

Updated May 10, 2026
One-click install
npx skills add https://github.com/cookkie03/skills --skill wiki-save-cookkie03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-save
Source: https://github.com/cookkie03/skills/tree/main/wiki-save
Command: npx skills add https://github.com/cookkie03/skills --skill wiki-save-cookkie03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Valuable AI-generated answers, analyses, and decisions often disappear after a conversation ends. This Skill turns ephemeral responses into durable, structured wiki pages inside a personal knowledge vault, so insights remain searchable and linked over time. ## Core Features & Use Cases - Semantic Page Classification: Maps each response to a page type (synthesis, knowledge, decision, entity) and resolves the correct vault path via the _meta/taxonomy.md file. - Structured Frontmatter: Generates YAML frontmatter with title, type, tags, sources, dates, confidence, and status fields for consistent metadata. - Vault Integration: Adds wikilinks from related pages, updates _meta/index.md, appends to the save log, and refreshes the hot cache. - Decision Records: Supports a dedicated decision format with context, options, decision, motivation, and consequences sections. - Use Case: After receiving a cross-source analysis comparing two architectures, ask to save it; the Skill creates a synthesis page, links it to source notes, and logs the save. ## Quick Start Ask the assistant to save the current analysis to the wiki, for example by saying "salva questa risposta nel wiki".

Frequently Asked Questions about wiki-save

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

FAQPage Schema
How do I save an AI response to a personal wiki?

Trigger the skill with a phrase like "salva questa risposta" or "aggiungi al wiki". It classifies the response by semantic type, creates or updates a wiki page with structured frontmatter, and links it into the vault.

What types of wiki pages can be created from a response?

Four page types are supported: synthesis for analyses and comparisons, knowledge for frameworks and guides, decision for motivated choices, and entity for answers about specific entities. The actual vault path comes from the taxonomy file.

When should a response not be saved to the wiki?

Do not save simple factual answers already present in the wiki, volatile briefings, or outputs destined for another system. The skill is meant for durable insights, non-obvious analyses, and reusable frameworks.

How are saved pages connected to the rest of the wiki?

The skill adds wikilinks from pages that benefit from the new content, updates the vault index file, and appends an entry to the save log. The overview page is updated only when the vault map genuinely changes.

What frontmatter fields does a saved wiki page include?

Pages include title, type, tags, sources, created and updated dates, confidence, status, and related links. Decision pages add a decision_status field and follow a context-options-decision-motivation-consequences structure.