DuckDB-powered code analysis and conversation history — AST search, git diff analysis, code structure, and Claude session exploration
Developer workflow plugins for Claude Code.
| Plugin | Description |
|---|---|
| jetsam | Git workflow accelerator — MCP server, agent routing, safety hooks |
| blq | Build Log Query — capture, query, and analyze build/test output |
| fledgling | DuckDB-powered code analysis — AST search, git diffs, conversation history |
# Add this marketplace
/plugin marketplace add teaguesterling/claude-plugins
# Install a plugin
/plugin install jetsam@teague-tools
Each plugin lists its own requirements. Generally:
pip install jetsam-mcp + gh CLIpip install blq-clipip install fledgling + DuckDB, then fledgling init in your projectBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimTool call observer — watches patterns and suggests structured alternatives
Semi-QUalified Agent Companion Kit — code intelligence MCP server with smart defaults and session caching
DuckDB-powered code analysis and conversation history — AST search, git diff analysis, code structure, and Claude session exploration
Build Log Query — capture, query, and analyze build/test output through MCP instead of shell pipes
Build Log Query — capture, query, and analyze build/test output through MCP instead of shell pipes
npx claudepluginhub teaguesterling/claude-plugins --plugin fledglingQuery your Claude Code history with SQL. Analyze conversations, commits, and productivity patterns.
Local codebase intelligence + change-safety gates for coding agents. Pre-indexes your repo's symbols, call graph, deps, and git history into SQLite (28 languages, 100% local, zero API keys), then exposes a lean 16-tool MCP core preset: graph-precise search, callers/impact blast radius, coupling, dead code, taint reachability, and pre-merge verify/critique gates that catch regressions, broken references, AI-slop duplication, and convention drift before they ship.
Teaches Claude how to use sverklo's code intelligence MCP tools — semantic search, blast-radius, PR review, codebase audit, persistent memory
Graph-first code intelligence for AI agents. SurrealDB knowledge graph + 52 MCP tools replace Read/Grep/Glob with deterministic graph traversal. 80–95% fewer tokens on code context. Rust-native, fully local.
Optimized file search, semantic indexing, and persistent memory for Claude Code — with optional sync to a self-hosted web dashboard
Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 8 coding-agent harnesses, content-addressed Fjall + LanceDB.