8 Commits

Author SHA1 Message Date
roshansada 08631ab2ef Shorten plugin descriptions
Replace "Connect to [tool]" openers, em-dash asides, and MCP server
boilerplate with brief verb-first copy in plugin and marketplace
manifests. Resync the README table that mirrors them, adding rows that
had drifted out (teaching, ralph-loop, playwright, github, zoom, clay).
Also refresh the stale read-only X marketplace copy and clean em-dashes
from the Salesforce server URL help text.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 18:34:06 -07:00
Cursor Agent c5b04a5445 Make plugin descriptions client-agnostic
Drop 'Cursor' from plugin descriptions in the marketplace manifest and
per-plugin manifests so they read correctly in any agent client, and
resync the README table that mirrors them.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-11 17:37:00 +00:00
Alex Vandak Maloney 442ab7d08f Reuse agent-compatibility's avatar for pr-review-canvas and docs-canvas
The inline SVG Cursor cube was rendering too chunky in the marketplace
card tile, even after padding the viewBox. Drop both avatars back to
the same properly-designed raster avatar (256x256 RGBA PNG) used by
`agent-compatibility`, and point each manifest's `logo` field at
`assets/avatar.png`.

Made-with: Cursor
2026-04-15 13:47:59 -04:00
Alex Vandak Maloney be5b02ac97 Pad the Cursor logo avatar for pr-review-canvas and docs-canvas
The cube was filling the SVG's entire 49x56 viewBox edge-to-edge, so
the marketplace's rounded icon tile had the cube pressed against its
frame. Expand the viewBox to -15.5 -12 80 80 (leaving ~20% padding on
each side) so the cube sits centered in the tile with breathing room,
matching the proportions of the official packages/agent-controller
cursor-logo-24.png.

Path data is unchanged.

Made-with: Cursor
2026-04-15 13:16:25 -04:00
Alex Vandak Maloney 03f3561021 Use the Cursor logo for both plugin avatars
Swap the custom canvas-frame SVGs for the Cursor brand mark extracted
from packages/ui/src/icons/CursorIcon.tsx. Both first-party plugins now
carry the same logo, consistent with the rest of the cursor-public
marketplace entries.

Made-with: Cursor
2026-04-15 12:11:05 -04:00
Alex Vandak Maloney 01c91641cd Use custom SVG avatars for PR Review Canvas and Docs Canvas
Replace the borrowed PNG avatar with purpose-drawn SVGs that read as a
matched pair:

- pr-review-canvas: canvas frame + three descending hunk bars + a
  callout dot in the upper-right, hinting at "diff reorganized for
  reviewer comprehension with tricky-thing callouts".
- docs-canvas: canvas frame + three TOC bullets on the left + three
  descending body-text bars on the right, hinting at "doc with ToC and
  navigable sections".

Both are single-color (currentColor), 24x24 viewBox, no external
dependencies, and suitable for scaling on marketplace cards.

Made-with: Cursor
2026-04-15 12:03:32 -04:00
Alex Vandak Maloney 24f0e6e70e Add avatars and tighten PR Review Canvas diff gathering
- Add Cursor logo avatars (copied from agent-compatibility) for both
  plugins and wire `logo: assets/avatar.png` into each manifest.
- Rewrite the PR Review Canvas "Gather the diff" step to require a
  GitHub PR link. If the user didn't provide one, stop and ask — do
  not guess at the current branch or fall back to a local git diff.

Made-with: Cursor
2026-04-15 11:51:25 -04:00
Alex Vandak Maloney 3b1d0271a9 feat: add pr-review-canvas and docs-canvas plugins
Two first-party Canvas plugins the Cursor Canvas welcome page can
surface via the marketplace query:

- pr-review-canvas: render PR diffs as a Canvas organized by reviewer
  importance — core logic up top, wiring condensed, boilerplate
  summarized, with pseudocode/example traces/callouts for tricky hunks.
- docs-canvas: initial scaffold for rendering documentation
  (architecture, API refs, runbooks, walkthroughs) as a navigable
  Canvas. Skill body is deliberately a starting outline.

Both plugins follow the standard layout (.cursor-plugin/plugin.json +
skills/<name>/SKILL.md + README/CHANGELOG/LICENSE), are registered in
.cursor-plugin/marketplace.json, and added to the root README plugin
table.

Validated locally with `node scripts/validate-plugins.mjs`.

Made-with: Cursor
2026-04-15 11:44:48 -04:00