3,057 boosters for "r" — AI-graded, open source, ready to install
An MCP server that integrates StreamerSongList APIs with Claude, enabling streamers and content creators to manage and query song lists programmatically within Claude Desktop and Claude Code environments.
This MCP server validates Mermaid diagram syntax and provides grammar checking for diagram code, helping developers ensure their Mermaid diagrams are syntactically correct before rendering. It benefits software engineers, documentation writers, and anyone creating flowcharts, sequence diagrams, or other Mermaid visualizations.
Copilot instructions for a full-stack wealth portfolio RAG agent that enables natural language querying across MongoDB and MySQL databases using LangChain and OpenAI. Developers building AI-assisted financial applications benefit from this structured guidance on integrating multi-database queries with modern AI frameworks.
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.
MCP Integrator is a specialized agent for configuring and connecting Claude to external tools and services via the Model Context Protocol (MCP), enabling developers to extend Claude's capabilities with databases, APIs, GitHub, Slack, and custom integrations.
Asynkron.SwarmGo automates the creation of git worktrees for feature branches, streamlining multi-branch development workflows. Developers working on projects with multiple concurrent features benefit from faster context switching and isolated work environments.
A Copilot instructions booster intended to support multilingual configuration across 8 languages (EN, FR, DE, ES, NL, PL, RO, RU, TR), though the actual implementation details and purpose remain unclear.
fin-in-flow provides Cursor IDE rules for coordinating multi-agent AI workflows with production-ready code generation across Planner, Executor, and Auto modes. It benefits developers seeking structured AI-assisted development with MCP tool integration.
Helps developers plan and set up Git worktrees for parallel task execution by generating organized branch and worktree paths based on AGENTS.md conventions. Useful for teams managing multiple concurrent development efforts.
Copilot instructions for publishing JavaScript/TypeScript GitHub Actions with best practices for code quality, testing, and bundling. Developers building and maintaining Node.js-based GitHub Actions will benefit from these standardized guidelines.
An MCP server that integrates coding usage monitoring with AI tools like Claude, enabling developers to track and analyze their coding activity within their AI workflows.
Educational guide explaining what .cursorrules files are and why they're safe to use in Cursor IDE projects. Primarily serves developers new to Cursor who have concerns about the configuration file's security and impact.
GoAgent automates the creation of git worktrees for feature branches, enabling developers to work on isolated features without switching branches. Useful for teams practicing feature-branch workflows who want faster context switching within Claude Code.
An MCP server that connects Claude AI to Meta's Threads platform, enabling automated posting, analytics, and thread management through 50+ API methods. Developers building AI assistants for social media automation or content analysis on Threads will find this particularly useful.
Cursor Rules template providing a problem-solving methodology framework for AI-assisted debugging and code analysis. Useful for developers seeking structured approaches to troubleshooting within Cursor IDE.
A JavaScript-based system for dynamically creating and modifying AI agents without recompilation, enabling local LLM developers to test and share agent configurations interactively.
This MCP server enables Claude to automate browser tasks using Puppeteer, allowing developers and AI applications to interact with web content programmatically. It's ideal for web scraping, testing, form automation, and any workflow requiring headless browser control.
This booster establishes project-specific development rules for Windsurf, covering dependency management (Poetry/NPM), code organization, testing structure, and Windows/PowerShell environment conventions. It's beneficial for teams using Windsurf who need consistent development practices across Python and JavaScript/TypeScript codebases.
Automates git workflow by staging, committing, and pushing changes with optional custom commit messages or intelligent auto-generated ones based on diffs. Ideal for developers using Claude Code who want to streamline repetitive git operations.
Enforces a Makefile-only automation policy for a TypeScript/React frontend project, prohibiting shell scripts and standardizing task orchestration for Docker integration. Developers working on the Bacalhau frontend repository benefit from consistent, traceable, and containerization-ready automation practices.
A data architecture agent that guides developers through implementing robust data persistence using Room ORM, SQLite, and secure storage patterns for Android and desktop applications. Ideal for developers building apps that require reliable local data management with encryption and schema migrations.
A read-only MSSQL MCP Server that enables Claude to securely query SQL Server databases with SQL authentication. Developers and data analysts benefit from safe, controlled database access without write permissions.
A practical guide to writing maintainable, debuggable LLM agent code by addressing unique failure modes like non-determinism, opaque tool calls, and prompt-logic coupling. Developers building Claude-based agents will benefit from these patterns.
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.