cursor skills

9,697 tagged cursor, measured the same way as everything else here.

Browse within: copilot 332claudecode 199claudecode-skills 199gemini-cli 168antigravity 153ai-coding 109skills 107ai-coding-assistant 101cjk 100opencode 96agent-browser 81ai-testing 80gemini-gem 62cypress 55

create-handler

193

girijashankarj/cursor-handbook

Skill Claude CodeCodexCursor

Create a new API handler following the handler pattern. Use when the user asks to create an endpoint, handler, or route.

not rated 30 5d ago A 28 tokens original MIT

unity-mcp-operations

194

german-krasnikov/unity-biome-mcp

Skill Claude CodeCodex

Use when operating Unity Biome MCP to select or discover tools, batch compatible commands, resolve schemas, reduce response size, or recover a connection or session.

not rated 29 today A 37 tokens original MIT

import-notes

195

HaowenHou/AgenticResearchWiki

Skill Claude CodeCodex

Import the user's existing notes into this wiki per its current rules, and update the indexes.

not rated 29 5mo ago A 22 tokens original MIT

vibeflow-prompt-pack

196

pe-menezes/vibeflow

Skill Claude CodeCodex

Generates a self-contained prompt pack from a spec. Embeds real code patterns from .vibeflow/ so any coding agent follows the project's conventions. Use when handing off implementation to a separate session or agent.

not rated 29 16d ago A 52 tokens original MIT

bitrix-sale

197

bxmaximum/bitrix-framework-skills

Skill Claude CodeCodex

Covers Sale module — API choice (D7 object model vs ORM vs CSale), FUSER, Basket, Order create/update, properties, statuses and events, payments, delivery/shipments, discounts and coupons, reservation/deduction, permissions, buyer accounts. Applied for cart/checkout, order lifecycle, pay/ship integration, and order…

not rated 30 +1 10d ago A 122 tokens

turn-mcp-web

198

shiaho777/turn-mcp

Skill Claude CodeCodex

Route human-in-the-loop checkpoints through Turn MCP Web by calling turn.wait (aliases: turnwait, turn). Use when an agent has access to the Turn MCP server and must pause for approvals, clarifications, branch choices, or operator handoffs without ending the current run.

not rated 28 4mo ago A 64 tokens original MIT

vibe-to-ui

199

MonkeyUI-dev/vibe-to-ui

Skill Claude CodeCodex

