By fblissjr
Search, save, and surface your Readwise Reader library. Turn your read-it-later archive into an active knowledge base.
Get a summary of your reading activity
Surface saved knowledge relevant to a topic or your current work
Save a URL to your Readwise Reader library
Search your Readwise Reader library
Triage your Readwise Reader inbox
Manages the read-it-later lifecycle with decision frameworks for inbox triage. Use when the user wants to process their reading inbox, batch-triage saved items, or assess inbox health metrics.
Synthesizes knowledge from your Readwise Reader library by prioritizing highlights and annotations across documents. Use when the user asks for references from their reading, wants to surface saved knowledge, or needs cross-document synthesis.
Decomposes natural language queries into targeted searches across Readwise Reader documents, highlights, and tags. Use when the user searches their reading library, asks what they saved about a topic, or wants to find specific highlights.
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.
last updated: 2026-03-31
Design Principles (VISION.md) -- Skills are retrieval, and retrieval serves an architecture. High precision is the constraint, high recall is the goal. Read this first.
A collection of Claude Code plugins, skills, and MCP Apps. Installable as a plugin marketplace in Claude Code, Cowork, and Claude Desktop.
Each plugin addresses a different layer of building with AI: planning and decomposition (mece-decomposer), tool environment infrastructure (env-forge), interactive UIs (mcp-apps), development workflows (dev-conventions, tui-design, cogapp-markdown, dimensional-modeling), and plugin management (plugin-toolkit).
| Plugin | Type | Description |
|---|---|---|
| mece-decomposer | Hook + Skills + MCP App | MECE decomposition of goals and workflows into Agent SDK-ready components, with interactive tree visualizer. Hook detects Agent SDK imports. |
| mcp-apps | Skills | Build and migrate MCP Apps (interactive UIs for MCP-enabled hosts) |
| plugin-toolkit | Skills + Agents | Analyze, polish, and manage Claude Code plugins |
| tui-design | Hook + Skill | Terminal UI design principles for Rich, Questionary, and Click. Hook detects TUI library imports. |
| cogapp-markdown | Skill | Auto-generate markdown sections using cogapp |
| dev-conventions | Hook + Skills | Auto-detects Python/JS projects at session start, injects uv/orjson/bun/TDD/doc conventions via composable directive files |
| dimensional-modeling | Hook + Skill | Kimball-style dimensional modeling for DuckDB star schemas. Hook detects DuckDB usage. |
| env-forge | Hook + Skill + Scripts | Interface for Snowflake AWM synthesis pipeline. Hook detects .env-forge or fastapi-mcp. |
| readwise-reader | MCP Server | Search, save, and surface your Readwise Reader library via MCP with OAuth, DuckDB, and full-text search |
| json-query | Skill | JSON query tool selection and syntax -- jg (jsongrep) for extraction, jq for transformation |
| skill-maintainer | Skills | Maintenance tools for skill repos: quality checks, freshness, upstream detection, best practices review |
| skill-dashboard | MCP App | Interactive quality dashboard: checks, token budgets, freshness, version alignment |
| Module | Description |
|---|---|
| heylook-monitor | MCP App dashboard for heylookitsanllm local LLM server |
| skill-dashboard | ext-apps MCP App quality dashboard (TypeScript) |
| Module | Description |
|---|---|
| skill-maintainer | skill-maintain CLI for validating, monitoring, and maintaining skill repos. Git-installable into any repo. |
| agent-state | agent-state CLI for DuckDB audit/state tracking of pipeline, agent, and CLI runs. Watermark history, run trees, skill version lineage with routing metadata and lifecycle management. |
# Add the marketplace (once)
/plugin marketplace add fblissjr/fb-claude-skills
# Install individual plugins
/plugin install mece-decomposer@fb-claude-skills
/plugin install mcp-apps@fb-claude-skills
/plugin install plugin-toolkit@fb-claude-skills
/plugin install tui-design@fb-claude-skills
/plugin install cogapp-markdown@fb-claude-skills
/plugin install dimensional-modeling@fb-claude-skills
/plugin install dev-conventions@fb-claude-skills
/plugin install env-forge@fb-claude-skills
/plugin install skill-maintainer@fb-claude-skills
/plugin install json-query@fb-claude-skills
Or from the terminal:
claude plugin marketplace add fblissjr/fb-claude-skills
claude plugin install mece-decomposer@fb-claude-skills
git clone https://github.com/fblissjr/fb-claude-skills.git
cd fb-claude-skills
/plugin marketplace add .
/plugin install mece-decomposer@fb-claude-skills
claude --plugin-dir ./apps/mece-decomposer
claude plugin uninstall mece-decomposer@fb-claude-skills
claude plugin list # verify
New to MCP? See docs/mcp-ecosystem.md for a field guide to the full MCP ecosystem -- protocols, transports, tools, apps, connectors, and how they all relate.
Plugins from this repo work across multiple Claude surfaces, but capabilities differ by surface:
npx claudepluginhub fblissjr/fb-claude-skills --plugin readwise-readerMaintenance tools for skills repos: validation, quality checks, freshness tracking, upstream change detection, and best practices review
Generate and launch database-backed MCP tool environments from scenario descriptions or the AWM-1K catalog. SessionStart hook auto-injects principles when .env-forge or fastapi-mcp detected.
Skills for building and migrating MCP Apps with interactive UIs
MECE decomposition of goals, tasks, and workflows into Agent SDK-ready components with interactive tree visualizer. SessionStart hook auto-injects principles when Agent SDK or decomposition files detected.
Tools for analyzing, polishing, and managing Claude Code plugins
Create and review Readwise highlights; save articles to Reader; triage your reading queue — all from Claude Code.
LLM-maintained personal wiki skills for Claude Code. Implements Karpathy's LLM Wiki pattern — persistent, compounding knowledge base for research, codebase documentation, or any long-term knowledge accumulation.
LLM-maintained knowledge base skill — structured wiki with Obsidian, milestone-based source clustering, proactive write-back, and autonomous lint
AI thinking partner for your Obsidian vault — process, recall, synthesize, research with evidence-backed learning science
Full Zotero CRUD: search, add, update, delete items with notes, tags, collections, and PDF attachments. Dual local/Web API routing.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.