LuxoCode
Claude Code · plugins

Useful Claude Code plugins

Plugins bundle slash commands, skills, subagents, hooks, and MCP servers into one installable package — toggle them on and off to keep your context lean. Here are the ones worth installing: copy the command, or tap any name for its full page on claude.com.

Install in seconds

Run these inside Claude Code. The claude-plugins-official marketplace ships built in — nothing to set up.

/plugin
/plugin install frontend-design@claude-plugins-official
/plugin marketplace add anthropics/claude-plugins-community
/reload-plugins

Start here

great for a Next.js + Supabase stack

Query and inspect your Supabase projects straight from Claude Code.

/plugin install supabase@claude-plugins-official

Real type-aware navigation, defs, and errors across your TS repos.

/plugin install typescript-lsp@claude-plugins-official

Production-quality UI generation — distinctive, polished components.

/plugin install frontend-design@claude-plugins-official

Several agents review your diff in parallel before you ship.

/plugin install code-review@claude-plugins-official

Drive a real browser for E2E tests and UI checks.

/plugin install playwright@claude-plugins-official

Pulls correct, version-matched library docs into context.

/plugin install context7@claude-plugins-official

Workflow & quality

A large bundle of senior-engineer skills.

/plugin install superpowers@claude-plugins-official

Refactor changed code for clarity and reuse.

/plugin install code-simplifier@claude-plugins-official

A structured plan → build → verify loop.

/plugin install feature-dev@claude-plugins-official

Keep project memory accurate and tidy.

/plugin install claude-md-management@claude-plugins-official

Clean commits and one-step PR creation.

/plugin install commit-commands@claude-plugins-official

Language servers (LSP)

JavaScript / TypeScript code intelligence.

/plugin install typescript-lsp@claude-plugins-official

Python language server.

/plugin install pyright-lsp@claude-plugins-official

Go code intelligence.

/plugin install gopls-lsp@claude-plugins-official

Rust code intelligence.

/plugin install rust-analyzer-lsp@claude-plugins-official

Integrations (MCP)

PRs, issues, and repo workflows.

/plugin install github@claude-plugins-official

Deployment and project context.

/plugin install vercel@claude-plugins-official

Design-to-code context.

/plugin install figma@claude-plugins-official

Database and backend context.

/plugin install supabase@claude-plugins-official

Team communication access.

/plugin install slack@claude-plugins-official

Error monitoring and traces.

/plugin install sentry@claude-plugins-official

Code understanding & security

Real-time warnings on risky edits (injection, XSS…).

/plugin install security-guidance@claude-plugins-official

Semantic, symbol-level code analysis.

/plugin install serena@claude-plugins-official

Natural-language search across the repo.

/plugin install greptile@claude-plugins-official

Static-analysis security scanning.

/plugin install semgrep@claude-plugins-official

How to use them

  • Namespaced commands.A plugin's slash commands are prefixed with its name, e.g. /code-review:review. Skills and subagents fire automatically based on the task.
  • Reload after changes. Run /reload-plugins to pick up an install, enable, or disable without restarting.
  • Toggle to save context.Disable a plugin you're not using — it stops adding to the system prompt until you re-enable it.
  • Trust matters. Plugins can run hooks, MCP servers, and code on your machine. Stick to claude-plugins-official / claude-community unless you trust the source.