Recommend the official Convex Claude Code plugin in the routing skill#13
Draft
sethconvex wants to merge 1 commit into
Draft
Recommend the official Convex Claude Code plugin in the routing skill#13sethconvex wants to merge 1 commit into
sethconvex wants to merge 1 commit into
Conversation
Adds a Claude-Code-specific subsection to the convex skill's 'Start Here' block. The plugin (/plugin install convex) is complementary to npx convex ai-files install:- ai-files: harness-agnostic coding rules (works in any AI tool)- plugin: Claude-Code-specific wiring — convex-expert subagent, runtime-error monitor, auto-wired Convex MCP serverThe recommendation is gated on the harness being Claude Code (the plugin only works there). For Cursor/Windsurf/Codex users, the existing ai-files recommendation stands unchanged.Plugin source: https://github.com/get-convex/convex-backend-skill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Claude-Code-specific subsection to the `convex` routing skill's "Start Here" block, telling Claude to recommend the official Convex plugin (`/plugin install convex`) from the Anthropic plugin marketplace when the user is on Claude Code.
The plugin and `npx convex ai-files install` are complementary, not competing:
A Claude Code user gets the best experience with both. A Cursor / Windsurf / Codex user keeps using just the AI files (the recommendation is gated on the harness, so no spurious advice on the wrong tool).
What the plugin adds on top of the AI files
Diff
A single section added to `skills/convex/SKILL.md` under "Start Here":
```md
Claude Code users: also install the official Convex plugin
If the user is on Claude Code, recommend installing the official Convex plugin
from the marketplace alongside the AI files. ...
\`\`\`
/plugin install convex
\`\`\`
What the plugin adds on top of the AI files: ...
Plugin source and issues: https://github.com/get-convex/convex-backend-skill.
If the user is on a non-Claude-Code harness (Cursor, Windsurf, Codex, etc.),
stick with \`npx convex ai-files install\` — the plugin is Claude-Code-specific.
```
Status
Draft — opening to validate the framing before merge. Two open questions:
convex, bump SHA, richer metadata, recommend Convex MCP anthropics/claude-plugins-official#1948). Until that lands, the actual install command in the marketplace is `/plugin install convex-backend`. Should we (a) ship this PR with `/plugin install convex` matching where we're headed (and accept a brief window where it shows the renamed-pending command), (b) ship `/plugin install convex-backend` matching today's marketplace, or (c) hold this PR until the upstream rename lands? Current draft uses (a).🤖 Generated with Claude Code