← Back to Guides

ā–² Using Skills with Cursor

Add skills to your Cursor rules for Australian-aware AI coding assistance.

Setup (5 minutes)

1

Download a skill

Go to any skill page and download the Cursor format (.mdc file).

2

Create the rules folder

In your project root, create:

.cursor/rules/
3

Add the skill file

Move the downloaded .mdc file into the rules folder:

.cursor/rules/bas-expert.mdc
4

Use it

Cursor automatically loads rules. Just start coding and ask questions!

Folder Structure

your-project/
ā”œā”€ā”€ .cursor/
│   └── rules/
│       ā”œā”€ā”€ bas-expert.mdc
│       ā”œā”€ā”€ super-guide.mdc
│       └── fair-work.mdc
ā”œā”€ā”€ src/
└── package.json

Pro Tips

  • āœ“Global rules: Put skills in ~/.cursor/rules/ to use across all projects.
  • āœ“Project-specific: Put in .cursor/rules/ for project-only skills.
  • āœ“Combine skills: Add multiple .mdc files — Cursor loads them all.

Ready to try?

Download a skill and add it to your Cursor project.

Browse Skills →