Find expert skills fast — from general agents to specialized ones · 57 skills
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/.
create-rule helps agents write Cursor rules (.mdc files) for project-specific AI behavior. Place rules in .cursor/rules/ for automatic context injection.
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
review-security guides agents through security-focused reviews covering injection, auth flaws, secrets exposure, and OWASP patterns.
sdk skill covers Cursor SDK integration for running agents from scripts, CI pipelines, and backend services using @cursor/sdk.
babysit automates PR babysitting: triage review comments, fix CI failures, and resolve merge conflicts until the PR is merge-ready.
split-to-prs helps break monolithic changes into logically separated PRs with clear scope and reviewable diffs.
canvas skill produces standalone React Canvas apps for analyses, audits, timelines, and interactive explorations beside the chat.
automate guides creation of Cursor Automations with triggers, schedules, and repeatable agent workflows.
create-hook helps author hooks.json and hook scripts that run on Cursor agent lifecycle events like before/after tool calls.
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.
web-design-guidelines encodes Vercel design standards for spacing, typography, accessibility, and performance in agent workflows.
skill-creator is a meta-skill that scaffolds, validates, and packages Agent Skills following the agentskills.io specification.
mcp-builder guides agents through creating MCP servers, tool schemas, and client configuration for Cursor and Claude.
pdf skill enables agents to generate, parse, merge, and extract content from PDF files using bundled scripts and reference docs.
docx skill handles Word document creation, editing, and template filling with structured agent instructions.
xlsx skill enables spreadsheet creation, formula handling, and data analysis workflows for Excel files.
pptx skill guides agents to create slide decks, apply layouts, and populate presentations from structured data.
code-review applies structured review checklists covering correctness, maintainability, tests, and team conventions.
update-cursor-settings helps modify editor settings.json for themes, format on save, keybindings, and Cursor-specific options.
statusline skill configures custom prompt footer/status bar content showing git branch, model, and session info.
loop enables recurring agent prompts at set intervals (e.g. /loop 5m) for monitoring, polling, and iterative tasks.
ci-investigator analyzes failed CI checks on pull requests and returns concise root-cause summaries with fix suggestions.
commit-messages analyzes git diffs and produces conventional commit messages focused on the why, not just the what.
sql-analyst helps write efficient SQL, explain query plans, and analyze schemas for Postgres, MySQL, and BigQuery.
api-design guides RESTful API design, OpenAPI documentation, versioning, pagination, and error handling patterns.
test-writer creates tests that cover real behavior and edge cases, avoiding trivial assertions and matching project test conventions.
docker-deploy helps write multi-stage Dockerfiles, docker-compose setups, and container deployment configs for production.
seo-audit performs structured SEO audits covering meta tags, structured data, performance, and crawlability with prioritized fixes.
threat-model guides STRIDE analysis for new features, documenting threats, mitigations, and security requirements.
changelog-writer turns git logs and PRs into polished, user-facing release notes grouped by impact category.
i18n-setup configures i18n routing, translation files, hreflang tags, and locale detection for global web apps.
cloudflare-deploy guides Cloudflare Pages, Workers, D1, KV, and R2 setup with wrangler.toml, CI/CD, and edge patterns.
social-publishing posts and schedules to X/Twitter plus 12 other networks through SocialClaw (wshobson/agents). Install with `npx skills add wshobson/agents --skill social-publishing`.
dbs-xhs-title matches a topic to 75 validated Xiaohongshu title formulas from dbskill (WorkBuddy / 豆包 compatible). Install with `npx skills add dontbesilent2025/dbskill --skill dbs-xhs-title`.
aws-wechat-article-main orchestrates WeChat Official Account topic → draft → review → typeset → image → publish. Documented for WorkBuddy. Install with `npx skills add aiworkskills/wechat-article-skills --skill aws-wechat-article-main`.
aliyun-qwen-image generates images with 千问 Qwen Image via DashScope (qwen-image / plus / max / 2.0). Install with `npx skills add cinience/alicloud-skills --skill aliyun-qwen-image`.
arkcli-understand is the official Volcengine Ark skill for 豆包 multimodal recipes: OCR, transcripts, captions, and video summaries. Install with `npx skills add volcengine/ark-cli --skill arkcli-understand`.
x-tweet-fetcher reads X/Twitter tweets, timelines, search, Lists, and Articles without login or API keys (ythx-101/x-tweet-fetcher). Install with `npx skills add ythx-101/x-tweet-fetcher`.
xiaohongshu-cli drives 小红书 search, read, like, comment, follow, and publish via the `xhs` CLI. Documented for WorkBuddy. Install with `npx skills add jackwener/xiaohongshu-cli`.
baoyu-cover-image generates 公众号 / article covers across type, palette, rendering, text, and mood (JimLiu/baoyu-skills). Install with `npx skills add jimliu/baoyu-skills --skill baoyu-cover-image`.
aliyun-qwen-generation calls 千问 Qwen text models (qwen3-max / qwen3.5-plus / flash) via DashScope. Install with `npx skills add cinience/alicloud-skills --skill aliyun-qwen-generation`.
seedance-prompt-en writes 豆包 / 即梦 Seedance 2.0 video prompts with @Image/@Video/@Audio references (dexhunter/seedance2-skill). Install with `npx skills add dexhunter/seedance2-skill`.
brainstorming forces a design-and-approval gate before implementation. Install with npx skills add obra/superpowers --skill brainstorming.
writing-plans produces file-level implementation plans with tests, commands, and commits. Install with npx skills add obra/superpowers --skill writing-plans.
test-driven-development enforces red-green-refactor: no production code without a failing test first. Install with npx skills add obra/superpowers --skill test-driven-development.
systematic-debugging stops guess-and-patch: gather evidence, form a hypothesis, then fix. Install with npx skills add obra/superpowers --skill systematic-debugging.
executing-plans walks a saved implementation plan task-by-task with checkpoints. Install with npx skills add obra/superpowers --skill executing-plans.
dispatching-parallel-agents is for 2+ independent tasks with no shared state. Install with npx skills add obra/superpowers --skill dispatching-parallel-agents.
subagent-driven-development runs each plan task in a fresh subagent, then reviews. Install with npx skills add obra/superpowers --skill subagent-driven-development.
verification-before-completion requires evidence before any success claim. Install with npx skills add obra/superpowers --skill verification-before-completion.
requesting-code-review is for the moment work looks done and needs a hard look. Install with npx skills add obra/superpowers --skill requesting-code-review.
receiving-code-review verifies feedback before implementing it. Install with npx skills add obra/superpowers --skill receiving-code-review.
using-git-worktrees sets up an isolated workspace for plan execution. Install with npx skills add obra/superpowers --skill using-git-worktrees.
finishing-a-development-branch covers merge vs PR vs cleanup once implementation is done. Install with npx skills add obra/superpowers --skill finishing-a-development-branch.
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.
Cursor · Development
Cursor · Security
Cursor · Productivity
Cursor · Creative
Vercel Labs · Creative
Vercel Labs · Development
Anthropic · Documents
Anthropic · Data
Skill123 Editors · Productivity
Skill123 Editors · Data
Skill123 Editors · Development
Skill123 Editors · Business
Skill123 Editors · Security
Seth Hobson · Productivity
dontbesilent · Business
AI Work Skills · Business
cinience · Creative
Volcengine · Data
ythx-101 · Productivity
jackwener · Business
Jim Liu (宝玉) · Creative
cinience · Data
dexhunter · Creative
obra / Superpowers · Productivity
obra / Superpowers · Development
Community · Development