llm-wiki

Automate creation and maintenance of Markdown knowledge wikis in git repositories.

113|20|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/CharlesHoskinson/sevenlayer --skill llm-wiki-charleshoskinson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/CharlesHoskinson/sevenlayer/tree/main/.claude/skills/llm-wiki
Command: npx skills add https://github.com/CharlesHoskinson/sevenlayer --skill llm-wiki-charleshoskinson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, scraping, pypdf, trafilatura, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of building and maintaining a knowledge wiki in a git repository, making it easier to organize and access information.

Core Features & Use Cases

  • Ingest Sources: Add and organize various sources such as articles, books, and papers into a structured wiki.
  • Query: Retrieve information from the wiki based on user queries.
  • Lint: Scan the wiki for broken links, orphan pages, and other issues.
  • Init: Create a new wiki at a specified location.
  • Use Case: Imagine you are conducting research on a particular topic. Use this Skill to create a wiki and ingest relevant sources, then query the wiki for information as needed.

Quick Start

Use the llm-wiki skill to set up a new wiki at '/path/to/new/wiki'.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I build a persistent markdown knowledge wiki in a git repository?

To build a markdown knowledge wiki in a git repository, you can use this Skill to initialize a new wiki and ingest various sources like articles and papers into structured, interlinked files. It automates creation and maintenance operations.

Can I ingest PDF papers and web articles into my markdown wiki?

Yes, you can ingest PDF papers and web articles into your markdown wiki. The Skill optionally supports web scraping and paper extraction using libraries like pypdf and trafilatura to parse and add external content.

Do I need Python and git installed to maintain an interlinked markdown wiki?

Yes, you need both Python and git installed to maintain an interlinked markdown wiki. The Skill requires git for repository source management and Python for executing the automation scripts that handle wiki operations.

How do I find broken links and orphan pages in my markdown wiki?

To find broken links and orphan pages in your markdown wiki, you run the lint operation provided by the Skill. This feature scans your repository to detect structural issues and maintain wiki integrity.

What is the best way to query information from a large markdown knowledge base?

The best way to query information from a large markdown knowledge base is using the Skill's query operation. It retrieves specific information from your ingested sources based on user queries.

How do I initialize a new knowledge wiki at a specific file path?

To initialize a new knowledge wiki at a specific file path, use the init operation provided by the Skill. This creates the foundational git repository structure needed to start organizing your markdown files.