1,330 boosters — open source, verified from GitHub, ready to install
A Cursor IDE rule set that enforces consistent Rust coding standards, project structure, and architectural patterns for the LLML library. Developers working on LLML in Cursor will benefit from automated guidance on module organization, naming conventions, and API design.
This file provides guidance to AI Agent when working with code in this repository. Pre-commit hooks: husky + lint-staged runs on and on . Full server-side rendering ( in astro.config.mjs). All pages are server-rendered by default. API routes must export .
A Cursor rules configuration that provides structured task analysis and execution framework for AI-assisted development, helping developers break down complex problems systematically while avoiding duplicate implementations.
A Windsurf rules booster that enforces security best practices, TypeScript standards, and tech stack conventions for a Svelte/Vite Chrome extension project. Developers building extensions with this stack benefit from clear coding guidelines and security guardrails.
A Cursor rules configuration for debugging Assassyn-generated systems by guiding developers through project structure and file organization. Useful for developers working with the Assassyn framework in Cursor IDE.
A Cursor IDE rule set that enforces idiomatic Elixir coding standards and best practices, including functional programming patterns, code style conventions, and test structure guidelines. Beneficial for Elixir developers using Cursor who want consistent, high-quality code generation.
This booster provides standardized git commit message rules for the lism-css project within Cursor, enforcing a consistent format with English type prefixes and concise Japanese descriptions to maintain code history clarity.
general development rules
GiGL provides essential Cursor coding standards emphasizing explicit naming conventions and fail-fast error handling to improve code readability and maintainability. Developers working with graph neural networks and large-scale ML projects benefit from these foundational best practices.
<projectdescription> </projectdescription> <architecture_overview>
iOS Cursor Rules provides architectural guidance and best practices for AI-assisted iOS development in Cursor, covering MVC/MVVM/VIPER patterns and SwiftUI conventions to help developers maintain clean, scalable code.
Align all code suggestions, architecture recommendations, and technical solutions with this stack unless explicitly requested otherwise.
Copilot instructions for integrating Laravel with Google Sheets using service account authentication and Livewire 3. Helps Laravel developers quickly understand and implement real-time Google Sheets syncing in their projects.
The service layer is responsible for orchestrating business logic and coordinating data access operations. It sits between the UI (components, hooks) and the data access layer, providing a clear separation of concerns. Services should handle: 1. Orchestration of multiple data operations 2. Business
A Cursor rules-based research agent specialized in exploring repositories, documentation, and remote codebases using Nia MCP tools without modifying files. Ideal for developers conducting deep technical research, knowledge discovery, and cross-team information handoffs.
A Copilot prompt booster that enforces TypeScript best practices (strict mode, const preference, avoiding `any`) for developers in the 10xDevs training program. It helps teams maintain code quality and consistency standards across projects.
Copilot instructions for the bicep-deploy GitHub Action that guides developers through pre-commit workflows and repository structure for Azure Bicep deployments. Useful for teams automating infrastructure-as-code deployments on Azure.
atris is a self-improving context system that provides structured agent rules and workflows for AI coding assistants like Cursor, enabling developers to maintain organized task management, code navigation, and communication standards across projects.
This project includes deepsafe-scan, a preflight security scanner for AI agent environments. When the user asks to audit, scan, or check security of their AI agent setup, skills, or MCP servers, run the scanner: For a full scan with LLM analysis (if OPENAIAPIKEY is set):
Give AI agents access to money. Manage finances, trade cryptocurrency. MCP server for AI agents to interact with 20+ blockchains. 380+ tools for DeFi, DEX aggregation, security scanning, cross-chain bridges, QR payments. x402 enabled - AI agents can autonomously pay for premium APIs and trade with o
There are a few overarching principles that summarize how to think about writing readable Go code. The following are attributes of readable code, in order of importance: The core goal of readability is to produce code that is clear to the reader. Clarity is primarily achieved with effective naming,
XMTP node implementation.
pyDeprecate is a lightweight Python library (Python 3.9+) for decorator-based deprecation of functions, methods, and classes with automatic call forwarding. Zero runtime dependencies by design. Tests use a three-layer separation: 1. Targets () — new implementations