wiki-build

Rebuild the wiki graph by parsing markdown files and extracting wikilinks.

2|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ARCASSystems/FounderOS --skill wiki-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-build
Source: https://github.com/ARCASSystems/FounderOS/tree/main/skills/wiki-build
Command: npx skills add https://github.com/ARCASSystems/FounderOS --skill wiki-build

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures that the wiki graph remains current, facilitating accurate lint checks and efficient querying of interconnected knowledge.

Core Features & Use Cases

  • Wiki Graph Reconstruction: Rebuilds the wiki graph using extracted wikilinks.
  • Relationship Preservation: Maintains the hand-curated relations: section in brain/relations.yaml.
  • Automatic Execution: Run automatically after sessions that add or change wikilinks.
  • Use Case: Following a session that establishes new cross-references, this Skill will update the graph, ensuring that future checks and queries remain precise.

Quick Start

Initiate the rebuilding of the wiki graph with the command: "rebuild the wiki graph".

Frequently Asked Questions about wiki-build

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

FAQPage Schema
How do I rebuild a wiki graph from markdown files and wikilinks?

To rebuild a wiki graph, this Skill parses markdown files and extracts wikilinks to reconstruct the internal knowledge graph, ensuring accurate querying and lint checks. You can initiate the process with the command "rebuild the wiki graph".

What is a wiki knowledge graph and when do I need to update it?

A wiki knowledge graph maps the connections between markdown files using extracted wikilinks. You need to update it after any session that adds or changes cross-references to maintain graph integrity for efficient querying.

Do I need Python to maintain a markdown wiki graph?

Yes, maintaining the markdown wiki graph requires Python script execution. The Skill uses Bash and Read dependencies to run these scripts for parsing files and extracting wikilinks during the graph rebuilding process.

Will rebuilding the wiki graph overwrite my manually curated relations?

No, rebuilding the wiki graph preserves your hand-curated relations section in the brain/relations.yaml file. It reconstructs the graph connections while keeping your manual relationship definitions intact.

What's the best way to automate wiki link management after content changes?

The best way to automate wiki link management is to run the graph rebuilding process automatically after sessions that add or change wikilinks. This ensures the knowledge graph remains current for accurate lint checks and precise cross-reference querying.