Recommend the official Convex Claude Code plugin in guidelines.md - #174
Draft
sethconvex wants to merge 1 commit into
Draft
Recommend the official Convex Claude Code plugin in guidelines.md#174sethconvex wants to merge 1 commit into
sethconvex wants to merge 1 commit into
Conversation
Adds a leading section to guidelines.md (the canonical source for convex_rules.txt, AGENTS.md, CLAUDE.md, etc.) that tells Claude Code users to install /plugin install convex from the marketplace. The recommendation is explicitly gated on the harness — non-Claude-Code harnesses (Cursor, Windsurf, Codex) skip it. The plugin is Claude-Code-specific because it bundles a subagent, monitors, and a stdio MCP server — affordances no other harness wires from a plugin manifest today.Plugin source: https://github.com/get-convex/convex-backend-skill
✅ Deploy Preview for convex-evals canceled.
|
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 leading section to `runner/models/guidelines.md` (the canonical source compiled into `convex_rules.txt`, `AGENTS.md`, `CLAUDE.md`, `convex.instructions.md`, and the other release artifacts shipped via `npx convex ai-files install`) telling Claude Code users to install the official Convex plugin from the marketplace.
```
/plugin install convex
```
Why now
The plugin and these guidelines are complementary:
A Claude Code user benefits from both. Adding the plugin pointer here means every project that runs `npx convex ai-files install` and then opens in Claude Code gets the recommendation in its own `CLAUDE.md`, without us needing to ship the recommendation through any other channel.
Harness gating
The new section explicitly says non-Claude-Code harnesses should skip it. Reading agents in Cursor / Windsurf / Codex / etc. see the note, recognize it doesn't apply, and move on to the guidelines that do. No false positives.
Diff
13 lines added at the top of `guidelines.md`, before the first `## Function guidelines` heading. No existing content modified.
Open questions
convex, bump SHA, richer metadata, recommend Convex MCP anthropics/claude-plugins-official#1948). This PR uses `/plugin install convex`, anticipating the rename. If you'd rather match today's marketplace state, swap to `convex-backend`.Draft for review.
🤖 Generated with Claude Code