wiki-curate

Audit vault wiki files for fragmentation, missing tags, and conformance.

127|22|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/flonat/flonat-research --skill wiki-curate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-curate
Source: https://github.com/flonat/flonat-research/tree/main/skills/wiki-curate
Command: npx skills add https://github.com/flonat/flonat-research --skill wiki-curate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill audits the vault wiki for fragmentation, missing tags, write-only concepts, and draft/anatomy conformance, producing a markdown report.

Core Features & Use Cases

  • Audit Wiki: Checks for fragmentation, missing tags, write-only concepts, and draft/anatomy conformance.
  • Generate Report: Outputs a markdown report at /tmp/wiki-curate-report.md.
  • Use Case: Use after a /wiki-grow run to check new stubs, before refining or merging concepts, and monthly to maintain high wiki quality.

Quick Start

Run the wiki-curate skill to audit the vault wiki.

Frequently Asked Questions about wiki-curate

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

FAQPage Schema
How do I audit a wiki vault for fragmentation and missing tags?

To check knowledge management fragmentation in a vault wiki, you run an audit that scans concept files for write-only concepts, missing tags, and draft conformance. The audit identifies disconnected concepts and outputs a markdown report detailing all structural issues found.

When do I need to run a wiki audit on my concepts directory?

You need to run a wiki audit after adding new stubs to your vault, before refining or merging concepts, or monthly to maintain wiki quality. The audit scans markdown concept files to detect fragmentation, missing tags, and write-only concepts, producing a markdown report.

What is write-only concept detection in knowledge management?

Write-only concept detection identifies concept files in a vault wiki that are defined but never referenced by other concepts. This audit flags isolated knowledge entries that contribute to fragmentation, ensuring all concepts are properly linked and utilized within the knowledge management system.

Does the wiki audit script require any external dependencies?

The wiki audit script requires no external dependencies to run. It operates directly on local vault markdown files, including concepts, atlas themes, and book entries, to generate a fragmentation and conformance report without needing additional software packages installed.

What is the best way to check draft and anatomy conformance in a vault wiki?

The best way to check draft and anatomy conformance in a vault wiki is to run an audit script that analyzes markdown files for required structural elements. This conformance check evaluates concept files and writes a detailed markdown report to the system's temporary directory for review.

Why are my vault wiki concepts showing up as fragmented?

Your vault wiki concepts show up as fragmented when the audit detects missing tags, write-only concepts, or draft and anatomy non-conformance. Running the audit generates a markdown report that identifies exactly which concept files have these structural issues for you to fix.