Vault Organizer — AI skill for Claude Code
Clean up, organize and index any markdown knowledge base (Obsidian/PARA) with Karpathy's 3-layer LLM-wiki method.
How to install Vault Organizer
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open walidboulanouar/vault-organizer and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Vault Organizer does
Clean up, organize and index any markdown knowledge base (Obsidian/PARA) with Karpathy's 3-layer LLM-wiki method. Works as an AI agent skill or standalone Python.
Alternatives in AI
- Bmad Method — Breakthrough Method for Agile Ai Driven Development 42712 382 2 42.9k ★
- AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
- Claudian — An Obsidian plugin that embeds Claude Code as an AI collaborator in your vault 7.7k ★
README
Vault Organizer
Clean up, organize, and build a retrieval registry for any markdown knowledge base (Obsidian, Logseq, a PARA second brain, or a plain folder of `.md` files) using **Andrej Karpathy's 3-layer LLM-wiki method**: RAW sources, a COMPILED wiki, and a SCHEMA/index layer.
Treat your knowledge like code. Raw notes are source files, the cross-linked wiki is the build output, the `INDEX` is the schema, and this tool is the compiler and the linter.
It ships as a **skill** for AI coding agents (Claude Code, etc.) and also runs **standalone** as a zero-dependency Python script.
Why
Most "second brains" rot: files with no frontmatter, dead `[[wikilinks]]`, orphan pages nothing links to, folders with no index. That kills retrieval, both for you and for an LLM. This tool finds all of it, fixes it, and builds the indexes that make any file fast to recall.
Quick start (standalone)
No install. Pure Python standard library.
# audit a whole vault (read-only, never edits anything)
python3 scripts/audit.py /path/to/your/vault --report audit.md
# audit one subfolder but resolve [[wikilinks]] against the whole vault
python3 scripts/audit.py /path/to/vault/subfolder --link-root /path/to/your/vault
# machine-readable output
python3 scripts/audit.py /path/to/your/vault --json
You get a health report: missing frontmatter, broken/missing wikilinks, orphan pages, missing `## Related` sections, duplicate filenames, stale files, and folders without an `INDEX`.
Use it as an agent skill
Drop this folder into your agent's skills directory:
# Claude Code (project or global)
cp -r vault-organizer ~/.claude/skills/vault-organizer
# or .claude/skills/ in your project, or .agents/skills/
Then just ask: *"organize my vault"*, *"clean up my notes"*, *"build an index for this folder"*, *"lint my knowledge base"*. The agent runs the audit, shows you the issues, and works the 6-step workflow with you.
The workflow
- Audit (read-only) —
Related Skills
LLM Wiki Skills
Turn your markdown vault into a compounding knowledge wiki (Karpathy inspired). Six agent skills - knowledge g
LLM WIKI TO Agent Template
Meta-template: bootstrap one Obsidian vault + one Hermes Telegram librarian + paranoid GitHub backup, followin
Modular Context Obsidian Plugin
Modular Context Karpathy LLM Knowledge Base + Gmail & G-Cal — multi-account MCP server for Claude Code, encryp
SEO Playbook
Architect a site's page surface for search and AI visibility — the method, not the tips. A Claude Code skill:
InfinityOS
InfinityOS — sistema operacional de orquestração de agentes para Claude Code: clones de especialistas, squads
Gym Operator
AI operator skill for gym owners — sets up a Gym Operations Knowledge Base and runs your recurring gym work gr
Related Agents
Note Writer
Создает и правит заметки в Obsidian-vault'е по конвенциям проекта (wiki-notes-style, wiki-linking-obsidian, wi
Notes Archivist
Obsidian 知识库维护专员。当用户提供新资料(视频摘要、文章、链接、PDF)需要摄取进 wiki/,或要求维护知识库(建页、更新索引/统计/日志、lint 检查)时使用。它直接在当前 vault 内产出笔记文件;面
SVG Maker
Creates clean standalone SVG illustrations (spatial layouts, annotated figures, concept maps with precise posi