mcp-apps
πPluginfblissjr/fb-claude-skills
Installation
/plugin marketplace add fblissjr/fb-claude-skills/plugin install mcp-apps@fb-claude-skillsSkills for building and migrating MCP Apps with interactive UIs
Part of
fblissjr/fb-claude-skills
More from this repository10
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.
Interactive MCP App dashboard: quality checks, token budgets, freshness, and repo hygiene
my collection of claude skills including a neat video generation engine
Maintenance tools for skills repos: validation, quality, freshness, upstream detection, best practices review, wiki-sanity lint
Opt a project into down-tier model delegation: installs a standalone .claude/rules/ file telling Claude to route well-specified data and coding tasks to a cheaper model in a subagent, keeping judgment-heavy work in the main loop. Optional pre-shaped .claude/agents/ definitions and an optional agent-state feedback layer.
JSON query tool selection and syntax β jg (jsongrep) for fast extraction, jq for transformations
Kimball-style dimensional modeling patterns for DuckDB star schemas in agent systems. SessionStart hook auto-injects principles when DuckDB or fact/dim tables detected.
Enforces a single rule: every path written into a repo must be relative to the repo root. Ships a SessionStart directive plus pre-commit and commit-msg git hooks that hard-block commits whose staged files, message, or branch name reference anything outside the repo.
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.
Design functional, readable terminal UIs with proper visual hierarchy, semantic color, and responsive layout. SessionStart hook auto-injects principles when Rich/Textual/Click detected.