Agent Plugins Marketplace
All plugins

bibliothekarin

v0.6.1

Wissensmanagement-Agent: Wissen einpflegen, abrufen, synthetisieren, destillieren und Vault-Pflege für Obsidian Vaults via CLI und Dateisystem. Erstellt Mermaid- und PlantUML-Diagramme reference-first (offline gespiegelte Doku, lokale Validierung) und empfiehlt die passende Diagrammart.

CodexClaude Code3 Skills

By Sebastian RädleLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add bibliothekarin@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/muhackel/claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bibliothekarin/.

Plugin files

plugins/bibliothekarin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/diagramm-auswahl/SKILL.md
├── skills/mermaid/SKILL.md
└── skills/plantuml/SKILL.md

Included Skills3

diagramm-auswahlskills/diagramm-auswahl/SKILL.md

Empfiehlt für ein Visualisierungsziel die passende Diagrammart UND das passende Tool (Mermaid vs. PlantUML vs. json-canvas). Standard im Vault ist Mermaid (Obsidian-nativ); PlantUML nur für Typen, die Mermaid nicht kann. Use when unklar ist, welches Diagramm passt, wie sich X visualisieren lässt, oder eine Diagramm-Empfehlung gefragt ist.

mermaidskills/mermaid/SKILL.md

Mermaid-Diagramme für den Vault erstellen — reference-first aus einem offline gespiegelten Mermaid-Doku-Klon, vor dem Commit lokal mit mmdc validiert. Obsidian rendert Mermaid nativ. Use when ein Mermaid-Diagramm, Flussdiagramm, Sequenzdiagramm, Klassendiagramm, Zustandsdiagramm, ER-Diagramm oder Gantt-Chart in einer Note erstellt oder korrigiert werden soll.

plantumlskills/plantuml/SKILL.md

PlantUML-Diagramme erstellen — reference-first aus einem offline gespiegelten Language Reference Guide, lokal mit plantuml validiert. NICHT Obsidian-nativ (braucht Community-Plugin/Server) — nur wählen, wenn der Mehrwert die Rendering-Hürde rechtfertigt. Use when ein PlantUML- oder UML-Diagramm gebraucht wird, insbesondere Deployment-, Komponenten-, Timing-, Objekt- oder detailtiefe Sequenzdiagramme, Wireframes (Salt) oder Archimate.

Plugin manifests2

plugins/bibliothekarin/.codex-plugin/plugin.json
{
  "name": "bibliothekarin",
  "version": "0.6.1",
  "description": "Wissensmanagement-Agent: Wissen einpflegen, abrufen, synthetisieren, destillieren und Vault-Pflege für Obsidian Vaults via CLI und Dateisystem. Erstellt Mermaid- und PlantUML-Diagramme reference-first (offline gespiegelte Doku, lokale Validierung) und empfiehlt die passende Diagrammart.",
  "author": {
    "name": "Sebastian Rädle",
    "email": "[email protected]"
  },
  "repository": "https://github.com/muhackel/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "obsidian",
    "vault",
    "index",
    "audit",
    "knowledge-management",
    "retrieval",
    "ingestion",
    "synthesis",
    "diagram",
    "mermaid",
    "plantuml",
    "visualization"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "BibliotheKarin",
    "shortDescription": "Wissensmanagerin für Obsidian Vaults — einpflegen, abrufen, synthetisieren und pflegen",
    "longDescription": "BibliotheKarin verwaltet Obsidian Vaults über CLI und Dateisystem: Wissen wird eingepflegt, abgerufen, über mehrere Notes hinweg synthetisiert und aus dem Kurzzeitgedächtnis in den Vault destilliert. Sie hält Index und Audit sauber, verknüpft Notes per Wikilink und pflegt Frontmatter. Zusätzlich erstellt sie Mermaid- und PlantUML-Diagramme reference-first mit lokaler Validierung und empfiehlt die passende Diagrammart und das passende Tool.",
    "developerName": "Sebastian Rädle",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": "Pflege diese Notiz in meinen Vault ein und verknüpfe sie mit verwandten Notes.",
    "screenshots": []
  }
}
plugins/bibliothekarin/.claude-plugin/plugin.json
{
  "name": "bibliothekarin",
  "description": "Wissensmanagement-Agent: Wissen einpflegen, abrufen, synthetisieren, destillieren und Vault-Pflege für Obsidian Vaults via CLI und Dateisystem. Erstellt Mermaid- und PlantUML-Diagramme reference-first (offline gespiegelte Doku, lokale Validierung) und empfiehlt die passende Diagrammart.",
  "version": "0.6.1",
  "author": {
    "name": "Sebastian Rädle",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "obsidian",
    "vault",
    "index",
    "audit",
    "knowledge-management",
    "retrieval",
    "ingestion",
    "synthesis",
    "diagram",
    "mermaid",
    "plantuml",
    "visualization"
  ],
  "skills": "./skills",
  "commands": "./commands"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[bibliothekarin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bibliothekarin)