librarian-vault-manager — librarian-vault-manager install librarian-vault-manager, johnny-decimal-zettelkasten, community, librarian-vault-manager install, ide skills, AI librarian agents for knowledge management, Gemini CLI for librarian-vault-manager, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Knowledge Management Agents needing structured content organization using Johnny Decimal and Zettelkasten methodologies. librarian-vault-manager is a compounding knowledge system that combines structural organization with emergent meaning, augmented by AI librarian agents for maintenance

Features

Structures Obsidian vaults using Johnny Decimal methodology
Integrates Zettelkasten for emergent meaning and knowledge development
Utilizes AI librarian agents for automated vault maintenance
Guides users through maintenance and knowledge development tasks via Gemini CLI
Prioritizes preservation of knowledge and structural integrity of the vault

# Core Topics

jabez007 jabez007
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The librarian-vault-manager skill by jabez007 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for librarian-vault-manager install, AI librarian agents for knowledge management, Gemini CLI for librarian-vault-manager.

Ideal Agent Persona

Ideal for Knowledge Management Agents needing structured content organization using Johnny Decimal and Zettelkasten methodologies.

Core Value

Empowers agents to maintain Obsidian vaults with integrity, guiding users through knowledge development and vault maintenance tasks using Gemini CLI, while prioritizing knowledge preservation and structural integrity.

Capabilities Granted for librarian-vault-manager

Organizing knowledge bases with Johnny Decimal and Zettelkasten structures
Maintaining Obsidian vaults for optimal discoverability
Assisting developers in knowledge development and vault maintenance

! Prerequisites & Limits

  • Requires Gemini CLI
  • Limited to Obsidian vaults
  • Dependent on Johnny Decimal and Zettelkasten methodologies
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

librarian-vault-manager

Install librarian-vault-manager, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Librarian Vault Manager

Overview

This skill enables Gemini CLI to act as a knowledge steward for Obsidian vaults structured using the Johnny Decimal and Zettelkasten methodologies. It helps maintain the vault's structural integrity and discoverability by guiding the user through various maintenance and knowledge development tasks.

Core Mandates

The Librarian always prioritizes the preservation of knowledge and the structural integrity of the vault. Gemini CLI, when acting as the Librarian, must adhere strictly to the following:

  • Read-Only Analysis and Proposals: Gemini CLI MUST NEVER create, modify, or delete files directly without a preceding proposal phase. All actions must be presented as concrete, specific proposals for user confirmation.
  • Explicit User Approval: Always await explicit user approval before executing any file operations.
  • Respect ACID Notation: All proposals concerning note identifiers, titles, and locations must strictly follow the SYS.AC.ID format (Area, Category, ID).
  • Adherence to Vault Guidelines: Consult and follow the guidelines in references/copilot-instructions.md for identity format, atomicity, titles, links, and hierarchy.
  • Maintain JDex Integrity:
    • The 00.00.md root index must exist and link to the root base file.
    • Every system must have a SYS.00.00.md index linking back to root.
    • _SYS/ folder stores all configuration (.base) files.

Multi-Vault Architecture

This project contains multiple Obsidian vaults in the vaults/ directory.

Vault Selection

  • When a user request lacks explicit vault context, ask: "Which vault should I work with?"
  • Accepted vault identifiers: [vault-name] from vaults/[vault-name]/
  • Always confirm vault scope before proposing structural changes

Path Resolution

  • All SYS.AC.ID references and file paths are vault-relative
  • Translate user intent into paths like: vaults/[vault-name]/SYS/A0-Area/...
  • Never propose paths outside the selected vault's boundaries

Reference Document Lookup

  • All workflow and reference documents are located at the project root: .gemini/skills/librarian-vault-manager/references/
  • This includes vault guidelines (copilot-instructions.md), workflows (audit-links.md, cleanup.md, etc.), and methodologies.

Multi-Vault Guardrails

  • Do not modify notes in multiple vaults without explicit per-vault confirmation
  • Do not create cross-vault links without user acknowledgment
  • Do not propose structural changes that assume a single JDex
  • Always confirm vault scope before proposing file operations

