cursor-deeplinks

Generate Cursor deeplinks for prompts, commands, rules, and MCP installs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizes the creation of Cursor deeplinks (prompt, command, rule, and MCP install) to streamline project setup and sharing.

Core Features & Use Cases

  • Deeplink generation for prompts, commands, rules, and MCP installs.
  • Ensures URL-safe encoding and consistency with the repository conventions.
  • Use Case: A developer wants to generate a new command deeplink to bootstrap a .cursor/commands/ file in the current project after approval.

Quick Start

Run the cursor-deeplink-gen.py script to generate a deeplink for a chosen action and review it before sharing.

Frequently Asked Questions about cursor-deeplinks

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

FAQPage Schema
How do I generate Cursor deeplinks for prompts and commands?

To generate Cursor deeplinks, run the cursor-deeplink-gen.py script to create URL-safe links pointing to prompt, command, or rule files within your project's .cursor directories.

What are Cursor deeplinks used for in project configuration?

Cursor deeplinks standardize project setup and sharing by creating direct web and app links that bootstrap prompt, command, rule, and MCP install actions across development workflows.

Can I create deeplinks for MCP install actions in Cursor?

Yes, you can create deeplinks for MCP install actions. The generator produces both web and app links, ensuring URL-safe encoding and consistency with repository conventions.

What is the character limit for URL encoding when generating Cursor deeplinks?

Cursor deeplink generation enforces a URL encoding limit of up to 8,000 characters, ensuring that the resulting web and app links remain valid and do not exceed standard URL length constraints.

How do I ensure URL-safe encoding when creating Cursor command deeplinks?

The cursor-deeplink-gen.py generator automatically enforces URL-safe encoding for command deeplinks, maintaining consistency with repository conventions while producing valid web and app links.