mustafa4101996ahmed

Obsidian Vault Kit — Development skill for Claude Code

Development community

A knowledge vault Claude Code maintains for you — document and session-history ingest into a linked Obsidian graph, with a daily runner that refuses to report success when it changed nothing.

How to install Obsidian Vault Kit

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mustafa4101996ahmed/obsidian-vault-kit and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Obsidian Vault Kit does

A knowledge vault Claude Code maintains for you — document and session-history ingest into a linked Obsidian graph, with a daily runner that refuses to report success when it changed nothing.

Alternatives in Development

  • Implement Plan — You are tasked with implementing an approved technical plan from thoughts/shared/plans/ 10k ★
  • Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
  • MCP Edit — tilth_write replaces the host Edit and Write tools 349 ★

README

Obsidian Vault Kit

**Everything you worked out with Claude Code, turned into a knowledge graph you can query.** Point it at a document and it writes linked, filed notes. Use Claude Code normally and it mines your own sessions for whatever was worth keeping, on its own, once a day.

[![CI](https://github.com/mustafa4101996ahmed/obsidian-vault-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/mustafa4101996ahmed/obsidian-vault-kit/actions/workflows/ci.yml) [![MIT](https://img.shields.io/badge/licence-MIT-007ec6)](LICENSE) ![Node 18+](https://img.shields.io/badge/node-18%2B-417e38) ![macOS, Linux, Windows](https://img.shields.io/badge/macOS%20%C2%B7%20Linux%20%C2%B7%20Windows-verified-0a7ea4) ![Zero dependencies](https://img.shields.io/badge/dependencies-0-6b7785)

The vault's link graph after ingesting five documents: thirteen notes across concepts, skills, synthesis and hub zones, connected by thirty-five links, with clusters around software design and knowledge management joined by a synthesis note

A real vault after five documents went in. It started with five seed pages and eight links.
Rendered from the actual files by make-graph.mjs, not drawn by hand.


[!IMPORTANT] **A run that recorded nothing ingested nothing.** The runner checks whether `.manifest.json` moved and treats an untouched ledger as a failure regardless of the exit code. A pipeline that reports success while doing no work is the failure that hides longest.

How it works

You drop a document in, or you simply use Claude Code. Either way the vault fills up.

A fresh vault: five seed pages, eight links, nothing ingested

Related Skills