SkillFoundry

Platform

CURSOR • v1.9.0.21

Cursor Rules Adapter

Rules-based integration that enforces framework behavior in Cursor sessions.

CURSOR Context Profile
53Core agents
61Claude skills
64Copilot agents
60Cursor rules
60Codex skills
61Gemini skills

Best For

Best for IDE-centric teams needing stable execution behavior and minimized drift.

  • Keep .cursor/rules in sync with framework
  • Reference rules explicitly in prompts
  • Use same PRD and validation flow

Anti-Patterns To Avoid

These behaviors reduce framework signal and increase rework risk.

  • Local custom rules diverging from framework
  • Ignoring rule references for complex tasks
  • No sync after framework upgrades

Adoption Plan

  1. Install Cursor adapter
  2. Reference target rule per stage
  3. Run implementation plus validation
  4. Sync rules on each upgrade
~/skillfoundry/install.sh --platform=cursor . "use go rule" "use security rule" "run tester rule"