~/agent-config

Browse

42 resources and 6 starter kits for Cursor, Claude Code, Codex, and other agents. Filter or search, then copy the install command.

Starter kits(6)

Kit5 resources

Backend API Kit

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.

Cursor, Claude Code · 5 steps

Open →
Kit5 resources

Claude Code Power User

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.

Claude Code · 5 steps

Open →
Kit4 resources

Essential Cursor Setup

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.

Cursor · 4 steps

Open →
Kit4 resources

MCP Developer Stack

Common MCP servers for day-to-day development — GitHub for repo context, filesystem for local files, and Playwright for browser verification.

Cursor, Claude Code, Windsurf, Cline · 4 steps

Open →
Kit6 resources

Next.js Full-Stack Agent

A complete agent stack for Next.js development — planning skills, framework expertise, UI components, and design guidelines.

Cursor, Claude Code, Windsurf, Cline, Codex, GitHub Copilot · 6 steps

Open →
Kit5 resources

Quality & Testing Kit

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.

Cursor, Claude Code · 5 steps

Open →

Resources(42)

Skill

Accessibility Audit

Audits UI for WCAG issues — semantic markup, keyboard navigation, focus order, color contrast, and ARIA. Suggests concrete fixes, not vague warnings.

#a11y #accessibility #wcag +1

Cursor, Claude Code, Windsurf +3

Skill

API Design

Designs consistent REST and RPC APIs — resource naming, status codes, pagination, versioning, and error shapes. Produces an OpenAPI-friendly contract.…

#api #rest #design +1

Cursor, Claude Code, Windsurf +3

Rule

Base Cursor Rule

A starter Cursor rule for consistent agent behavior — focused diffs, match existing conventions, and no drive-by refactors.

#rules #cursor #conventions

Cursor

Details
Skill

Brainstorming

Explores user intent, requirements, and design before implementation. Required before any creative work — features, components, or behavior changes.

#planning #design #spec +1

Cursor, Claude Code, Windsurf +3

MCP

Brave Search MCP

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…

#mcp #search #web +1

Cursor, Claude Code, Windsurf +3

Details
Skill

Code Review

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…

#review #quality #pr +1

Cursor, Claude Code, Windsurf +3

MCP

Context7 MCP

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…

#mcp #docs #context7 +1

Cursor, Claude Code, Windsurf +2

Details
Skill

Conventional Commits

Writes clear, conventional commit messages that explain the why, not just the what. Groups related changes and keeps history reviewable.

#git #commits #workflow +1

Cursor, Claude Code, Windsurf +3

Skill

Database Schema Design

Models relational schemas with sane normalization, indexes, and constraints. Plans safe, reversible migrations and flags N+1 query risks early.

#database #sql #schema +1

Cursor, Claude Code, Windsurf +3

Skill

Documentation Writer

Generates and maintains READMEs, API docs, and inline comments that stay in sync with the code. Focuses on the why and on examples that actually run.

#docs #readme #writing

Cursor, Claude Code, Windsurf +3

MCP

Fetch MCP

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…

#mcp #http #fetch +1

Cursor, Claude Code, Windsurf +2

Details
MCP

Filesystem MCP

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…

#mcp #filesystem #local +1

Cursor, Claude Code, Windsurf +2

Details
Hook

Format on Save Hook

Runs Prettier (or your formatter) automatically after the agent edits a file, so every change lands already formatted. Drop into your Cursor hooks.jso…

#hooks #formatting #prettier +1

Cursor

Details
Skill

Frontend Design

Comprehensive frontend design patterns and visual polish guidance for building distinctive, production-grade interfaces.

#design #frontend #ui +1

Cursor, Claude Code, Windsurf +3

MCP

GitHub MCP

