docs-wiki-builder

Reorganize Markdown docs into a navigable wiki with an index and wikilinks.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/dariopalminio/agile-sddf --skill docs-wiki-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-wiki-builder
Source: https://github.com/dariopalminio/agile-sddf/tree/main/.claude/skills/docs-wiki-builder
Command: npx skills add https://github.com/dariopalminio/agile-sddf --skill docs-wiki-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Reorganizes scattered Markdown docs into a navigable wiki with a central index and internal wikilinks, improving discoverability and reducing manual maintenance.

Core Features & Use Cases

  • Automatically creates a centralized docs/index.md that maps all Markdown nodes and generates wikilinks [[slug]] for navigation.
  • Recommends and scaffolds wiki structure under docs/wiki and docs/specs for project documentation, releases, and user stories.
  • Validates internal links, detects missing nodes, and preserves existing files without deletion.

Quick Start

Run the skill to generate a wiki index from your docs/ directory.

Frequently Asked Questions about docs-wiki-builder

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

FAQPage Schema
How do I create a wiki index from scattered Markdown files?

To create a wiki index from scattered Markdown files, run the docs-wiki-builder against your docs directory. It automatically generates a central docs/index.md that maps all Markdown nodes using navigational wikilinks.

What is the best way to structure a large documentation repository with wikilinks?

Structuring a large documentation repository is best handled by scaffolding dedicated wiki and specs folders. This approach organizes project documentation, releases, and user stories while validating internal wikilinks to detect missing nodes.

How does wikilink validation work for Markdown documentation?

Wikilink validation for Markdown documentation works by scanning the generated index and internal links to detect missing nodes. It ensures navigational consistency across the wiki and specs folders without breaking existing file structures.

Does the docs-wiki-builder work with existing assets in my documentation repo?

Yes, docs-wiki-builder works with existing assets in your documentation repo. It analyzes the current docs directory structure and reorganizes Markdown files while preserving your original assets without deletion.