What problem does it solve?
This Skill addresses the challenge of managing long-lived project knowledge in a persistent, easily accessible manner.
Core Features & Use Cases
- Persistent Knowledge Base: Maintain project knowledge across different runs and team members.
- Query and Graph: Facilitate structured information retrieval and analysis through queries and graph representation.
- CLI Validation: Provide a command-line interface for human-readable inspection and validation of the knowledge base.
- Use Case: Imagine you have a complex project with various components. Use this Skill to store project documentation, specifications, and reference materials, enabling quick access and updates by the team.
Quick Start
Create a new page in the wiki with the command: wiki_write({ title: "Project Overview", body: "...", tags: ["project", "summary"] }).