Meta-system for AI-assisted project management. Session continuity, knowledge management, vault builder, and PM tracking via 11 skills backed by an MCP server with 27 tools.
Three-way gap analysis: canonical specs vs vault wiki vs actual code. Finds missing features, claimed-but-broken, and undocumented implementations.
Build the knowledge vault from configured sources. Runs the ETL pipeline: survey sources, preview extraction, execute parallel build, generate Graphify knowledge graph. Supports building all sources or specific ones (e.g., `library:build jira` or `library:build axon_bridge,specs`).
Capture session state at the end of a work session. Writes structured checkpoint file, updates memory, and comments on PM tasks with progress.
Compile wiki articles from vault sources. The Librarian's core job: raw sources become structured wiki articles tagged with [VERIFY], [CONFLICT], [PLANNED].
Set up and configure The Library. Run on first use or to update settings. Handles Reading Room setup, vault initialization, PM provider selection, Graphify toggle, branding, and MCP registration.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Open-source meta-system for AI-assisted project management.
Session continuity, knowledge management, and PM tracking through a Claude Code skill suite backed by an MCP server.
| Component | What It Is |
|---|---|
| The Library | The system — 11 skills + MCP server + config |
| The Reading Room | Your project's working area — specs, plans, checkpoints, project assets (repo or directory) |
| The Vault | Knowledge base — Obsidian-native (wikilinks, tags), Karpathy 3-layer pattern |
| Graphify | Card catalog — cross-document relationship queries (optional) |
| PM Adapter | Circulation desk — configurable Jira or Linear integration |
pip install the-library
Optional dependencies:
pip install the-library[linear] # Linear PM adapter
pip install the-library[graphify] # Graphify knowledge graph
pip install the-library[all] # Everything
# 1. Install
pip install the-library
# 2. Initialize (creates config, vault, hooks, domains — one command)
cd your-project
library init
# 3. (Optional) Install the Claude Code plugin for skills
claude plugins install sevenbelowllc/the-library
# 4. (Optional) Interactive fine-tuning in Claude Code
library:config
library init handles everything: config file, Reading Room, vault structure, runtime directories, SESSION.md, PROJECT-STATE.md, domain manifests, hooks, and validation. One command, zero manual steps.
The Reading Room is where your project's "books" live — canonical specs, implementation plans, session checkpoints, and project assets. It can be:
reading-room/ or .library/)| Skill | Purpose |
|---|---|
library:config | Setup and configuration |
library:ingest | Add source material to the vault |
library:compile | Compile wiki articles from sources |
library:query | Ask the Librarian questions |
library:memory | Memory lifecycle management |
library:sync | PM state sync |
library:triage | Turn vault tags into PM tasks |
library:plan | Convert specs into PM epics/tasks |
library:audit | Spec vs code gap analysis |
library:review | Completion validation |
library:checkpoint | Session state capture |
The Library runs as an MCP server exposing 31 tools across 7 modules:
| Module | Tools |
|---|---|
| Config | library:config:get, library:config:set |
| Vault | library:vault:init, library:vault:validate, library:vault:parse, library:vault:ingest |
| PM | library:pm:create_task, library:pm:create_epic, library:pm:sync, library:pm:update, library:pm:query, library:pm:create_project, library:pm:list_projects, library:pm:get_project, library:pm:update_project, library:pm:assign_task, library:pm:link_issues, library:pm:get_link_types |
| Memory | library:memory:scan, library:memory:aggregate, library:memory:prune, library:memory:health, library:memory:learn |
| Checkpoint | library:checkpoint:write, library:checkpoint:read, library:checkpoint:list |
| Graph | library:graph:rebuild, library:graph:query, library:graph:path |
| Vault Builder | library:vault_builder:config, library:vault_builder:survey, library:vault_builder:preview, library:vault_builder:build, library:vault_builder:extract |
| Dev | library:dev:token_report |
# Initialize (creates config, vault, hooks — everything)
library init
# Run MCP server standalone
library
# Validate installation
library validate
# Auto-fix common issues
library doctor
npx claudepluginhub sevenbelowllc/the-library --plugin libraryAI-powered development tools for code review, research, design, and workflow automation.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.