Notes on Claude Code plugins I rely on for day-to-day development. The list below is a work in progress.
Plugins
| Name | Description |
|---|---|
| open_in_new frontend-design | Skill for distinctive frontends: typography, layout, motion; avoids generic AI UI patterns. |
| open_in_new typescript-lsp | LSP for TypeScript/JavaScript: go-to-definition, find references, and real-time type errors. |
| open_in_new code-simplifier | Agent that refines recently modified code for clarity and maintainability without changing behavior. |
| open_in_new context7 | MCP server for live docs lookup; pulls version-specific documentation and examples from source repos. |
| open_in_new security-guidance | Pre-edit hook that warns about command injection, XSS, and other unsafe code patterns. |
Installation
Here’s an example of how you can install plugins:
/plugin install frontend-design@anthropics/claude-code
Andrew Dorokhov