Skip to main content

Claude Code Extensions Registry

Single source of truth for all Claude Code extensions used across SecurityV0 repos. Every plugin, skill, agent, MCP server, and hook is listed here with its location, status, and purpose.

Related docs:


Plugins

Plugins every developer should install. These are verified and provide clear value.

PluginSourceVersionWhat it doesInstall command
typescript-lspOfficial marketplace1.0.0Real-time TS type diagnostics after every edit -- catches errors before testsclaude plugin install typescript-lsp
superpowersOfficial marketplace5.0.615 workflow skills: TDD, systematic debugging, plan writing/execution, parallel agents, worktrees, code reviewclaude plugin install superpowers
claude-memthedotmack10.6.2Cross-session memory capture -- auto-records what Claude does, compresses with AI, injects relevant context into future sessionsclaude plugin marketplace add thedotmack/claude-mem && claude plugin install claude-mem@thedotmack

Superpowers skills inventory

The superpowers plugin adds these skills (all auto-available after install):

SkillWhen to use
test-driven-developmentWriting tests before implementation
systematic-debuggingStructured root cause analysis
writing-plansDesigning implementation plans with Claude
executing-plansFollowing through on approved plans
subagent-driven-developmentDelegating work to focused sub-agents
dispatching-parallel-agentsRunning multiple agents concurrently
verification-before-completionFinal check before marking work done
using-git-worktreesIsolated development with worktrees
finishing-a-development-branchClean up and prepare for merge
requesting-code-reviewGenerating review requests
receiving-code-reviewProcessing review feedback
brainstormingStructured idea generation
writing-skillsMeta-skill for creating new skills

Pre-installed (Came with Setup)

These were configured during initial project setup and are already available.

PluginSourceWhat it does
notion-workspace-pluginNotion marketplaceRead/write Notion pages and databases via OAuth
frontend-designOfficial marketplaceDesign system for building production-grade UIs
figmaOfficial marketplaceFigma integration (currently disabled)

Evaluated -- Not Installed

Plugins and tools we investigated and decided not to install, with reasons.

Plugin / ToolSourceVerdictWhy
codebase-memory-mcp (DeusData)GitHubDO NOT INSTALLSecurity issues: path traversal, symlink following, no auth on delete. Too young (v0.3.2, 7 days old at evaluation 2026-03-03). Re-evaluate in 3-6 months.
pyright-lspOfficial marketplaceDEFERREDValuable for Python projects, but our Python footprint (connectors, scripts) is small relative to TypeScript. Install when Python work increases.
hairyhenderson/obsidian-tasks-mcpGitHubSKIPToo narrow -- tasks-only, doesn't help with general vault access.
Serena (oraios/serena)GitHubWATCHLSP-based code queries -- best alternative to codebase-memory-mcp. 97% token savings for symbol lookups. Consider if structural code queries become a pain point.
Context7Official marketplaceINSTALLED SEPARATELYExternal docs lookup (not codebase). Already available as MCP server, not needed as plugin.

To Evaluate

Plugins and tools on our radar that haven't been assessed yet.

Plugin / ToolSourceWhy it's interestingPriority
memsearch (Zilliz)GitHubVector-based memory search -- may be better than claude-mem for large historiesLow
julep-ai/memory-store-pluginGitHubDev tracking, git commit analysis, team knowledge baseLow
pr-review-toolkitOfficial marketplaceSpecialized PR review agents -- may complement our /review-pr skillMedium
code-reviewOfficial marketplaceAnthropic-verified code review pluginMedium
playwright (Microsoft)Official marketplaceBrowser automation -- could replace our custom Playwright scriptsMedium
Auto DreamBuilt-in (server-side)Auto-consolidates memory files every 24h. Server-side rollout -- check via /memory. No install needed.Watch

Skills

Shared skills (sv0-skills -- auto-discovered everywhere)

SkillLocationStatusWhat it doesWhen to use
/sprint-reviewsv0-skills/sprint-review/SKILL.mdActiveGenerates visual sprint review with before/after screenshots, GitHub status collection, verdict derivation, HTML rendering, and Cloudflare deploymentEnd of sprint -- producing stakeholder-facing review
/excalidraw-diagramsv0-skills/excalidraw-diagram/SKILL.mdActiveCreates Excalidraw diagrams (architecture, workflows, data flows) with automated PNG rendering via Playwright. Forked from coleam00, brand colors customized. Requires uv + Playwright.Architecture diagrams, flow charts, system overviews
/review-prsv0-skills/review-pr/SKILL.mdActiveReviews any PR for code quality, security, and correctness -- posts structured feedback as a PR commentCode review on any SecurityV0 PR
/tracksv0-skills/track/SKILL.mdActiveCreate, claim, and close GitHub Issues across all SecurityV0 repos. Enforced by pre-prompt hook.Task management: /track create, /track close, /track status
/stakeholder-reviewsv0-skills/stakeholder-review/SKILL.mdActive7-role parallel review (CISO, SecOps, QA, UX, Auditor, Enterprise, CEO). Produces consolidated scorecard with round-over-round tracking.Multi-perspective feature review
/platform-visual-capturesv0-skills/platform-visual-capture/SKILL.mdActiveOrchestrates Playwright screenshot capture for all UI pages + entity detailsCapturing complete visual snapshot of platform UI

