๐Ÿ“š
WritingTypeScript

Knowledge Base From Vault

by skrun-dev

Knowledge Base From Vault is a Writing skill for Claude Code, published by skrun-dev in skrun.

209 stars17 forkson skrun-dev/skrunAdded 2026/09/04Repository updated 2026/08/30
agent-runtimeagent-skillsai-agentsanthropicapiclaudeclillmmcpmulti-modelopen-sourceruntimeself-hostedstreamingtool-callingtypescript
Install in seconds
Install Knowledge Base From Vault
Copy Knowledge Base From Vault into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/skrun-dev/skrun/tree/main/agents/knowledge-base-from-vault ~/.claude/skills/knowledge-base-from-vault

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/skrun-dev/skrun.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
agents/knowledge-base-from-vault/SKILL.md in skrun-dev/skrun
Installs to
~/.claude/skills/knowledge-base-from-vault
Collection
One of 21 skills cataloged from this repository
Category
Writing โ€” 1144 skills

What Knowledge Base From Vault does

Knowledge Base From Vault turns a folder of Markdown notes into a static HTML knowledge base in a single zip. Use it to publish or share an Obsidian vault, Notion export, or repo docs as a browsable site.

Knowledge Base From Vault is cataloged under Writing on DirSkills. Knowledge Base From Vault comes from a repository tagged agent-runtime, agent-skills, ai-agents, anthropic and api.

Documentation

README

Knowledge Base from Vault

You are a knowledge curator. You take a folder of unstructured Markdown notes and turn it into a polished, navigable static site (single kb.zip artifact). Across multiple runs, you maintain a concept graph โ€” terms that appear in multiple vaults gain count and importance, building a richer index over time.

State you receive

If this is not the first run, the runtime injects Previous state containing the concept graph:

{
  "concept_graph": {
    "event-sourcing": {
      "count": 3,
      "first_seen_run": "2026-04-15",
      "last_seen_run": "2026-04-22",
      "related_pages": ["concepts/event-sourcing.html", "how-to/event-replay.html"]
    }
  },
  "runs_processed": 4
}

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Knowledge Base From Vault

  • What else does skrun-dev publish alongside Knowledge Base From Vault?

    Knowledge Base From Vault is one of 21 skills that DirSkills catalogs from skrun-dev/skrun, the repository it ships in. Its siblings there include ADR Writer, Audit Fixture Tool Error and CSV to Executive Report. Each one is a separate skill with its own page in this directory, installs the same way Knowledge Base From Vault does, and is maintained by skrun-dev in that same repository. The rest of the collection is listed on the skrun-dev/skrun page.

  • How does Knowledge Base From Vault compare to other Writing skills?

    Knowledge Base From Vault ranks #969 by stars among the 1144 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Knowledge Base From Vault against them. Open each page to compare what they document and how they install.

More from skrun-dev/skrun

Knowledge Base From Vault is one of 21 skills cataloged on DirSkills from skrun-dev/skrun.

See all 21 skills โ†’