Agent Skills for Cursor
Discover 38 agent skills compatible with Cursor. Quality-scored and verified on Skill123.
These 38 agent skills work with Cursor. Each is quality-scored and verified — browse install commands, use cases, and spec compliance before you install.
No skills match your filters.
create-skill teaches agents how to author new Agent Skills with valid SKILL.md frontmatter, trigger descriptions, and optional scripts. Install via npx skills add or copy to ~/.cursor/skills/create-skill/.
Can help with
- →User asks to create a new skill
- →Authoring SKILL.md files
frontend-design produces polished, non-generic UI with intentional typography, color, and motion. Install with npx skills add vercel-labs/agent-skills --skill frontend-design.
Can help with
- →Building web UI
- →Landing pages
create-rule helps agents write Cursor rules (.mdc files) for project-specific AI behavior. Place rules in .cursor/rules/ for automatic context injection.
Can help with
- →Creating coding standards rules
- →Project-specific AI guidance
code-review applies structured review checklists covering correctness, maintainability, tests, and team conventions.
Can help with
- →Reviewing pull requests
- →Code quality audit
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
Can help with
- →PR review requests
- →Finding bugs in diffs
web-design-guidelines encodes Vercel design standards for spacing, typography, accessibility, and performance in agent workflows.
Can help with
- →UI review
- →Design consistency checks
review-security guides agents through security-focused reviews covering injection, auth flaws, secrets exposure, and OWASP patterns.
Can help with
- →Security review requests
- →Auth changes
skill-creator is a meta-skill that scaffolds, validates, and packages Agent Skills following the agentskills.io specification.
Can help with
- →Creating new skills from scratch
- →Validating SKILL.md
finance-market-analysis provides reusable US stock research workflows for company valuation, earnings preview/recap, options payoff, and liquidity checks.
Can help with
- →Pre-earnings stock research
- →Valuation sanity checks
mcp-builder guides agents through creating MCP servers, tool schemas, and client configuration for Cursor and Claude.
Can help with
- →Building MCP servers
- →Adding custom tools
babysit automates PR babysitting: triage review comments, fix CI failures, and resolve merge conflicts until the PR is merge-ready.
Can help with
- →PR needs attention
- →CI is failing
company-valuation focuses on DCF and relative valuation with bull/base/bear assumptions and sensitivity tables.
Can help with
- →Estimating intrinsic value for a stock
- →Stress-testing valuation assumptions
cloudflare-deploy guides Cloudflare Pages, Workers, D1, KV, and R2 setup with wrangler.toml, CI/CD, and edge patterns.
Can help with
- →Deploying to Cloudflare
- →Workers setup
earnings-preview prepares a concise pre-report checklist covering estimates, historical surprises, and likely market drivers.
Can help with
- →Preparing before earnings day
- →Building a trading watchlist for earnings week
sdk skill covers Cursor SDK integration for running agents from scripts, CI pipelines, and backend services using @cursor/sdk.
Can help with
- →Cursor SDK integration
- →Programmatic agents
pdf skill enables agents to generate, parse, merge, and extract content from PDF files using bundled scripts and reference docs.
Can help with
- →PDF generation
- →PDF text extraction
split-to-prs helps break monolithic changes into logically separated PRs with clear scope and reviewable diffs.
Can help with
- →Large uncommitted changes
- →Split branch into PRs
docx skill handles Word document creation, editing, and template filling with structured agent instructions.
Can help with
- →Word document tasks
- →Report generation
xlsx skill enables spreadsheet creation, formula handling, and data analysis workflows for Excel files.
Can help with
- →Excel tasks
- →Spreadsheet analysis
ci-investigator analyzes failed CI checks on pull requests and returns concise root-cause summaries with fix suggestions.
Can help with
- →CI failure on PR
- →GitHub checks failing
canvas skill produces standalone React Canvas apps for analyses, audits, timelines, and interactive explorations beside the chat.
Can help with
- →Data-heavy analysis output
- →Interactive reports
sql-analyst helps write efficient SQL, explain query plans, and analyze schemas for Postgres, MySQL, and BigQuery.
Can help with
- →SQL query writing
- →Query optimization
options-payoff helps model profit/loss curves for calls, puts, and multi-leg structures before placing trades.
Can help with
- →Comparing option structures
- →Checking breakeven and max loss
automate guides creation of Cursor Automations with triggers, schedules, and repeatable agent workflows.
Can help with
- →Creating automations
- →Scheduled agent tasks
pptx skill guides agents to create slide decks, apply layouts, and populate presentations from structured data.
Can help with
- →Presentation creation
- →Slide deck automation
commit-messages analyzes git diffs and produces conventional commit messages focused on the why, not just the what.
Can help with
- →Writing commit messages
- →Before git commit
test-writer creates tests that cover real behavior and edge cases, avoiding trivial assertions and matching project test conventions.
Can help with
- →Adding tests
- →Test coverage gaps
create-hook helps author hooks.json and hook scripts that run on Cursor agent lifecycle events like before/after tool calls.
Can help with
- →Cursor hooks setup
- →Event-driven automation
api-design guides RESTful API design, OpenAPI documentation, versioning, pagination, and error handling patterns.
Can help with
- →Designing new APIs
- →OpenAPI specs
threat-model guides STRIDE analysis for new features, documenting threats, mitigations, and security requirements.
Can help with
- →Security design review
- →New feature threat analysis
update-cursor-settings helps modify editor settings.json for themes, format on save, keybindings, and Cursor-specific options.
Can help with
- →Changing editor settings
- →Theme configuration
docker-deploy helps write multi-stage Dockerfiles, docker-compose setups, and container deployment configs for production.
Can help with
- →Dockerizing apps
- →Container deployment
i18n-setup configures i18n routing, translation files, hreflang tags, and locale detection for global web apps.
Can help with
- →Adding i18n to a project
- →Multi-language sites
statusline skill configures custom prompt footer/status bar content showing git branch, model, and session info.
Can help with
- →Status line customization
- →CLI prompt footer
seo-audit performs structured SEO audits covering meta tags, structured data, performance, and crawlability with prioritized fixes.
Can help with
- →SEO review
- →Launch checklist
vibe-code-reader is a community-submitted Agent Skill: 专为快速理解 vibe coding 项目设计的代码解读 skill。当用户上传或提供一个由 AI 生成(vibe coding)的项目,想理解项目结构、业务逻辑、技术架构,或接手别人的 AI 生成代码库时,必须使用本 skill。 触. Install with `npx skills add https://github.com/DylanMay/vibe-code-reader-skill` or copy to your agent skills directory.
Can help with
- →When the user needs help with vibe code reader
- →一个帮助人类程序员快速读懂 AI 生成代码(vibe coding)的 Claude Skill。 接手别人用 Cursor / Windsurf / Lovable 生成的项目时,往往面对一堆能跑但看不懂的代码——没有注释、没有文档、不
loop enables recurring agent prompts at set intervals (e.g. /loop 5m) for monitoring, polling, and iterative tasks.
Can help with
- →Recurring checks
- →Polling workflows
changelog-writer turns git logs and PRs into polished, user-facing release notes grouped by impact category.
Can help with
- →Release notes
- →CHANGELOG.md updates