Lets your agent read issues, PRs, and repo metadata from GitHub. Add a personal access token with repo scope to .cursor/mcp.json (or your agent's MCP…

#mcp #github #git +2

Cursor, Claude Code, Windsurf +2

Details
MCP

Linear MCP

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.…

#mcp #linear #issues +1

Cursor, Claude Code, Windsurf +2

Details
MCP

MCP Config Template

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…

#mcp #configuration #template

Cursor, Claude Code, Windsurf +1

Details
MCP

Memory MCP

Gives your agent a persistent knowledge graph so it remembers entities and relationships across sessions. Great for long-running projects and context…

#mcp #memory #knowledge-graph +1

Cursor, Claude Code, Windsurf +2

Details
Skill

Next.js

Next.js App Router expert guidance for routing, Server Components, caching, data fetching, and Vercel deployment.

#nextjs #react #vercel +1

Cursor, Claude Code, Windsurf +3

MCP

Notion MCP

Connects your agent to Notion so it can read specs, update docs, and pull context from your workspace. Requires an internal integration token.

#mcp #notion #docs +1

Cursor, Claude Code, Windsurf +2

Details
MCP

Playwright MCP

Browser automation for your agent — navigate pages, take snapshots, click, and fill forms. Useful for verifying UI changes and debugging web apps.

#mcp #browser #testing +2

Cursor, Claude Code, Windsurf +1

Details
MCP

Postgres MCP

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…

#mcp #postgres #database +1

Cursor, Claude Code, Windsurf +2

Details
Setting

Prettier + ESLint Preset

A sane Prettier config plus the ESLint integration so formatting and linting never fight. Drop into your project root and let the agent follow it.

#settings #prettier #eslint +1

Cursor, Claude Code, Windsurf +3

Details
Skill

Python Pro

Writes idiomatic, typed Python with modern tooling — uv, ruff, and pytest. Favors small functions, dataclasses, and explicit error handling.

#python #backend #typing

Cursor, Claude Code, Windsurf +3

Rule

Python Style Rule

Enforces clean Python conventions — type hints, ruff formatting, small pure functions, and explicit errors over silent failures.

#rules #python #conventions

Cursor, Claude Code, Windsurf +3

Details
Rule

React Best Practices Rule

Guides the agent toward modern React — server components by default, minimal client state, stable keys, and effects only for true side effects.

#rules #react #frontend +1

Cursor, Claude Code, Windsurf +3

Details
Skill

Safe Refactoring

Restructures code in small, behavior-preserving steps with tests as a safety net. Extracts functions, renames, and removes dead code without breaking…

#refactoring #cleanup #quality

Cursor, Claude Code, Windsurf +3

Hook

Sample Hooks Config

Example Cursor hooks.json for running scripts on agent events like before shell commands or after file edits.

#hooks #automation #cursor

Cursor

Details
Skill

Security Audit

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.…

#security #owasp #audit +1

Cursor, Claude Code, Windsurf +3

MCP

Sentry MCP

Pulls error reports and stack traces from Sentry into your agent so it can triage and fix production issues with full context. Needs an auth token.

#mcp #sentry #errors +1

Cursor, Claude Code, Windsurf +2

Details
MCP

Sequential Thinking MCP

Adds a structured reasoning tool that lets your agent break hard problems into ordered, revisable steps. Helps with planning and multi-stage tasks.

#mcp #reasoning #planning +1

Cursor, Claude Code, Windsurf +2

Details
Skill

shadcn/ui

shadcn/ui expert guidance for component installation, composition patterns, theming, and Tailwind CSS integration.

#shadcn #components #tailwind +1

Cursor, Claude Code, Windsurf +3

MCP

Slack MCP

Lets your agent read channels and post messages in Slack — useful for triaging threads or sending build and deploy notifications. Needs a bot token.

#mcp #slack #notifications +1

Cursor, Claude Code, Windsurf +2

Details
MCP

Stripe MCP

Lets your agent work with the Stripe API — inspect customers, products, and payments while building billing flows. Use a restricted test-mode key.

#mcp #stripe #payments +1

Cursor, Claude Code, Windsurf +2

Details
MCP

Supabase MCP

Manage Supabase projects from your agent — run SQL, inspect tables, check logs, and apply migrations. Requires a Supabase personal access token.

#mcp #supabase #database +1

Cursor, Claude Code, Windsurf +1

Details
Skill

Systematic Debugging

Roots out bugs with a hypothesis-driven loop — reproduce, isolate, instrument, and verify the fix. Stops the agent from guessing and patching symptoms…

#debugging #workflow #troubleshooting

Cursor, Claude Code, Windsurf +3

Skill

Tailwind Styling

Writes clean, responsive Tailwind with a consistent design-token scale. Avoids arbitrary values, extracts repeated patterns, and keeps class lists rea…

#tailwind #css #styling +1

Cursor, Claude Code, Windsurf +3

Skill

Test-Driven Development

Drives implementation from failing tests first. Writes the test, watches it fail, makes it pass, then refactors — keeping coverage honest as you build…

#testing #tdd #quality +1

Cursor, Claude Code, Windsurf +3

Rule

TypeScript Strict Rule

Keeps the agent honest about types — no `any`, no non-null assertions to silence errors, and explicit return types on exported functions.

#rules #typescript #types +1

Cursor, Claude Code, Windsurf +3

Details
Skill

UI/UX Pro Max

Comprehensive design guide for web and mobile applications. Contains 50+ styles, color palettes, font pairings, UX guidelines, and stack-specific reco…

#design #ui #ux +2

Cursor, Claude Code, Windsurf +3

Skill

Web Design Guidelines

Vercel's Web Interface Guidelines covering spacing, typography, interaction, and accessibility for professional web interfaces.

#design #accessibility #vercel +1

Cursor, Claude Code, Windsurf +3

Skill

Writing Plans

Creates detailed implementation plans from specs before touching code. Breaks work into bite-sized, testable tasks with clear file boundaries.

#planning #implementation #workflow

Cursor, Claude Code, Windsurf +3