Skills for Cursor

2,693 that install into Cursor. Same mod, same page, whichever agent you run: a URL per tool would split one page into five that compete.

fantasia-drag-drop

49

vishiri/fantasia-archive

Skill Claude CodeCodexCursor

List and table drag-and-drop policy for Fantasia Archive: vue-draggable-plus for QList and flat lists; quasar-ui-q-draggable-table (v-draggable-table) for QTable row reorder; @he-tree/vue Draggable for trees. Use when adding reorder UX to settings lists, worlds, tables, or documenting DnD dependencies.

405 4d ago A 76 tokens GPL-3.0

fantasia-he-tree

50

vishiri/fantasia-archive

Skill Claude CodeCodexCursor

Hierarchical tree UI with @he-tree/vue only — full project replacement for Quasar QTree (forbidden). Virtualization, drag-and-drop, Quasar slot styling. Use when adding or changing any nested tree in the renderer.

405 4d ago A 52 tokens GPL-3.0

add-model

51

guoqingbao/xinfer

Skill Claude CodeCodexCursor

Adapt and port new LLM model architectures to this xinfer project. Use when the user asks to add, port, support, or adapt a new model (e.g. Llama, Gemma, Qwen, GPT-OSS, DeepSeek, or any HuggingFace architecture) including safetensors and GGUF formats, Dense and MoE architectures, and quantization formats (MXFP4…

309 6d ago B 95 tokens original MIT

check-model

52

guoqingbao/xinfer

Skill Claude CodeCodexCursor

Check model compatibility with xinfer before loading. Validates config.json, weight tensor shapes and naming, quantization format correctness, and multi-rank (tensor-parallel) divisibility. Use when the user asks to check, validate, audit, or verify a model will load correctly — from a HuggingFace URL/config, local…

309 6d ago A 76 tokens original MIT

test-model

53

guoqingbao/xinfer

Skill Claude CodeCodexCursor

Test LLM models served by xinfer for correctness, output quality, and performance. Use when the user asks to test, benchmark, validate, or verify models — either from a local folder path or HuggingFace model IDs. Supports all xinfer-compatible formats: BF16, FP8, MXFP4, NVFP4, GGUF, GPTQ, AWQ, ISQ, Dense, MoE, and…

309 6d ago A 93 tokens original MIT

i18n-check

54

zhimaAi/ChatClaw

Skill Claude CodeCodexCursor

A checker and updater for translation files in software, using Simplified Chinese as the reference language. It also checks certain Chinese, Japanese, and Korean files for text that was not translated.

307 +1 3mo ago A 96 tokens GPL-3.0

readme-from-docx

55

zhimaAi/ChatClaw

Skill Claude CodeCodexCursor

Update README and docs/readmes from Word docx (English and Chinese). Use when the user provides docx files to update feature previews, wants to sync README with docx content, or asks to extract docx images and update readmes.

307 +1 3mo ago A 55 tokens GPL-3.0

content-engine

56

loulanyue/awesome-claude-notes

Skill Claude CodeCodexCursor

Part of awesome-claude-notes

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

269 8d ago A 55 tokens original MIT

investor-outreach

57

loulanyue/awesome-claude-notes

Skill Claude CodeCodexCursor

Part of awesome-claude-notes

Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.

269 8d ago A 54 tokens original MIT

gregs1104/pgbent

Skill Claude CodeCodexCursor

Tune Matplotlib labels on pgbent PG18 charts: scatter point placement, horizontal bar value labels (inside bar with contrast color when they fit), overlap avoidance, and PNG regeneration. Use when fixing crowded scatter or bar labels, pg18-osm-power-.png, pg18-osm-relation-power.png, pg18-osm-relation-scatter.png…

269 18d ago A 89 tokens

skill-creator

60

langfuse/skills

Skill Claude CodeCodexCursor

Part of skills

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

266 +4 5d ago A 45 tokens copy · 89% MIT

soundcloud-api-auth

61

soundcloud/api

Skill Claude CodeCodexCursor

Implements SoundCloud OAuth 2.1 flows — Authorization Code with PKCE and Client Credentials — including token refresh and secure credential storage. Use when adding login, obtaining tokens, or fixing 401 auth errors.

251 19d ago A 48 tokens

soundcloud/api

Skill Claude CodeCodexCursor

Implements SoundCloud discovery endpoints — track search, related tracks, and related artists — with URN path parameters and linkedpartitioning pagination. Use when building recommendations, “similar” features, or search UIs.

251 19d ago A 49 tokens

soundcloud/api

Skill Claude CodeCodexCursor

Integrates applications with the SoundCloud HTTP API using OAuth 2.1, OpenAPI, and developer docs. Use when building SoundCloud API clients, auth flows, uploads, playback, pagination, or debugging API errors.

251 19d ago A 51 tokens

vendelieu/telegram-bot

Skill Claude CodeCodexCursor

Adds a new Telegram Bot API method (action class and top-level functions). Use when implementing a new Telegram API endpoint, adding support for a specific method (e.g. sendVideoNote, getChatMemberCount), or creating a new action for the telegram-bot library.

248 6d ago A 61 tokens original Apache-2.0

build-wizard-flow

65

vendelieu/telegram-bot

Skill Claude CodeCodexCursor

Annotate an object/class with @WizardHandler. Define nested steps extending WizardStep. KSP generates the WizardActivity; no manual Activity class needed.

248 6d ago A 45 tokens original Apache-2.0

setup-bot-handlers

66

vendelieu/telegram-bot

Skill Claude CodeCodexCursor

Skill "setup-bot-handlers" from vendelieu/telegram-bot, covering setup bot handlers, two approaches, dsl handlers, typed update handlers and input listener.

248 6d ago A 44 tokens original Apache-2.0

ai-agent-security

67

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A security guide for AI agents—software that follows instructions and can use tools or data. It covers threats such as prompt injection, data leaks, unsafe code execution, unauthorized access, and compliance issues.

235 +1 3mo ago A 39 tokens original MIT

code-security-audit

68

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A structured process for reviewing source code for security vulnerabilities. It traces data from where it enters a program to where it reaches a risky operation, and checks areas such as injection, authentication, and authorization.

235 +1 3mo ago A 128 tokens original MIT

agentic-ui-usage

70

antdigital-ai/agentic-ui

Skill Claude CodeCodexCursor

A usage guide for the Agentic UI library, a collection of React components for building AI-agent interfaces such as chat screens, editors, layouts, and workspaces.

224 22d ago A 97 tokens original MIT

gh-create-pr

71

antdigital-ai/agentic-ui

Skill Claude CodeCodexCursor

A guide for using GitHub CLI to push the current branch and create or update a pull request. A pull request is a proposed code change that others can review before it is merged into a project.

224 22d ago A 47 tokens original MIT

antdigital-ai/agentic-ui

Skill Claude CodeCodexCursor

A guide to the extra Markdown syntax supported by @ant-design/agentic-ui’s editor and renderer. It explains formats for tables, charts, videos, cards, alerts, attachments, task lists, file lists, and diagrams.

224 22d ago A 110 tokens original MIT

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: