wiki

Manage a persistent markdown knowledge base with ingest, query, lint, and delete operations.

Updated May 31, 2026
One-click install
npx skills add https://github.com/Ewallyw/claude-config-public --skill wiki-ewallyw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/Ewallyw/claude-config-public/tree/main/claude-config-master/claude-config-master/skills/wiki
Command: npx skills add https://github.com/Ewallyw/claude-config-public --skill wiki-ewallyw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables the creation and management of a persistent markdown knowledge base, making it easy to document and retrieve project knowledge.

Core Features & Use Cases

  • Persistent Markdown Knowledge Base: Store and access project information across sessions.
  • Operations: Perform ingest, query, lint, quick add, list, read, and delete operations on wiki pages.
  • Use Case: Maintain a comprehensive repository of project documentation, ensuring team members have access to the latest information and resources.

Quick Start

Initialize the wiki by ingesting a new page with the command 'wiki_ingest({ title: "Project Overview", content: "...", tags: ["project", "overview"], category: "project" })'.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I build a persistent markdown knowledge base for project documentation?

To build a persistent markdown knowledge base, you can ingest new pages with titles, content, tags, and categories to store and access project documentation across sessions.

What operations can I perform on a markdown wiki for team collaboration?

Supported wiki operations include ingesting new pages, querying existing content, linting markdown files, quick adding entries, listing pages, reading content, and deleting outdated documentation.

How do I quickly add a new page to a project documentation wiki?

You can quickly add a new page by calling the ingest operation with parameters for title, content, tags, and category to store the information in the persistent markdown knowledge base.

Does this markdown wiki require any external dependencies to manage project documentation?

No external dependencies are required to manage this markdown wiki, as it operates independently using built-in scripts, references, and assets to process project documentation.

What is the best way to query and retrieve stored insights from a markdown knowledge base?

The best way to retrieve stored insights is using the query operation to search the persistent markdown knowledge base, or the list and read operations to locate specific project documentation pages.