753 boosters for "cursor" — open source, verified from GitHub, ready to install
An MCP server that integrates Nuxt UI component documentation and source code into AI assistants like Claude, Cursor, and Windsurf, enabling developers to get instant access to component examples and usage patterns while coding.
A recursive RAG (Retrieval-Augmented Generation) MCP server that integrates with Cursor IDE to enable intelligent code retrieval and context optimization through vector embeddings and a rules optimizer. Developers using Cursor can leverage this to enhance code understanding, documentation retrieval, and AI-assisted development workflows.
Cursor Rules configuration for Node.js projects using the debateclub-firecrawled codebase, establishing coding standards for TypeScript/JavaScript files with Node >= 23. Developers working in Cursor IDE on this specific project benefit from enforced consistency and best practices.
Cursor Rules for rundgang2025 that enforce exact npm versioning and use of package-lock.json with npm ci for reproducible builds. Developers working on the rundgang2025 project using Cursor will benefit from standardized dependency management practices.
A Cursor IDE rule that enforces documentation standards for service classes and methods, requiring docstrings that explain purpose, usage context, and feature ownership. Developers using Cursor benefit from consistent, maintainable service documentation practices.
Cursor rules booster providing RESTful API design standards and best practices, including resource-based URLs, HTTP methods, status codes, and NestJS implementation patterns for developers building consistent APIs.
A Cursor IDE rule set that enforces a direct, expert-focused communication style for developers, prioritizing concrete code solutions and anticipatory problem-solving over high-level explanations.
A Cursor-specific ruleset that enforces Python development standards using uv for package management and Pydantic v2, designed to ensure consistent tooling practices across AI-assisted coding workflows.
Cursor Rules for 10x-project provides testing guidelines and best practices for E2E testing with Playwright, helping developers maintain consistent, resilient, and maintainable test suites in Cursor.
Cursor Rules for pak_connect_final provides Flutter/Dart development guidelines and interaction standards to help developers build maintainable applications with expert best practices. Flutter developers and teams using Cursor will benefit from consistent coding patterns and clarification workflows.
Cursor Rules that enforce a strict Bun & Biome development workflow, replacing npm/yarn with bun, Jest/Vitest with native bun:test, and eslint/prettier with Biome for faster, unified tooling.
A Cursor rules file that enforces Swift code standards for cross-platform iOS/macOS development, including architecture patterns, logging practices, and preview requirements. Useful for Swift developers maintaining consistent code quality across platform-specific implementations.
Cursor Rules for the debateclub-firecrawled project that provides AI guidance for working with `.mdc` files and establishing effective project-specific conventions. Developers using Cursor AI in this project benefit from consistent, context-aware assistance aligned with the codebase's standards.
"name": "promptpilot-mcp", "description": "MCP server for PromptPilot.club — generate images, video, and audio via Pollinations API", "main": "build/index.js",
Cursor Rules for FastHTML-Demo that explains how to use HTMX with FastHTML, including pythonic route references and parameter passing. Developers building interactive web apps with FastHTML and HTMX will benefit from these practical coding guidelines.
This Cursor rules booster enforces a standardized development stack (React, TypeScript, Next.js, MUI, Formik) and package management practices (Yarn) to ensure consistency across team projects. Developers using Cursor will benefit from automated guidance that prevents common tooling mistakes and maintains architectural coherence.
Cursor-specific rules for Tailwind CSS configuration and best practices tailored to Gabriel Ribeiro's portfolio, integrating shadcn/ui components with dark/light theme support. Developers building Next.js portfolios with Cursor IDE will benefit from these pre-configured styling guidelines.
A set of accessibility best practices rules for Cursor that enforces proper HTML/ARIA usage patterns in TypeScript/JavaScript projects. Developers benefit by automatically catching common a11y violations and maintaining code quality standards.
Cursor Rules for the Whop CLI wrapper that establishes a shared mental model for projects integrating @whoplabs/whop-client, helping developers maintain SDK contracts and avoid reimplementing authentication/networking logic. Benefits CLI developers building on top of the Whop SDK.
Cursor Rules for debateclub-firecrawled that enforces exact npm versioning and npm ci usage to ensure reproducible builds. Useful for development teams wanting consistent dependency management across projects.
Cursor Rules for mobile React development that provides project structure, tech stack guidance, and development standards for a React 18 + TypeScript mobile web application.
A Cursor Rules template that enforces consistent Git workflows through standardized branch naming, commit message patterns, and pull request structures. Ideal for teams wanting to maintain code discipline and traceability across their development process.
A Cursor rules collection providing best practices and coding standards for React Native, TypeScript, Expo, Supabase, and React Native Paper development. Developers working with these technologies benefit from standardized guidelines that improve code quality and consistency.
Cursor Rules for Docker containerization best practices that guide developers on container strategy, Dockerfile optimization, and security-first approaches for consistent development and production environments.