LLM Wiki Capture

Skill

Packages explicitly requested conversation knowledge into durable source material, sends it through `denote llm-wiki ingest`, and reports the resulting wiki changes.

What it does

LLM Wiki Capture turns explicitly requested conversation material into a durable source packet and routes it through the Denote LLM Wiki ingest command.

It keeps source provenance available to later wiki checks and reports created or updated paths after ingestion.

When to reach for it

Invocation: Explicitly ask the model to save, capture, ingest, remember, or structure material in your Denote LLM Wiki.

A useful explanation from the current conversation should become durable reference material
Capture the selected explanation without inventing missing facts.
A new client, project, or topic needs a top-level wiki structure
Describe the desired topology in the source packet before ingestion.
New facts belong beneath a known note
Include the parent title, identifier, or sequence so ingestion can update the existing structure.

What it adds

  • A repeatable conversation-to-source-packet workflow.
  • A bundled helper for packet creation, ingestion options, and optional linting.
  • Privacy and persistence checks before material enters the wiki.

How it fits

No related catalog surfaces are recorded.

Common questions

Does the skill edit wiki-maintained files directly?
  • No. Its normal write path is the Denote LLM Wiki ingest command; direct edits are reserved for debugging the repository.
What should be reviewed before capture?
  • Secrets, credentials, private client information, and sensitive personal data need explicit review because source packets and wiki notes persist on disk.

It’s working if

  • The capture source survives outside temporary storage and preserves relevant facts, URLs, caveats, and uncertainty.
  • Ingestion reports created or updated note paths and any remaining work.
  • A lint pass can trace notes back to source material without missing-on-disk errors.

Source and setup

Provenance

Origin
Protesilaos Stavrou
Current maintainer
Vedang Manerikar
Relationship
adopted
Installed source
git:github.com/unravel-team/denote-mono
Source path
View source (.agents/skills/llm-wiki-capture/SKILL.md)
Compatibility
  • Agent Skills
  • denote CLI with LLM Wiki configuration
  • Configured LLM provider
  • Writable persistent source directory
License publication scope
Source link, independently written factual summary, original-project attribution, and reviewed behavior claims; source redistribution must follow GPL-3.0-only.
Reviewed revision
b1ede211d6324eb2f0d3812fd69eac020d31925e
Catalog revision
e0c035a297462c519315abfa1af31a1ed3bd9eef

Setup notes

  • Install the Git package so Agent Skills can discover the bundled LLM Wiki Capture skill.
  • Install and configure the Denote command-line interface, an LLM Wiki silo, and the selected model provider before ingestion.
  • Choose a persistent source directory and review sensitive material before writing the packet.
  • The repository is GPL-3.0-only; behavior claims were reviewed at the pinned installed revision.

Commands

  • denote llm-wiki ingest CAPTURE_FILE
  • denote llm-wiki lint --fix