πŸ”Œ

mcp-apps

πŸ”ŒPlugin

fblissjr/fb-claude-skills

VibeIndex|
What it does
|

Skills for building and migrating MCP Apps with interactive UIs

πŸͺ

Part of

fblissjr/fb-claude-skills

Installation

Add marketplace in Claude Code:
/plugin marketplace add fblissjr/fb-claude-skills
Step 2. Install plugin:
/plugin install mcp-apps@fb-claude-skills
0
-
AddedJul 25, 2026

More from this repository10

πŸ”Œ
agent-state-mcpπŸ”ŒPlugin

Read-only MCP server over <HOME>/.claude/agent_state.duckdb -- query run history, watermarks, skill versions, and flywheel metrics instead of shelling out to the agent-state CLI.

πŸ”Œ
skill-dashboardπŸ”ŒPlugin

Interactive MCP App dashboard: quality checks, token budgets, freshness, and repo hygiene

πŸ”Œ
scan-for-secretsπŸ”ŒPlugin

Pre-share scanner: wraps simonw/scan-for-secrets for literal matches (with escape variants) and composes a ripgrep regex pass for privacy-sensitive paths, emails, API key shapes, and SSH fingerprints.

πŸ”Œ
dimensional-modelingπŸ”ŒPlugin

Kimball-style dimensional modeling patterns for DuckDB star schemas in agent systems. SessionStart hook auto-injects principles when DuckDB or fact/dim tables detected.

πŸ”Œ
json-queryπŸ”ŒPlugin

JSON query tool selection and syntax β€” jg (jsongrep) for fast extraction, jq for transformations

πŸ”Œ
readwise-readerπŸ”ŒPlugin

Search, save, and surface your Readwise Reader library via MCP server with OAuth, DuckDB storage, and full-text search

πŸ”Œ
skill-maintainerπŸ”ŒPlugin

Maintenance tools for skills repos: validation, quality, freshness, upstream detection, best practices review, wiki-sanity lint

πŸ”Œ
pyright-autoconfigπŸ”ŒPlugin

SessionStart hook that drops a personal, locally-git-ignored pyrightconfig.json into any Python project lacking a Pyright config -- points Pyright at the uv .venv so imports resolve and silences the reportMissingImports flood. Self-healing (adds the venv pointer once .venv appears), never touches a config it didn't write byte-for-byte, no-op outside Python projects.

πŸ”Œ
cogapp-markdownπŸ”ŒPlugin

Auto-generate markdown sections using cogapp

πŸ”Œ
tui-designπŸ”ŒPlugin

Design functional, readable terminal UIs with proper visual hierarchy, semantic color, and responsive layout. SessionStart hook auto-injects principles when Rich/Textual/Click detected.