πŸ”Œ

skill-dashboard

πŸ”ŒPlugin

fblissjr/fb-claude-skills

Installation

Add marketplace in Claude Code:
$/plugin marketplace add fblissjr/fb-claude-skills
Step 2. Install plugin:
$/plugin install skill-dashboard@fb-claude-skills
VibeIndex|
What it does
|

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

πŸͺ

Part of

fblissjr/fb-claude-skills

0
-
AddedJul 25, 2026

More from this repository10

πŸ”Œ
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.

πŸ”Œ
mcp-appsπŸ”ŒPlugin

Skills for building and migrating MCP Apps with interactive UIs

πŸͺ
fblissjr/fb-claude-skillsπŸͺMarketplace

my collection of claude skills including a neat video generation engine

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

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

πŸ”Œ
model-routingπŸ”ŒPlugin

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πŸ”ŒPlugin

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

πŸ”Œ
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.

πŸ”Œ
path-privacyπŸ”ŒPlugin

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-decomposerπŸ”ŒPlugin

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.

πŸ”Œ
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.