Design systems, motion, mood boards, spatial layout, visual assets, Design Context profiles, and a global Inspiration Library from screenshots, website URLs, inspiration images, music, or fuzzy aesthetic intent. Classifies page archetype, explores 3 product-aware directions before locking tokens (unless exact…

not rated 27 6d ago A 122 tokens original MIT

scholar-forge

200

hyl-ailab/scholar-forge

Skill Claude CodeCodex

End-to-end academic research and writing skill with citation integrity, venue-aware formatting, bilingual CN/EN support (GB/T 7714), and full lifecycle workflows (literature review, IMRaD, thesis, grant, peer review, rebuttal). Fetches live journal guidelines before writing. Use when writing papers, theses, proposals…

not rated 27 2mo ago A 128 tokens original MIT

impl

201

AlanHuang168/AI-Project-Workflow

Skill Claude CodeCodex

Skill "impl" from AlanHuang168/AI-Project-Workflow, covering goal, use cases, preconditions, required context and inputs.

not rated 27 1mo ago A 0 tokens original MIT

spec-writer

202

dannwaneri/spec-writer

Skill Claude CodeCodex

Takes a vague feature request and generates a structured spec, technical plan, and task breakdown ready for any coding agent. Use whenever you're about to build a feature and want to reduce ambiguity before writing code. Invoke with /spec-writer followed by your feature description.

not rated 27 5mo ago A 57 tokens

kill-slop

203

iCodeCraft/anti-slop

Skill Claude CodeCodex

Stop AI coding agents from shipping sloppy code — over-abstraction, drive-by refactors, obvious comments, extra files, unrequested deps, giant unreadable files, or fishing outside the workspace for “inspiration”. Use when writing or editing code, implementing features, fixing bugs, splitting or organizing files, or…

not rated 27 1mo ago A 96 tokens original MIT

helius-jupiter

204

helius-labs/core-ai

Skill Claude CodeCodex

Skill "helius-jupiter" from helius-labs/core-ai, covering helius x jupiter — build defi apps on solana, mcp router surface, prerequisites, 1. helius mcp server and 2. jupiter api key.

not rated 26 changed yesterday A 0 tokens original MIT

paper-deep-reader

205

Linwei-Chen/paper-deep-reader-skill

Skill Claude CodeCodex

A guided method for reading one research paper and writing a detailed teaching report about it. It explains the subject from the basics through the paper's methods, formulas, evidence, and limits.

not rated 27 +3 20d ago A 181 tokens original MIT

cuda-auto-tune

206

Bruce-Lee-LY/cuda_auto_tune

Skill Claude CodeCodex

NCU-driven iterative optimization workflow for CUDA/CUTLASS/Triton/CuTe DSL kernels. MANDATORY: every optimization MUST start with NCU profiling, followed by multi-dimensional analysis, then targeted code modification, then re-profiling to verify. Supports roofline, memory hierarchy, warp stalls, instruction mix…

not rated 25 4mo ago C 167 tokens original MIT

release-workflow

207

LilithGames/a2wave

Skill Claude CodeCodex

Use when creating a new release on main branch, tagging a version, or updating CHANGELOG before pushing a git tag.

not rated 25 +1 today A 27 tokens original Apache-2.0

netllm-setup

208

matthewdcage/llm-swarm-router

Skill Claude CodeCodex

First-time install and bootstrap of swarm-llm (netllm) from a repo checkout. Use when the user asks to install swarm-llm, set up netllm, get the router running, clone and configure llm-swarm-router, or invokes /netllm-setup. Runs uv sync, netllm init (--single or --swarm), discover, serve verification, and prints…

not rated 25 +1 3d ago A 118 tokens original MIT

valyu-best-practices

209

valyuAI/skills

Skill Claude CodeCodex

Complete Valyu API toolkit for AI agents. Use this skill when asked to perform real-time search across web, academic, medical, transportation, financial sources, content extraction from URLs, AI-powered answers with citations, or comprehensive deep research reports.

not rated 24 7mo ago D 55 tokens

prepare-release

210

sampleXbro/agentsmesh

Skill Claude CodeCodex

Use this skill whenever preparing agentsmesh for an npm release — whether first publish, patch, minor, or major. Triggers on: 'prepare release', 'ready to publish', 'ship version', 'release prep', 'get this to npm', 'bump version', 'cut a release', 'what's needed to publish'. Runs a strict ordered checklist: test…

not rated 24 +1 today A 153 tokens original MIT

elastic/example-mcp-app-security

Skill Claude CodeCodex ✓ vendor

Triage Elastic Security Attack Discovery findings — fetch correlated attack narratives, assess confidence with entity risk and rule frequency signals, and present an interactive triage dashboard for approval, case creation, and acknowledgment. Use when triaging attack discoveries, reviewing correlated attacks…

not rated 24 +2 2d ago A 114 tokens

agent-scaffolder

212

xuanhieu2611/build-your-own-agents-skill

Skill Claude CodeCodex

Generate a runnable Python project from an Agent Build Spec. Turns architecture documents into working code with a controller loop, tool stubs, session state, permission checks, and observability.

not rated 23 5mo ago A 41 tokens original MIT

review-code

213

inspecto-dev/inspecto

Skill Claude CodeCodex

Deep code quality review for the inspecto monorepo. Use this skill whenever the user wants to review, audit, or assess the quality of code in the inspecto project — even if they just say "check this file", "is this well written", "review my implementation", or "does this follow the architecture?". Accepts a file path…

not rated 23 yesterday A 159 tokens original MIT

optimize-skill-loop

214

astra-sh/qvr

Skill Claude CodeCodex

Deterministic outer-loop optimizer for a skill that already carries a frozen eval (produced upstream by an eval source such as create-skill-eval). Runs the frozen eval across user-chosen agents on fresh headless sessions via a pluggable adapter, grades quality/cost/perf, keeps the pareto-best variant, and versions…

not rated 23 +1 2mo ago A 144 tokens original MIT

tui-screen

215

stevengonsalvez/agents-in-a-box

Skill Claude CodeCodex

Create TUI screens, components, and views for the agents-in-a-box terminal UI. Use when building new ratatui components, adding panels, creating list views, or styling any terminal interface element. Provides color palette, component patterns, and quality checklist.

not rated 23 +2 today A 56 tokens original MIT

nixos

216

marceloeatworld/nixos-ai-skill

Skill Claude CodeCodex

Use when the user asks about NixOS, Nix language, flakes, nixpkgs, configuration.nix, nixos-rebuild, modules, options, overlays, derivations, mkDerivation, callPackage, home-manager, nix-darwin, devenv, packaging, cross-compilation, binary caches, garbage collection, NixOS containers, networking, firewall, systemd…

not rated 22 yesterday A 162 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: