wiki-skill

Installation
SKILL.md

Wiki Skill

Core Goal

  • Use the local wiki as the durable knowledge layer for future work, not just the current conversation.
  • Query SQLite first, then read or edit the Markdown files that remain the source of truth.
  • Treat page types as runtime-discovered ontology. Do not hardcode a default destination for new knowledge.

Use When

Use wiki-skill when:

  • You should check whether the answer already exists in the local wiki before writing a fresh answer.
  • You need to inspect the current ontology, template structure, or type recommendations before creating a page.
  • A durable insight, correction, workflow, lesson, or source-derived knowledge should be preserved for reuse.
  • New files appeared in vault/ and you need to inspect vault diff or vault queue before deciding what knowledge work to do.
  • You need a structured view of the graph, stale content, orphan pages, provenance, or general workspace health.
  • You need to create or update a page and immediately re-index it.
Installs
1
Repository
biaoo/wiki
First Seen
Apr 8, 2026
wiki-skill — biaoo/wiki