hktitan/cursor-sdk · Archived

cursor-skills-system

Authoring `.cursor/skills/` skill packs that the Cursor Agent and SDK can pick up. Use when adding reusable capabilities to a project (or user-global), structuring SKILL.md frontmatter, and pairing skills with the SDK via `local.settingSources`.

First seen May 3, 2026

Installation

$ npx skills add hktitan/cursor-sdk --skill cursor-skills-system

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hktitan/cursor-sdk · top by installs.

npx skills add hktitan/cursor-sdk

Browse all from hktitan/cursor-sdk

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents cursor
More metadata
internal
source
https://agentskills.io/specification

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,718 B
  • docs SUMMARY.md 273 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

cursor-skills-system

Cursor follows the Agent Skills spec: drop a folder in .cursor/skills/<name>/ with a SKILL.md and the agent can invoke it on demand. The SDK loads project and user skills when local.settingSources includes the matching scope.

When to use

  • Packaging reusable instructions / scripts as a named skill
  • Choosing project vs user vs team scope
  • Writing spec-compliant SKILL.md frontmatter
  • Structuring atomic references/*.md for an agent to traverse

Concepts

  • [[references/folder-layout]] — .cursor/skills/<name>/SKILL.md + references/
  • [[references/skill-md-frontmatter]] — required and optional fields
  • [[references/skill-graph-pattern]] — Map-of-Content + atomic references with [[wikilinks]]
  • [[references/scopes]] — project, user, plugins
  • [[references/sdk-integration]] — loading via local.settingSources

Distribution

  • [[references/installing-skill-packs]] — npx skills add <repo> and bring-your-own
  • [[references/internal-flag]] — metadata.internal to hide nodes from listings

Cross-links

  • Project rules — sibling .cursor/ feature → [[../cursor-rules/SKILL]]
  • Hooks — sibling .cursor/ feature → [[../cursor-hooks/SKILL]]
  • This repo is a skill pack — see the top-level README.md and AGENTS.md.