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
static-code-analysis
by aj-geddes/useful-ai-prompts
Use automated tools to analyze code without executing it, catching bugs, security issues, and style violations early.
statsmodels
by davila7/claude-code-templates
Statsmodels is Python's premier library for statistical modeling, providing tools for estimation, inference, and diagnostics across a wide range of statistical methods. Apply this skill for rigorous statistical analysis, from simple linear regression to complex time series models and econometric analyses.
task-decomposition
by jwynia/agent-skills
Transform overwhelming development tasks into manageable units by respecting cognitive limits, creating clear boundaries, and enabling parallel work. Tasks properly decomposed achieve 3x higher completion rates and 60% fewer defects.
tavily
by intellectronica/agent-skills
Provide a curl-based interface to Tavily’s REST API for web search, extraction, mapping, crawling, and optional research. Return structured results suitable for LLM workflows and multi-step investigations.
web-testing
by mrgoonie/claudekit-skills
Comprehensive web testing: unit, integration, E2E, load, security, visual regression, accessibility.
api-design-patterns
by bobmatnyc/claude-mpm-skills
Design robust, scalable APIs using proven patterns for REST, GraphQL, and gRPC with proper versioning, authentication, and error handling.
api-testing-patterns
by proffesor-for-testing/agentic-qe
Source details, install context, and public review data are available on the full page.
avalonia-zafiro-development
by sickn33/antigravity-awesome-skills
This skill defines the mandatory conventions and behavioral rules for developing cross-platform applications with Avalonia UI and the Zafiro toolkit. These rules prioritize maintainability, correctness, and a functional-reactive approach.
peft-fine-tuning
by davila7/claude-code-templates
Fine-tune LLMs by training <1% of parameters using LoRA, QLoRA, and 25+ adapter methods.
reading-withholding
by kazukinagata/shinkoku
Source details, install context, and public review data are available on the full page.
sf-lwc
by jaganpro/sf-skills
Use this skill when the user needs Lightning Web Components : LWC bundles, wire patterns, Apex/GraphQL integration, SLDS 2 styling, accessibility, performance work, or Jest unit tests.
sub-agents
by parcadei/continuous-claude-v3
Create specialized AI agents with isolated contexts for specific tasks.
watchos-design-guidelines
by ehmo/platform-design-skills
Apple Watch is a personal, glanceable device worn on the wrist. Interactions are measured in seconds, not minutes. Every design decision must prioritize speed of comprehension and brevity of interaction.
bfl-api
by black-forest-labs/skills
Use this skill when integrating BFL FLUX APIs into applications for image generation, editing, and processing.
clerk-nextjs-skills
by gocallum/nextjs16-agent-skills
The proxy.ts file replaces middleware.ts from Next.js 15. Create it at the root or in /src :
code-refactoring-tech-debt
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
commodities-quote
by octagonai/skills
Retrieve real-time price quotes for commodities including precious metals, energy, and agricultural products using the Octagon MCP server.
extracting-pdf-text
by letta-ai/skills
This skill provides tools and guidance for extracting text from PDFs in formats suitable for language model consumption.
fal-generate
by fal-ai-community/skills
Generate images and videos using state-of-the-art AI models on fal.ai.
golang-grpc
by bobmatnyc/claude-mpm-skills
gRPC provides strongly-typed RPC APIs backed by Protocol Buffers, with first-class streaming support and excellent performance for service-to-service communication. This skill focuses on production defaults: versioned protos, deadlines, error codes, interceptors, health checks, TLS, and testability.
intent-framed-agent
by pskoett/pskoett-ai-skills
This skill turns implicit intent into an explicit, trackable artifact at the moment execution starts. It creates a lightweight intent contract, watches for scope drift while work is in progress, and closes each intent with a short resolution record.
pyqt6-ui-development-rules
by oimiragieo/agent-studio
This skill enforces rules for building production-quality PyQt6 desktop applications. The core principles are: strict MVC separation via signals/slots, never blocking the UI thread, centralized theming via QSS, and layout-manager-driven responsive design. These rules prevent the most common PyQt6 failures: frozen UIs,...
recall-reasoning
by parcadei/continuous-claude-v3
Search through previous sessions to find relevant decisions, approaches that worked, and approaches that failed. Queries two sources:
transformers
by davila7/claude-code-templates
The Hugging Face Transformers library provides access to thousands of pre-trained models for tasks across NLP, computer vision, audio, and multimodal domains. Use this skill to load models, perform inference, and fine-tune on custom data.