cursor
Cursor skills are aimed at developers using Cursor as an editor-native coding assistant. This page tends to surface implementation guides, debugging helpers, review prompts, and automation skills that work well when the agent can read and modify repository files directly.
Skills compatible with cursor
swiftdata
by dpearson2699/swift-ios-skills
Persist, query, and manage structured data in iOS 26+ apps using SwiftData with Swift 6.2.
video-transcript-downloader
by steipete/agent-scripts
Source details, install context, and public review data are available on the full page.
add-component
by signerlabs/shipswift-skills
Add production-ready SwiftUI components to your project using ShipSwift's recipe library. Each recipe is a complete, copy-paste-ready implementation with architecture documentation.
blogwatcher
by steipete/clawdis
Track blog and RSS/Atom feed updates with the blogwatcher CLI.
docker-containerization
by aj-geddes/useful-ai-prompts
Build production-ready Docker containers following best practices for security, performance, and maintainability.
git-worktree
by everyinc/compound-engineering-plugin
This skill provides a unified interface for managing Git worktrees across your development workflow. Whether you're reviewing PRs in isolation or working on features in parallel, this skill handles all the complexity.
story-consistency-monitor
by wordflowlab/novel-writer-skills
Source details, install context, and public review data are available on the full page.
threejs-game
by natea/fitfinder
Comprehensive assistance with Three.js game development using WebGL, covering 3D rendering, game mechanics, physics, animations, and interactive browser-based games.
wechat-article-search
by wuchubuzai2018/expert-skills-hub
该脚本依赖NodeJS依赖包 cheerio ,建议先执行全局安装或在项目中安装:
e-tax
by kazukinagata/shinkoku
shinkoku で計算した確定申告データを、確定申告書等作成コーナー( Claude in Chrome を使ってブラウザ上で入力・提出するためのスキル。
research-lookup
by davila7/claude-code-templates
This skill enables real-time research information lookup using Perplexity's Sonar models through OpenRouter. It intelligently selects between Sonar Pro Search (fast, efficient lookup) and Sonar Reasoning Pro (deep analytical reasoning) based on query complexity. The skill provides access to current academic...
resource-curator
by leonardomso/33-js-concepts
Use this skill to find, evaluate, add, and maintain high-quality external resources (articles, videos, courses) for concept documentation pages. This includes auditing existing resources for broken links and outdated content.
skills-updater
by yizhiyanhua-ai/skills-updater
Manage, update, and discover Claude Code skills across multiple installation sources.
using-gh-cli
by trailofbits/skills
Always use gh instead of curl , wget , or WebFetch for GitHub URLs. The gh CLI uses the user's authenticated token automatically, so it:
ipados-design-guidelines
by ehmo/platform-design-skills
Comprehensive rules for building iPad-native apps following Apple's Human Interface Guidelines. iPad is not a big iPhone -- it demands adaptive layouts, multitasking support, pointer interactions, keyboard shortcuts, and inter-app drag and drop. These rules extend iOS patterns for the larger, more capable canvas.
pixi-js
by mindrally/skills
Source details, install context, and public review data are available on the full page.
ruby-rails-application
by aj-geddes/useful-ai-prompts
Build comprehensive Ruby on Rails applications with proper model associations, RESTful controllers, Active Record queries, authentication systems, middleware chains, and view rendering following Rails conventions.
agent-teams-simplify-and-harden
by pskoett/pskoett-ai-skills
A two-phase team loop that produces production-quality code: implement , then audit using simplify + harden passes , then fix audit findings , then re-audit , repeating until the codebase is solid or the loop cap is reached.
ai-sdk-6-skills
by gocallum/nextjs16-agent-skills
Note : Pin versions during beta as breaking changes may occur in patch releases.
apollo-kotlin
by apollographql/skills
Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects.
axiom-swiftdata
by charleswiltgen/axiom
Apple's native persistence framework using @Model classes and declarative queries. Built on Core Data, designed for SwiftUI.
salesforce
by membranedev/application-skills
Salesforce is a leading cloud-based CRM platform that helps businesses manage customer relationships and sales processes. It's primarily used by sales, marketing, and customer service teams to track leads, automate marketing campaigns, and provide customer support.
selenium-automation
by mindrally/skills
Source details, install context, and public review data are available on the full page.
swift-testing
by dpearson2699/swift-ios-skills
Swift Testing is the modern testing framework for Swift (Xcode 16+, Swift 6+). Prefer it over XCTest for all new unit tests. Use XCTest only for UI tests, performance benchmarks, and snapshot tests.