deploy-skill-to-cursor

Deploy a skill from agilebydesign-skills into Cursor's global skills folder via a Windows directory junction.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/agilebydesign/agilebydesign-skills --skill deploy-skill-to-cursor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-skill-to-cursor
Source: https://github.com/agilebydesign/agilebydesign-skills/tree/main/skills/deploy-skill-to-cursor
Command: npx skills add https://github.com/agilebydesign/agilebydesign-skills --skill deploy-skill-to-cursor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deploying a skill into Cursor's global skills folder often requires duplicating files or maintaining separate copies. This Skill provides a safe, repo-backed method to expose a single Canonical skill to Cursor via a Windows directory junction, ensuring instant updates when the repo changes.

Core Features & Use Cases

  • Creates a Windows directory junction that points Cursor's skills path to a skill folder inside agilebydesign-skills, avoiding file duplication.
  • Keeps Cursor up to date with the repo: edits in the skill folder are visible immediately through the junction.
  • Simple, script-driven deployment: run the provided PowerShell script with the SkillName, optionally forcing replacement of an existing path.

Quick Start

Run the Deploy-SkillToCursor.ps1 script with the SkillName parameter set to the target skill folder.

Frequently Asked Questions about deploy-skill-to-cursor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load a repo skill into Cursor without duplicating files?

To load a repo skill into Cursor without duplicating files, you can deploy it using a Windows directory junction. This links Cursor's global skills folder directly to the skill folder inside your repository, making all repo edits instantly visible.

What is a Windows directory junction for deploying skills?

A Windows directory junction is a filesystem link that points Cursor's global skills path to a specific folder inside your repository. It exposes the canonical skill to Cursor without copying any files, ensuring instant updates whenever the repo changes.

How do I deploy a skill to Cursor using PowerShell?

To deploy a skill to Cursor using PowerShell, run the Deploy-SkillToCursor.ps1 script with the SkillName parameter set to the target skill folder. You can optionally force the replacement of an existing path during execution.

Can I use directory junctions to sync Cursor skills across local and CI environments?

Yes, you can use directory junctions to sync Cursor skills across local and CI environments. The script-driven deployment safely exposes the repo-backed canonical skill, ensuring consistent updates without file duplication in any environment.

What are the requirements to junction a repo skill into Cursor?

The requirements to junction a repo skill into Cursor are a Windows environment, an existing skill folder located under skills/<name>, and the available scripts/Deploy-SkillToCursor.ps1 script to execute the linking process.

Does deploying a skill via a directory junction require copying files?

No, deploying a skill via a directory junction does not require copying files. The junction points directly to the skill folder inside agilebydesign-skills, eliminating file duplication while keeping Cursor up to date with repository changes.