Cursor marketplace & distribution
Publish and install the VisualQ Cursor plugin — marketplace submission, cursor.directory, Claude Code, and npm packages.
Ready-to-submit assets live in the public repo abecms/visualq-cursor-plugin.
Install for end users
| Channel | How |
|---|---|
| Cursor plugin | Marketplace (when listed) or local clone → ~/.cursor/plugins/local/visualq |
| Claude Code | /plugin install github:abecms/visualq-cursor-plugin |
| CLI | npx @visualq/setup-agent cursor --key vq_org_live_… |
| Dashboard | Agent API Keys → Open in Cursor |
Full install walkthrough: Agent setup & tutorials.
Submit to Cursor marketplace
-
Ensure the plugin repo is public: github.com/abecms/visualq-cursor-plugin
-
Test locally:
git clone https://github.com/abecms/visualq-cursor-plugin.git cp -R visualq-cursor-plugin ~/.cursor/plugins/local/visualq # Edit mcp.json — paste org agent key # Cursor → Developer: Reload Window -
Submit at cursor.com/marketplace/publish
-
Follow the checklist in the repo: docs/MARKETPLACE.md
List on cursor.directory
Add the plugin at cursor.directory/plugins/new — paste the GitHub repo URL.
Claude Code distribution
Users install with:
/plugin install github:abecms/visualq-cursor-pluginConfigure userConfig.apiKey when prompted (vq_org_live_…).
npm packages (co-release)
| Package | Purpose |
|---|---|
@visualq/mcp | MCP server + tool profiles + prompts |
@visualq/setup-agent | CLI installer (Cursor, Claude, manual) |
@visualq/agent-skills | Skills + rules source (synced into plugin) |
Publish from the visualq-mcp monorepo after npm run build.
What's bundled in the plugin
- 4 skills —
visualq-agent,vrt-qa,frt-qa,tracking-qa - 1 rule — rolling health + no-repair FRT conventions
- MCP config — stdio (
npx @visualq/mcp) and hosted URL template - CI — validate plugin manifest on push
Dashboard funnel (PostHog)
VisualQ tracks agent adoption from the dashboard:
| Event | When |
|---|---|
agent_key_created | New org agent key |
mcp_config_copied | User copies MCP JSON |
cursor_deeplink_clicked | Open in Cursor |
setup_cli_copied | Copies npx @visualq/setup-agent … |
agent_onboarding_viewed | Visits install wizard |