wiki

Store and retrieve persistent project knowledge in a markdown wiki.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hve4638/hve-cc-marketplace --skill wiki-hve4638
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/hve4638/hve-cc-marketplace/tree/main/wiki/skills/wiki
Command: npx skills add https://github.com/hve4638/hve-cc-marketplace --skill wiki-hve4638

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, self-maintained markdown knowledge base for project and session knowledge. Inspired by Karpathy's LLM Wiki concept.

Core Features & Use Cases

  • Ingest: Process knowledge into wiki pages. A single ingest can touch multiple pages.
  • Query: Search across all wiki pages by keywords and tags. Returns matching pages with snippets and citations.
  • Lint: Run health checks on the wiki for orphan pages, stale content, broken cross-references, oversized pages, and structural contradictions.
  • Quick Add: Add a single page quickly (simpler than ingest).
  • List / Read / Delete: Basic CRUD operations for pages.

Quick Start

Start by ingesting a page with a title and content, then use queries to retrieve and review related pages.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I persist markdown knowledge across multiple sessions?

To persist markdown knowledge across sessions, you can ingest project content into a local, cross-referenced knowledge base. The system automatically captures session metadata, ensuring your knowledge remains accessible and queryable in future interactions.

How do I search across a markdown knowledge base by keywords and tags?

You can search a markdown knowledge base by using the query function to find matching pages by keywords and tags. The system returns relevant pages complete with text snippets and citations for quick reference and review.

Can I check my markdown wiki for orphan pages and broken cross-references?

Yes, you can run a lint health check on your markdown wiki to identify orphan pages, stale content, broken cross-references, oversized pages, and structural contradictions. This helps maintain a clean and navigable knowledge base.

What is the best way to quickly add a single page to a project knowledge base?

The best way to quickly add a single page is by using the quick add function, which provides a simpler alternative to the full ingest operation. It allows you to rapidly store individual pieces of knowledge without processing multiple pages.

Does the wiki knowledge base support cross-linking between captured pages?

Yes, the wiki knowledge base supports cross-referencing to automatically cross-link captured pages. This creates a connected web of markdown documents, enabling seamless navigation between related project and session knowledge entries.

How do I manage and delete markdown pages in a local knowledge base?

You can manage and delete markdown pages in a local knowledge base using basic list, read, and delete operations. These CRUD functions allow you to review stored pages and remove outdated or unnecessary content efficiently.