By nathanvale
Knowledge bank for Claude Code hooks, skills, sub-agents, and MCP servers - event lifecycle, hook types, configuration, community patterns, skill authoring, sub-agent orchestration, MCP setup, Tool Search, design patterns, and troubleshooting.
Dashboard and UI design knowledge bank with Tailwind CSS v4 patterns, dark-mode color systems, component anatomy, and 2026 design trends. Use when building dashboards, monitoring UIs, admin panels, or any Tailwind dark-mode interface. Triggers on: "dashboard", "dark mode", "design tokens", "metric cards", "status badges", "Tailwind patterns", "color palette", "design system", "observability UI", "monitoring dashboard", "event feed", "real-time UI", "virtual scrolling", "skeleton screen", "loading state", "shadcn-vue", "Vue dashboard", "WebSocket performance", "animation dashboard", "accessibility", "WCAG", "color blind", "screen reader", "aria-live", "focus management", "reduced motion", "DataTable", "Unovis charts", "shadcn theming", "Tailwind v4 migration", "chart library", "Unovis", "ApexCharts", "ECharts", "sparkline", "data visualization", "dashboard layout", "resizable panels", "Splitpanes", "Gridstack", "collapsible sidebar", "container queries", "CSS Grid dashboard", "drag to rearrange", "responsive dashboard", "@theme", "@theme inline", "@custom-variant dark", "oklch", "hsl", "Tailwind v4 setup", "design tokens setup", "globals.css", "VeeValidate", "Zod", "form validation", "date picker", "command palette", "cmdk", "filter bar", "Combobox", "Pinia filters", "keyboard shortcuts".
Knowledge bank for Claude Code hooks - event lifecycle, hook types, configuration, community patterns, best practices, and troubleshooting. Triggers on: claude code hooks, hook events, PreToolUse, PostToolUse, SessionStart, UserPromptSubmit, hook configuration, settings.json hooks, auto-format hook, command hook, prompt hook, agent hook, hook not working, hook debug, PermissionRequest, SubagentStart, SubagentStop, Stop hook, PreCompact, SessionEnd.
Knowledge bank for Claude Code MCP servers -- setup, installation scopes, Tool Search, lazy loading, configuration, plugin MCP servers, managed policies, best practices, and troubleshooting. Triggers on: MCP server, MCP tools, add MCP, install MCP, .mcp.json, mcp configuration, mcp scope, local vs project vs user MCP, Tool Search, lazy loading, ENABLE_TOOL_SEARCH, MCP output limits, MAX_MCP_OUTPUT_TOKENS, MCP timeout, MCP not working, MCP server not connecting, mcp permission, managed-mcp.json, allowedMcpServers, deniedMcpServers, MCP in plugin, plugin MCP server, MCP resources, MCP prompts, remote MCP, SSE, stdio, HTTP MCP, MCP vs skills, when to use MCP, MCP cost, MCP context, mcp-server, connect tool, external tool.
Interactive skill builder that scaffolds complete Claude Code skills end-to-end. Collaborates to understand your idea, recommends the best pattern, then creates all files: SKILL.md with frontmatter, references/, scripts/, assets/. Use when: build me a skill, scaffold a skill, create a new skill, make a skill, help me build a skill, new skill from scratch, skill setup, set up a skill, I have an idea for a skill, skill scaffolding, generate a skill.
Staff-engineer-level review of Claude Code skills with structured grading and actionable uplift recommendations. Reads a skill, grades it across 8 dimensions (structure, description, body, invocation, progressive disclosure, triggers, content strategy, plugin integration), then generates a comprehensive remediation prompt you can use to fix everything. Use when: review my skill, audit a skill, grade my skill, skill review, is my skill good, what's wrong with my skill, improve my skill, uplift skill, skill health check, skill quality check, critique my skill, rate my skill.
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.
Curated, verified Claude Code plugins for compound engineering workflows.
A marketplace of Claude Code plugins that encode expertise into reusable, composable units. Each plugin is self-contained with its own manifest, skills, commands, agents, and hooks. No hard dependencies between plugins.
Every plugin in this marketplace is verified -- it passes the acceptance checklist, installs cleanly, and has at least one working end-to-end flow. The "compound engineering" philosophy means plugins work well alone but compound when combined: git safety hooks protect your commits while enterprise orchestrates multi-agent builds and newsroom researches community sentiment.
Add the marketplace and install plugins:
# Add the marketplace
/plugin marketplace add nathanvale/side-quest-plugins
# Install a plugin
/plugin install git@side-quest
# Use it
/git:commit
| Plugin | Category | Description |
|---|---|---|
| git | development | Git workflows with 10 commands, safety hooks, and session logging. Blocks force push, enforces conventional commits, preserves session memory across context compressions. |
| enterprise | development | Multi-agent engineering orchestrator with Star Trek metaphor. Spock coordinates Scotty (builder) and McCoy (validator) for documentation, code review, and refactoring. 9 commands, 8 skills, 3 agents. |
| newsroom | productivity | Multi-agent research across Reddit, X, and the web. Mickey "The Desk" Malone dispatches beat reporters in parallel with engagement metrics and source links. 2 commands, 2 skills, 1 agent. |
Starter packs group related plugins for common workflows. Each plugin installs independently -- packs are a discovery shortcut, not a bundle.
| Pack | Plugins | Description |
|---|---|---|
| quality-gates | bun-runner, tsc-runner, biome-runner | Lint, type-check, and test your code |
| compound-engineering | git, enterprise, newsroom | Full CE stack -- safety, orchestration, research |
| code-intelligence | kit, claude-code | Semantic search, navigation, Claude Code knowledge |
Install a pack by installing each plugin:
# Quality Gates
/plugin install bun-runner@side-quest
/plugin install tsc-runner@side-quest
/plugin install biome-runner@side-quest
If you previously installed plugins via ln -s:
rm ~/.claude/plugins/{git,enterprise,newsroom}/plugin marketplace add nathanvale/side-quest-plugins/plugin install git@side-quest (repeat for each plugin)Plugins not yet in the marketplace can continue using symlinks.
See docs/plugin-standards.md for the acceptance checklist, category system, versioning policy, and contribution guide.
V1.1 adds core development tools (bun-runner, tsc-runner, biome-runner, kit). See docs/plugin-roadmap.md.
git clone https://github.com/nathanvale/side-quest-plugins.git
cd side-quest-plugins
bun install
bun run validate # Full gate: lint + typecheck + marketplace validation
bun run validate:marketplace # Marketplace structure checks only
Individual checks:
bun run check # Biome lint + format
bun run typecheck # TypeScript type check
Branch naming: type/description (e.g., feat/add-plugin, fix/manifest-merge). Commits use Conventional Commits enforced by commitlint. CI runs bun run validate:marketplace --check-bump on PRs to enforce marketplace.json structure and version bumps. Run bun run validate before pushing.
MIT License - Copyright (c) 2025-2026 Nathan Vale
See LICENSE for full text.
npx claudepluginhub nathanvale/side-quest-plugins --plugin claude-codeCross-platform clipboard operations - copy and paste text with structured error handling
Front door to dotfiles bin scripts - say, quarantine, and downloads domains with full observability
Bookmark management for Claude Code
Expert guidance for creating high-quality Claude Code skills following Anthropic's best practices
Fire-and-forget structured issue logger for subagents. Appends JSONL entries to ~/.claude/logs/agent-issues.jsonl.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.