SKILL
How to use the official cursor.js agent skill for AI coding assistants.
Overview
We provide an official agent skill to help AI coding assistants (like GitHub Copilot) easily understand and use cursor.js in your projects.
You can find the source code and more details in our skills repository.
Installation
To add the cursor-js skill to your workspace, run the following command:
npx skills add cursor-js/skills --skill cursor-jsThis will install the necessary context files into your workspace, allowing your AI assistant to generate accurate cursor.js automation code out of the box.