Everything an agent needs to design and ship a typed backend API — contract-first design, a sound database schema, a Postgres MCP for live schema access, a strict TypeScript rule, and a security pass before you merge.
A power setup for Claude Code — design-first brainstorming and planning, a persistent memory graph, structured sequential reasoning, and clean conventional commits for a tidy history.
Minimum viable agent configuration for Cursor — brainstorming and writing-plans for design-first work, UI/UX Pro Max for visual quality, and a base rule for consistent behavior.
Turn your agent into a disciplined engineer — test-driven development, a systematic debugging loop, safe refactoring, a built-in code reviewer, and a format-on-save hook so every change lands clean.
Designs consistent REST and RPC APIs — resource naming, status codes, pagination, versioning, and error shapes. Produces an OpenAPI-friendly contract.…
Web search for your agent via the Brave Search API. Handy when the model needs up-to-date docs, error messages, or library references not in its train…
Reviews diffs for correctness, security, and style before you open a PR. Flags risky changes, missing tests, and edge cases the author may have missed…
Pull up-to-date library and framework documentation into your agent's context. Good for Next.js, React, and other fast-moving stacks where docs change…
Simple HTTP fetch tool for your agent — read API responses and web pages as text. No API key required. A lightweight alternative when you don't need f…
Official MCP server for controlled local file access. Set allowed directories in the args — only paths listed here can be read or written by the agent…
Runs Prettier (or your formatter) automatically after the agent edits a file, so every change lands already formatted. Drop into your Cursor hooks.jso…
Lets your agent read and update Linear issues — pull a ticket's context before coding, or move it to done when the PR lands. Authenticates over OAuth.…
Blank template for .cursor/mcp.json. Merge multiple MCP blocks from this catalog into one mcpServers object — don't paste separate JSON files on top o…
Gives your agent read-only access to a PostgreSQL database so it can inspect schemas and run queries while writing data-layer code. Point it at a conn…
Scans changes for the OWASP top 10 — injection, XSS, auth flaws, secrets in code, and insecure defaults. Explains the impact and the minimal safe fix.…
Roots out bugs with a hypothesis-driven loop — reproduce, isolate, instrument, and verify the fix. Stops the agent from guessing and patching symptoms…
Writes clean, responsive Tailwind with a consistent design-token scale. Avoids arbitrary values, extracts repeated patterns, and keeps class lists rea…
Drives implementation from failing tests first. Writes the test, watches it fail, makes it pass, then refactors — keeping coverage honest as you build…
Comprehensive design guide for web and mobile applications. Contains 50+ styles, color palettes, font pairings, UX guidelines, and stack-specific reco…