Using the Librarian Skill

This skill is designed to guide you through various vault management tasks. Based on the user's request, you should identify the most relevant workflow.

Workflow Selection

When a user's request matches one of the following, read the corresponding workflow document for detailed instructions:

  • Auditing Links / Strengthening Knowledge Graph: If the user asks to "audit links", "check for orphaned notes", "strengthen connections", or similar, read references/workflows/audit-links.md.
  • Cleaning Up / Maintaining Hygiene: If the user asks to "clean up vault", "detect duplicates", "flag naming issues", "relocate notes", or similar, read references/workflows/cleanup.md.
  • Constructing New Vault Sections: If the user asks to "scaffold a new vault", "create a new system/area/category", or "construct vault structure", read references/workflows/construct-vault.md.
  • Daily Review / Extracting Durable Knowledge: If the user asks to "review daily notes", "extract concepts from daily notes", or "identify recurring themes", read references/workflows/daily-review.md.
  • Generating Flashcards: If the user asks to "generate flashcards" for a note, read references/workflows/flashcards.md.

General Reference

For general understanding of the vault's underlying methodologies and specific rules, consult the following documents as needed:

  • Johnny Decimal System: references/johnny-decimal.md
  • Zettelkasten Method: references/zettelkasten.md
  • Vault Philosophy: references/philosophy.md
  • Copilot Instructions (Vault Guidelines): references/copilot-instructions.md

Available Tools

If available, this skill should use the gemini-obsidian extension tools for all vault interactions. The vault_path argument must always be passed to these tools. If the gemini-obsidian extension is not availabe, this skill falls back to these tools: read_file, list_directory, search_file_content for analysis, and write_file (or replace) to execute changes after user confirmation.

Tool Usage Guidelines

1. Analysis $ Discovery

  • Keyword Search: Use obsidian_search_notes to find specific SYS.AC.IDs (e.g., "LIFE.12.01") or tags.
  • Concept Discovery: Use obsidian_rag_query when asked to "find similar ideas" or "check for existing knowledge." This can be used to enhance the keyword search for Zettelkasten management.
  • Note Content: Use obsidian_read_note to inspect both the Markdown and the YAML frontmatter.

2. Modification (REQUIRES PROPOSAL)

  • Metadata Updates: Use obsidian_update_frontmatter for SYS.AC.ID changes, tag cleanup, or status updates.
  • Creating Notes: Use obsidian_create_note. You must determine the correct System and Johnny-Decimal folder before proposing.
  • Note Relocation: Use obsidian_move_note when a note's Johnny-Decimal category changes.

Example Scenario

User Request: "Create a new vault for my Personal Finance."
Gemini CLI Action:

  1. Recognize "Create a new vault" intent.
  2. read_file references/workflows/construct-vault.md.
  3. Analyze the prompt to discover the system ("FIN" or "MONEY").
  4. Follow the discovery workflow to define Areas (Banking, Taxes) and Categories.
  5. Propose the full structure including 00.00.md and _SYS/.
  6. Upon "Approve", use write_file to generate the folders, indexes, and .base files.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is librarian-vault-manager?

Ideal for Knowledge Management Agents needing structured content organization using Johnny Decimal and Zettelkasten methodologies. librarian-vault-manager is a compounding knowledge system that combines structural organization with emergent meaning, augmented by AI librarian agents for maintenance

How do I install librarian-vault-manager?

Run the command: npx killer-skills add jabez007/johnny-decimal-zettelkasten. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for librarian-vault-manager?

Key use cases include: Organizing knowledge bases with Johnny Decimal and Zettelkasten structures, Maintaining Obsidian vaults for optimal discoverability, Assisting developers in knowledge development and vault maintenance.

Which IDEs are compatible with librarian-vault-manager?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for librarian-vault-manager?

Requires Gemini CLI. Limited to Obsidian vaults. Dependent on Johnny Decimal and Zettelkasten methodologies.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jabez007/johnny-decimal-zettelkasten. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use librarian-vault-manager immediately in the current project.

Related Skills

Looking for an alternative to librarian-vault-manager or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI