.claude/skills/omega-cursor-cli/SKILL.md
Shell out to Cursor Agent CLI for headless IDE-aware code tasks. Supports multi-model routing (auto mode routes to Claude, Gemini, GPT). Requires Cursor Pro/Business subscription.
npx skillsauth add oimiragieo/agent-studio omega-cursor-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
node .claude/skills/omega-cursor-cli/scripts/ask-cursor.mjs "How should I structure this React component?" --yolo --trust
node .claude/skills/omega-cursor-cli/scripts/ask-cursor.mjs "Review this API design" --model claude-4.6-opus --yolo --trust
node .claude/skills/omega-cursor-cli/scripts/ask-cursor.mjs "Refactor authentication" --yolo --trust --timeout-ms 180000
node .claude/skills/omega-cursor-cli/scripts/ask-cursor.mjs "Generate types" --json --yolo --trust
node .claude/skills/omega-cursor-cli/scripts/verify-setup.mjs
# Exit 0 = available (CLI found)
# Exit 1 = not available
| Anti-Pattern | Why Bad | Correct Approach | | -------------------------------- | -------------------------------------- | ------------------------------------- | | Running without --yolo | Blocks on tool approval prompts | Always pass --yolo | | Running without --trust | Blocks on workspace trust prompt | Always pass --trust | | Assuming auto model is available | Depends on subscription tier | Check with cursor-agent --list-models | | Hardcoding cursor-agent path | PATH differs across OS/install methods | Wrapper handles resolution | | Ignoring WSL requirements | Some Windows installs are WSL-only | Document in setup instructions |
| Script | Purpose |
| ------------------- | ---------------------------------------------------------------- |
| ask-cursor.mjs | Core headless wrapper -- prompt as last positional arg |
| parse-args.mjs | Argument parser (--model, --json, --yolo, --trust, --timeout-ms) |
| verify-setup.mjs | Availability check (multi-path resolution) |
| format-output.mjs | Output normalization |
| Code | Meaning | | ---- | --------------------------------------- | | 0 | Success | | 1 | Error (CLI failure, subscription issue) | | 124 | Timeout (--timeout-ms exceeded) |
ASK_CURSOR_MAX_STDIN_BYTES env var (default 50MB)Before work: Read .claude/context/memory/learnings.md
After work: Append findings to learnings or issues as needed.
Note: Use pnpm search:code to discover references to this skill codebase-wide.
tools
Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration.
tools
Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.
data-ai
Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.
development
Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.