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
cosmos-dbt-core
by astronomer/agents
Execute steps in order. Prefer the simplest configuration that meets the user's constraints.
flutter-implementing-navigation-and-routing
by flutter/skills
Use the Navigator widget to push and pop routes using platform-specific transition animations ( MaterialPageRoute or CupertinoPageRoute ).
flutter-reducing-app-size
by flutter/skills
Use this workflow to generate the raw data required for size analysis.
flutter-testing-apps
by flutter/skills
Balance your testing suite across three main categories to optimize for confidence, maintenance cost, dependencies, and execution speed.
macos-spm-app-packaging
by dimillian/skills
Bootstrap a complete SwiftPM macOS app folder, then build, package, and run it without Xcode. Use assets/templates/bootstrap/ for the starter layout and references/packaging.md + references/release.md for packaging and release details.
add-setting-env
by lobehub/lobehub
Add server-side environment variables to configure default values for user settings.
cloudflare-images
by jezweb/claude-skills
Status : Production Ready ✅ Last Updated : 2026-01-21 Dependencies : Cloudflare account with Images enabled Latest Versions : Cloudflare Images API v2, @cloudflare/workers-types@4.20260108.0
cloudflare-mcp-server
by jezweb/claude-skills
Build and deploy Model Context Protocol (MCP) servers on Cloudflare Workers with TypeScript.
google-gemini-file-search
by jezweb/claude-skills
Google Gemini File Search is a fully managed RAG system. Upload documents (100+ formats: PDF, Word, Excel, code) and query with natural language—automatic chunking, embeddings, semantic search, and citations.
agent-tool-builder
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
azure-auth
by jezweb/claude-skills
Package Versions : @azure/msal-react@5.0.2, @azure/msal-browser@5.0.2, jose@6.1.3 Breaking Changes : MSAL v4→v5 migration (January 2026), Azure AD B2C sunset (May 2025 - new signups blocked, existing until 2030), ADAL retirement (Sept 2025 - complete) Last Updated : 2026-01-21
scientific-schematics
by davila7/claude-code-templates
Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana Pro AI for diagram generation with Gemini 3 Pro quality review.
agentic-engineering
by affaan-m/everything-claude-code
Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls.
airflow-hitl
by astronomer/agents
Implement human approval gates, form inputs, and human-driven branching in Airflow DAGs using the HITL operators. These deferrable operators pause workflow execution until a human responds via the Airflow UI or REST API.
cloudflare-agents
by jezweb/claude-skills
Status : Production Ready ✅ Last Updated : 2026-01-09 Dependencies : cloudflare-worker-base (recommended) Latest Versions : agents@0.3.3, @modelcontextprotocol/sdk@latest Production Tested : Cloudflare's own MCP servers ( )
cloudflare-vectorize
by jezweb/claude-skills
Complete implementation guide for Cloudflare Vectorize - a globally distributed vector database for building semantic search, RAG (Retrieval Augmented Generation), and AI-powered applications with Cloudflare Workers.
data-visualizer
by daffy0208/ai-dev-standards
I help you build beautiful, interactive data visualizations and dashboards.
openapi-specification-v2
by hairyf/skills
OpenAPI Specification 2.0 (formerly Swagger 2.0) defines a JSON/YAML format for describing RESTful APIs: paths, operations, parameters, responses, schemas, and security. Use this skill when creating or editing Swagger 2.0 specs, validating structure, or generating code/documentation from them.
snowflake-platform
by jezweb/claude-skills
Build and deploy applications on Snowflake's AI Data Cloud using the snow CLI, Cortex AI functions, Native Apps, and Snowpark.
app-store-changelog
by dimillian/skills
Generate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes.
mcp-deepwiki
by aahl/skills
The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin).
r3f-best-practices
by emalorenzo/three-agent-skills
Comprehensive guide for React Three Fiber and the Poimandres ecosystem. Contains 70+ rules across 12 categories, prioritized by impact.
skill-from-github
by gbsoss/skill-from-masters
When users want to accomplish something, search GitHub for quality projects that solve the problem, understand them deeply, then create a skill based on that knowledge.
spring-boot-crud-patterns
by giuseppe-trisciuoglio/developer-kit
Deliver feature-aligned CRUD services that separate domain, application, presentation, and infrastructure layers while preserving Spring Boot 3.5+ conventions. This skill distills the essential workflow and defers detailed code listings to reference files for progressive disclosure.