Skip to content

cursor-js/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Cursor.js Agent Skills

A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.

Skills follow the Agent Skills format.

Available Skills

cursor-js

Complete guidelines and API references for the cursor.js library. Helps AI agents write realistic, human-like virtual cursor simulations for automated product tours, onboarding flows, and interactive tutorials.

Use when:

  • Building interactive product tours for SaaS onboarding
  • Simulating realistic, human-like DOM interactions
  • Using @cursor.js/core or @cursor.js/pro APIs
  • Creating interactive UI tutorials
  • Extending cursor.js with custom plugins

Topics covered:

  • Core API Actions (hover, click, type, move, waitForEvent)
  • Flow Control (do, if, until, wait, pause)
  • Core Plugins (IndicatorPlugin, RipplePlugin, SayPlugin, SpeechPlugin, ThemePlugin, etc.)
  • Pro Plugins (TrailPlugin, GeminiTTSPlugin)
  • Architecture best practices (Framework agnostic, bypassing React component inputs)
  • Queue management (preventing deadlocks and sequence blocking)

Installation

npx skills add cursor-js/skills

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Examples:

Create an interactive onboarding tour that guides the user to the 'Settings' page, hovers over the 'API Keys' tab, and clicks 'Generate New Key'
Simulate a human-like user filling out the SaaS signup form and typing their email
Add a Framer-like trail effect and a voiceover explanation as the cursor points out new dashboard features

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent
  • scripts/ - Helper scripts for automation (optional)
  • references/ - Supporting documentation (optional)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors