By roadwayai
Onboard a codebase to Roadway's attribution pipeline. Detects the customer's CRM, analytics, auth, and billing stack, then dispatches focused sub-skills that install the Roadway tag, create CRM fields, instrument signup, and populate Stripe metadata.
Add the Roadway analytics tag to a customer's site so GA4 pseudo ids, Segment anonymous ids, and HubSpot form submission metadata are captured on every page.
Onboard a codebase to Roadway's attribution pipeline. Detect the customer's CRM, analytics, auth, and billing stack, then dispatch to focused sub-skills that install the Roadway tag, create CRM fields, instrument signup, and populate Stripe metadata.
Ensure the customer's app sets GA4 `user_id` at signup/login so Roadway can stitch anonymous `user_pseudo_id` traffic to known users.
Create the HubSpot contact properties and hidden form fields Roadway needs to link anonymous visitors to CRM contacts. Also wire GTM when the customer uses GA4 with HubSpot embedded forms.
Create the Salesforce custom fields Roadway needs to link anonymous visitors to Contacts and Leads, and point the customer's forms or API integrations at them.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code, Codex, and Cursor plugin that onboards a customer's codebase to Roadway's attribution pipeline.
When invoked, it detects the customer's CRM, analytics, auth, and billing stack, then dispatches focused sub-skills to wire everything up.
The top-level skill (skills/roadway-integrator/SKILL.md) acts as a router. It:
.roadway/onboarding.md so a later session can resume where the previous one left off.| Skill | Purpose |
|---|---|
install-roadway-tag | Adds the analytics.roadwayai.com/tag.js script to the HTML host. |
setup-hubspot-crm | Creates HubSpot properties + hidden form fields. |
setup-salesforce-crm | Adds custom fields on Contact/Lead. |
setup-segment-identify | Wires analytics.identify() at signup. |
setup-ga4-user-id | Wires GA4 user_id at signup. |
setup-stripe-metadata | Writes IDs onto Stripe Customer metadata. |
If the customer has no Segment or GA4 (directly or via GTM), the router exits early and tells the user to contact their Roadway rep — none of the sub-skills can do useful work without an analytics pipeline to carry anonymous IDs.
roadway-integrator/
├── AGENTS.md # repo guidance for agents working on the plugin (same router as Cursor rule)
├── .cursor-plugin/ # Cursor plugin manifest (skills + rules)
├── .codex-plugin/ # Codex plugin manifest
├── .claude-plugin/ # Claude plugin manifest
├── rules/ # Cursor rule(s); roadway-integrator.mdc mirrors AGENTS router
├── assets/ # marketplace logo (see assets/logo.svg)
├── skills/ # router skill + sub-skills, one directory each
└── references/ # shared docs the skills read on demand
Install as a Claude Code plugin via the roadway marketplace:
/plugin marketplace add RoadwayAI/roadway-integrator
/plugin install roadway-integrator@roadway
The bundle is defined by .claude-plugin/plugin.json (skills under skills/); .claude-plugin/marketplace.json registers the marketplace entry. Once installed, mention Roadway onboarding in any session and Claude will invoke the roadway-integrator router skill.
This repo ships a Cursor plugin manifest at .cursor-plugin/plugin.json. It loads skills from skills/ and rules from rules/ (including roadway-integrator.mdc, which mirrors the router in AGENTS.md).
We're working on publishing it on Cursor's marketplace, for now install it locally (see bellow).
Clone this repository.
Symlink the plugin root into Cursor’s local plugins directory:
ln -s /absolute/path/to/roadway-integrator ~/.cursor/plugins/local/roadway-integrator
Restart Cursor, or run Developer: Reload Window from the Command Palette.
Confirm the plugin loaded: Cursor Settings → Rules should list the roadway-integrator rule; skills appear under Agent skills / manual invocation. In agent chat you can run /roadway-integrator (and related skill names).
npx claudepluginhub roadwayai/roadway-integrator --plugin roadway-integratorComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).