Per-repo skills

SkillLocationStatusWhat it doesWhen to use
/deploysv0-platform/.claude/skills/deploy/SKILL.mdActiveProduction deployment to Hetzner via SSH + DockerDeploying to production
/deploy-devsv0-platform/.claude/skills/deploy-dev/SKILL.mdActivePR preview deployment to pr-N.dev.securityv0.comPR preview instances
/review-uisv0-platform/.claude/skills/review-ui/SKILL.mdActiveEvaluates UI against product visionUX review against design intent
/visual-reviewsv0-platform/.claude/skills/visual-review/SKILL.mdActivePixel-diff screenshot comparison for PRsVisual regression checks
/notionsv0-documentation/.claude/skills/notion/SKILL.mdActiveNotion page sync -- fetch, convert to markdown, write to repoSyncing Notion specs to documentation
/sync-notionsv0-documentation/.claude/skills/sync-notion/SKILL.mdActiveNotion-to-docs sync with mkdocs layout awarenessBulk Notion sync operations

Agents

AgentLocationStatusModelWhat it doesWhen to use
ciso-reviewersv0-platform/.claude/agents/ciso-reviewer.mdActiveOpus15-year CISO persona (Wiz, CrowdStrike, Veza). Evaluates 5-second comprehension, "so what?", "what do I do now?", credibility, noise-vs-signal. Read-only -- cannot edit files.Validating UX copy, finding descriptions, evidence packs
security-auditorsv0-platform/.claude/agents/security-auditor.mdActiveOpusAudits code for tenant isolation, input validation, read-only invariant, secret handling, evidence integrity, determinism. Reports by severity (CRITICAL/HIGH/MEDIUM/INFO) with file paths and line numbers. Read-only.Security review of code changes
doc-reviewersv0-documentation/.claude/agents/doc-reviewer.mdActiveSonnetChecks API contracts, type definitions, file references, code examples, stale content, and missing docs against the codebase. Reports as WRONG/STALE/MISSING/DRIFT. Language-agnostic.Documentation accuracy checks

All agents use permissionMode: default. Platform agents (ciso-reviewer, security-auditor) are platform-only. The doc-reviewer is shared via auto-discovery from all repos.


MCP Servers

Installed

ServerTransportStatusWhat it enablesInstall command
GitHubHTTPGA (official)Issues, PRs, Projects, Actions, code securityclaude mcp add --transport http github https://api.githubcopilot.com/mcp/
NotionHTTPGA (official)Read/create/edit pages, query databasesclaude mcp add --transport http notion https://mcp.notion.com/mcp

Available but not installed

ServerStatusNotes
SlackGA (partner-app model, Feb 2026)Webhook-first for now. See docs.slack.dev for partner app setup.
Jira (Atlassian Rovo)GAWe don't use Jira. Available if needed.
DigitalOceanGANot needed -- we use Hetzner.
StackHawk (DAST)BetaPremature for a 3-person team.
Context7GAExternal docs lookup. Installed as MCP server, not as plugin.

Hooks

HookLocationTriggerWhat it does
GitHub Issue Injectionsv0-platform/.claude/hooks/check-github-issues.shUserPromptSubmit -- fires before Claude processes your messageQueries GitHub for open issues across SecurityV0 repos and injects them into Claude's context. Prevents duplicating existing work.
Slack Session Summarysv0-platform/.claude/hooks/session-summary-to-slack.shStop -- fires when Claude finishes respondingIf commits were created in the last 10 minutes, posts a summary to #sv0-dev via the Slack webhook. No commits = no post. Requires SLACK_WEBHOOK_URL in .claude/settings.local.json.

How to Add an Extension

Adding a new evaluation

When you evaluate a new plugin or skill:

  1. Install and test it in a real workflow (not just "hello world")
  2. Add it to the appropriate section above with:
    • Source and version
    • What it does (one line)
    • Verdict: INSTALL, DEFERRED, SKIP, or WATCH
    • Why (specific reason, not "seems good")
  3. If recommending install, add the install command and update the onboarding guide
  4. Commit to sv0-documentation

Skill placement rule of thumb

Goes in sv0-skills (shared)Stays in repo .claude/skills/
Useful across all SV0 reposOnly makes sense in one repo
No hardcoded paths or server IPsReferences deployment targets, config file paths, Notion IDs
Pure capability (diagram, review, track)Repo-specific workflow (deploy, sync-notion)

ResourceURL
Official plugin marketplace/plugin in Claude Code, or claude.com/plugins
Official Anthropic skills repogithub.com/anthropics/skills
Awesome Claude Code toolkitgithub.com/rohitg00/awesome-claude-code-toolkit
Awesome Claude Skillsgithub.com/travisvn/awesome-claude-skills
Superpowers plugingithub.com/obra/superpowers
Agent Skills specagentskills.io
Claude Code Skills docscode.claude.com/docs/en/skills
Claude Code Sub-agents docscode.claude.com/docs/en/sub-agents
Claude Code MCP docscode.claude.com/docs/en/mcp
GitHub MCP Servergithub.com/github/github-mcp-server
Notion MCP Servergithub.com/makenotion/notion-mcp-server
Slack MCP Serverdocs.slack.dev/ai/slack-mcp-server/