mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-06-14 06:36:18 -03:00
Picked up from sethconvex's PR #1966 (auto-closed by membership gate), split off from #1980 (Convex plugin entry refresh) so the editorial addition to claude-automation-recommender gets its own review. Changes: - SKILL.md: add `convex` to the package.json dep-detection grep, update the Database row in the indicator table to name Convex, and add a Convex MCP row to the MCP recommendation table. - references/mcp-servers.md: new "Convex MCP" section in the Databases group (Supabase / Convex / PostgreSQL / Neon / Turso), and a row in the Detection Patterns quick reference. Convex publishes its MCP server via the `convex` npm package (`npx convex mcp start`), exposing tables, function-spec, data, run-once-query, logs, env list/set/get. Same row pattern as the existing database/backend MCP entries. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Claude Code Setup Plugin
Analyze codebases and recommend tailored Claude Code automations - hooks, skills, MCP servers, and more.
What It Does
Claude uses this skill to scan your codebase and recommend the top 1-2 automations in each category:
- MCP Servers - External integrations (context7 for docs, Playwright for frontend)
- Skills - Packaged expertise (Plan agent, frontend-design)
- Hooks - Automatic actions (auto-format, auto-lint, block sensitive files)
- Subagents - Specialized reviewers (security, performance, accessibility)
- Slash Commands - Quick workflows (/test, /pr-review, /explain)
This skill is read-only - it analyzes but doesn't modify files.
Usage
"recommend automations for this project"
"help me set up Claude Code"
"what hooks should I use?"
Author
Isabella He (isabella@anthropic.com)