mkalhitti-cloud/universal-or-strategy
Overview
This skill audits project skills in .agent/skills/ and personal Codex skill locations for Cursor compatibility, then helps add compatible skills into .cursor/skills/ within the workspace. It verifies naming, description quality, and required structure, and applies minimal adaptations so skills run reliably under Cursor. Use it to migrate, validate, or install skills into a workspace-scoped Cursor skills folder.
How this skill works
The tool discovers skill documents under .agent/skills/ and optional Codex locations, reads each skill's frontmatter and body, and validates name format, description clarity, and Markdown structure required by Cursor. It classifies each skill as compatible, compatible with minor edits, or needing adaptation, and then copies compatible skills into .cursor/skills/{skill-name}/ while applying necessary path and reference fixes. Original project skills are preserved and personal skill directories are treated as separate targets.
When to use it
- You want to migrate workspace skills into Cursor for a project-specific setup.
- You need to check whether existing skills will run unchanged under Cursor.
- You have Codex-format skills that may require adaptation for Cursor.
- You want to add compatible skills into the workspace-scoped .cursor/skills/ folder.
- You need a reproducible audit report before committing skill changes.
Best practices
- Keep skill names lowercase with hyphens and under 64 characters for Cursor compatibility.
- Write third-person descriptions that state WHAT the skill does and WHEN to use it (trigger terms).
- Replace engine-specific references (Codex/Claude) with neutral wording like "the agent" or "Cursor".
- Preserve the original project skill files; copy into .cursor/skills/ rather than moving or deleting.
- Prefer workspace scope (.cursor/skills/) for repo-specific tools and personal scope (~/.cursor/skills/) for reusable, cross-project utilities.
Example use cases
- Audit an automated trading skillset for NinjaTrader and add compatible tools into the workspace Cursor skills folder.
- Scan a developer workspace for Codex-style skills, adapt descriptions and path variables, and install those marked compatible-with-minor-edits.
- Create a reproducible package of workspace skills to share with collaborators by consolidating compatible skills into .cursor/skills/.
- Validate naming and documentation for a batch of skills before including them in CI or workspace setup scripts.
FAQ
No. The workflow copies adapted skills into .cursor/skills/ and leaves the original project files intact.
Can it convert engine-specific references automatically?
Yes — common patterns (project root variables, references to Codex/Claude) are replaced or removed, but review is recommended for edge cases.
Where should I put widely reused utilities?
Place reusable tools in your personal skills folder (~/.cursor/skills/) and workspace-specific skills in .cursor/skills/ for repository-scoped availability.
14 skills
This skill audits project and Codex skills for Cursor compatibility and guides adding them to the workspace.
This skill implements ATR-based sizing, dual profit targets, and disciplined risk rules to automate and optimize WSGTA strategies.
This skill routes file I/O and tasks to Gemini Flash via MCP for universal cost optimization across AI models, ensuring low, predictable expenses.
This skill coordinates a multi-AI council to draft, debate, and synthesize high-stakes decisions by writing to a shared debate file.
This skill autonomously monitors NinjaTrader 8 logs and traces to detect errors and crashes, ensuring healthy deployments and quick issue detection.
This skill guides safe parameter updates for NinjaTrader strategies, preventing execution logic changes while adjusting stops, targets, ATR multipliers, and
This skill helps enforce Apex Trader Funding rules and optimize Rithmic data for NinjaTrader 8, improving compliance, execution quality, and risk control.
This skill backs up NinjaTrader 8 settings automatically, verifies active directory paths, and checks for OneDrive locking conflicts to protect data.
This skill ensures past trading mistakes are prevented by enforcing vault checks before changes to prevent repeats and deployments.
This skill guides automated deployment of Opus-generated NinjaTrader code using MCP, Haiku, or manual methods, optimizing setup and reducing risk.
This skill enables real-time live price tracking for NinjaTrader strategies by using OnMarketData and tick data to update trailing stops.
This skill helps you develop and debug NinjaTrader 8 strategies with real-time best practices for speed, reliability, and memory efficiency.
This skill intelligently routes tasks between Antigravity IDE and Claude Code CLI to maximize credit efficiency and leverage each environment's strengths.
This skill standardizes NinjaTrader project lifecycles, ensuring safe feature launches, documentation sync, and reliable version transitions across teams.