You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Anthropic official plugins (frontend-design, pr-review-toolkit) to
recommended skills. Add recommended MCP servers section with Granola,
slither-mcp, pyghidra-mcp, and Serena. Move Granola from core MCP
config to the new section.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@@ -357,13 +358,12 @@ The `plugin-dev` plugin (included by default from `claude-plugins-official`) pro
357
358
358
359
### MCP Servers
359
360
360
-
Everyone at Trail of Bits should set up at least **Context7** and **Exa** as global MCP servers. Granola is a useful third if you use it for meeting notes.
361
+
Everyone at Trail of Bits should set up at least **Context7** and **Exa** as global MCP servers.
361
362
362
363
| Server | What it does | Requirements |
363
364
|--------|-------------|--------------|
364
365
| Context7 | Up-to-date library documentation lookup | None (no API key) |
365
366
| Exa | Web and code search (see [Web Browsing](#web-browsing)) |`EXA_API_KEY` env var ([get one here](https://exa.ai)) |
366
-
| Granola | Meeting notes and transcripts | Granola app with paid plan |
367
367
368
368
#### Setup
369
369
@@ -554,6 +554,17 @@ Workflow discipline -- enforces planning before coding, structured debugging, an
554
554
|`/superpowers:brainstorm`| Refines ideas through Socratic questioning before implementation | Starting any non-trivial feature -- catches unclear requirements early |
555
555
|`/superpowers:systematic-debugging`| Structured 4-phase root cause analysis | Any bug where the cause isn't obvious -- prevents treating symptoms |
556
556
557
+
#### Anthropic Official ([anthropics/claude-code/plugins](https://github.com/anthropics/claude-code/tree/main/plugins))
558
+
559
+
Official plugins maintained in the Claude Code repo. Install via the `claude-plugins-official` marketplace.
560
+
561
+
| Skill | What it does | When to use it |
562
+
|-------|-------------|----------------|
563
+
|`frontend-design`| Auto-invoked on frontend tasks with guidance on bold design, typography, animations, and visual polish -- avoids generic AI aesthetics | Building web components, pages, or applications where visual quality matters |
564
+
|`/pr-review-toolkit:review-pr`| Runs 6 specialized agents in parallel: comments, tests, error handling, type design, code quality, and code simplification | PR review -- run with `all` or pick specific aspects (`simplify`, `tests`, `errors`, etc.) |
565
+
566
+
The `code-simplifier` agent inside `pr-review-toolkit` can also be targeted individually with `/pr-review-toolkit:review-pr simplify` for a focused simplification pass.
@@ -562,3 +573,14 @@ Multi-agent workflows for planning and review.
562
573
|-------|-------------|----------------|
563
574
|`/workflows:plan`| Turns feature descriptions into implementation plans with parallel research agents | Starting a feature that touches multiple files or components |
564
575
|`/workflows:review`| Runs 15 specialized review agents in parallel (security, performance, architecture, style) | Before merging any significant PR -- catches what solo review misses |
576
+
577
+
### Recommended MCP Servers
578
+
579
+
Beyond the core Context7 and Exa servers (see [MCP Servers](#mcp-servers)), these are worth adding for specific workflows.
580
+
581
+
| Server | What it does | Requirements |
582
+
|--------|-------------|--------------|
583
+
|[Granola](https://granola.ai)| Meeting notes and transcripts | Granola app with paid plan |
|[Serena](https://github.com/oraios/serena)| Symbol-level code navigation and editing across 30+ languages via LSP -- find symbols, references, and edit by symbol rather than line number |`uv`, language-specific LSP servers |
0 commit comments