wiki-desk

Construct path-reference indexed knowledge bases with deterministic relationship graphs.

18|5|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/tbvjvsladla/easy_vllm_simulator --skill wiki-desk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-desk
Source: https://github.com/tbvjvsladla/easy_vllm_simulator/tree/main/.claude/skills/wiki-desk
Command: npx skills add https://github.com/tbvjvsladla/easy_vllm_simulator --skill wiki-desk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, yaml, json, re, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies project knowledge management by indexing and cross-referencing work history, facilitating faster access to relevant information and improving decision-making.

Core Features & Use Cases

  • Path-Reference Indexing: Organizes and indexes documents using path references, avoiding duplication of source content.
  • Deterministic Relationship Graph: Constructs a graph of relationships between documents, allowing for efficient navigation and evidence retrieval.
  • Authority-Ranked Retrieval: Ensures that the most relevant and reliable information is presented first.
  • Use Case: When developing a new feature, quickly retrieve previous design documents, test results, and logs to inform your decisions and avoid repeating mistakes.

Quick Start

Run 'wiki-desk init' to initialize the knowledge base. Then, to search for information related to a specific topic, use 'wiki-desk query <topic>'

Frequently Asked Questions about wiki-desk

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

FAQPage Schema
How do I index project documentation for faster information retrieval?

Project documentation is indexed using path references, avoiding duplication of source content. This constructs a deterministic relationship graph that enables rapid retrieval and efficient navigation across your project's historical data.

How does path-reference indexing work for project knowledge management?

Path-reference indexing organizes documents by referencing their file locations instead of copying content. It builds a structured metadata graph and extracts deterministic relationships, allowing you to query and navigate project knowledge efficiently.

What's the best way to retrieve previous design documents and test results?

Use the query command to search for information related to a specific topic. Authority-ranked retrieval ensures the most relevant and reliable historical design documents, test results, and logs are presented first to inform your decisions.

Do I need Python to set up a path-reference knowledge base?

Yes, Python is required for execution. The knowledge base utilizes Python alongside libraries for parsing YAML and JSON metadata, which are necessary for constructing the relationship graph and performing deterministic relationship extraction.

Can I cross-reference work history without duplicating source files?

Yes, the system organizes and indexes documents strictly using path references rather than copying content. This approach avoids duplication of source files while still building a navigable relationship graph for evidence retrieval.

When should I use a deterministic relationship graph for project documentation?

Use a deterministic relationship graph when you need to facilitate rapid retrieval of relevant information and support project-level self-improvement. It is ideal for quickly retrieving previous design documents and avoiding repeated mistakes during feature development.