VisualQ

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

ChannelHow
Cursor pluginMarketplace (when listed) or local clone → ~/.cursor/plugins/local/visualq
Claude Code/plugin install github:abecms/visualq-cursor-plugin
CLInpx @visualq/setup-agent cursor --key vq_org_live_…
DashboardAgent API Keys → Open in Cursor

Full install walkthrough: Agent setup & tutorials.

Submit to Cursor marketplace

  1. Ensure the plugin repo is public: github.com/abecms/visualq-cursor-plugin

  2. 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
  3. Submit at cursor.com/marketplace/publish

  4. 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-plugin

Configure userConfig.apiKey when prompted (vq_org_live_…).

npm packages (co-release)

PackagePurpose
@visualq/mcpMCP server + tool profiles + prompts
@visualq/setup-agentCLI installer (Cursor, Claude, manual)
@visualq/agent-skillsSkills + rules source (synced into plugin)

Publish from the visualq-mcp monorepo after npm run build.

What's bundled in the plugin

  • 4 skillsvisualq-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:

EventWhen
agent_key_createdNew org agent key
mcp_config_copiedUser copies MCP JSON
cursor_deeplink_clickedOpen in Cursor
setup_cli_copiedCopies npx @visualq/setup-agent …
agent_onboarding_viewedVisits install wizard

On this page