Claude/Cursor marketplace for HawkPR — skills + MCP config for the hosted backend. Published to darwin403/hawkpr-plugin.
New team member? Start with the Team Guide (USAGE.md) — a plain-English, non-technical walkthrough of adding the connector, installing the plugin, and using
/coverage.
Source of truth: this plugin/ directory in the hawkpr app repo. Edit here; publish with ./scripts/publish-plugin.sh.
/plugin marketplace add darwin403/hawkpr-plugin
/plugin install hawkpr@hawkpr-plugin
Dashboard → Plugins → Add Marketplace → darwin403/hawkpr-plugin, then enable
the plugin in Customize.
From the hawkpr repo root:
export HAWKPR_MCP_URL=http://localhost:3000/api/mcp # optional: local backend
./scripts/link-plugin-local.sh
npm run devReload Cursor. The script repoints Cursor's plugin registry to plugin/hawkpr
and replaces the legacy hawkpr-plugin/hawkpr checkout path with a symlink. The
committed mcp.json uses the literal production URL (the web app needs a plain
https:// URL); exporting HAWKPR_MCP_URL before the script rewrites only
the synced Cursor copies to your local backend.
./scripts/publish-plugin.shPushes plugin/ to the public marketplace repo (rsync + commit).