Get Started with Cursor

This guide will walk you through the setup process for getting started with Cursor.

Check your environment

  1. Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start menu.

  2. Setup uno.check by installing or updating the tool with:

    dotnet tool update -g uno.check
    
  3. Run the tool from the command prompt with the following command:

    uno-check
    

    You can optionally add the --target desktop --target web (or ios, android, windows) parameters based on your intended development platforms.

  4. Follow the instructions indicated by the tool.

You can find additional information about uno-check here.

Setting up Cursor

Install Cursor.

Note

The Uno Platform extension is not functional in Cursor at this time.

There is nothing specific to set up for Cursor itself. Optionally install the Uno Platform Skills below, then create your first app and use the Uno MCPs.

Setting up the Uno Platform Skills

Uno Platform ships a catalog of agent skills covering areas such as MVUX, navigation, Uno Toolkit controls, theming, and UI testing. Cursor doesn't support the plugin format at this time, so copy the skills into Cursor's skills directory instead:

git clone https://github.com/unoplatform/studio.git
mkdir -p ~/.cursor/skills
cp -r studio/skills/uno-* ~/.cursor/skills/

To make the skills available in a single project only, copy them to .cursor/skills/ at the project root instead.

Once installed, Cursor automatically selects the relevant skills as it works on your prompts. For the full skill catalog and other installation options, see Skills & Plugins.

Next Steps

Now that you are set up, let's create your first app.

Uno TechBite

Getting Started with Uno Platform & Cursor IDE - Complete Setup Guide: