What problem does it solve? Setting up the Checkmarx DevAssist security gate in Cursor CLI requires manually wiring hooks, rules, and the cx CLI across user or project scopes, which is error-prone and easy to skip. This Skill automates the entire first-time setup from a single slash command. ## Core Features & Use Cases - Hook and Rule Wiring: Runs install-hooks.sh to merge Checkmarx hooks and rules into either the user-level (~/.cursor/) or a project-level (.cursor/) configuration, with validated path resolution. - Automatic cx CLI Setup: Continues directly into the cx-cli-setup workflow to install and authenticate the Checkmarx cx CLI without requiring a separate command. - Scope Selection: Prompts once for user vs. project scope and validates the target repository path before running the installer. - Use Case: A developer opens Cursor CLI in a new repo, types /cx-install-wiring, chooses project scope, and ends with hooks, rules, and an authenticated cx CLI ready to enforce the fail-closed security gate. ## Quick Start Type /cx-install-wiring in Cursor CLI and answer the scope prompt to install Checkmarx hooks, rules, and the cx CLI.