Find the best Claude rules for your stack
MCP Servers
Model Context Protocol servers for Claude
Everything (Reference)
by Anthropic
Official MCP reference server that exercises all protocol capabilities: resources, prompts, tools, and sampling. Useful for testing MCP client implementations.
npx @modelcontextprotocol/server-everythingMemory
by Anthropic
Persistent memory storage for Claude. Save and retrieve information across conversations using a knowledge graph.
npx @modelcontextprotocol/server-memorySlack
by Anthropic
Read messages, post to channels, and interact with Slack workspaces from Claude.
npx @modelcontextprotocol/server-slackSQLite
by Anthropic
Interact with SQLite databases. Create tables, run queries, and manage local database files.
npx @modelcontextprotocol/server-sqlite /path/to/db.sqliteSkills
Reusable Claude Code slash commands
Generate Commit Message
/commitGenerates a conventional commit message based on your staged changes.
Standup Summary
/standupGenerates a daily standup summary from recent git commits.
Fix Bug
/fixAnalyzes a bug or error and provides a targeted fix with explanation.
Code Review
/reviewPerforms a thorough code review of the current changes or specified files.
Write Documentation
/docsGenerates clear documentation for functions, components, or modules.
Generate Tests
/testGenerates comprehensive unit tests for the specified function or file.
Agents
Claude agent prompts sourced from GitHub
Claude Code GitHub Action
Official Anthropic GitHub Action that runs Claude Code as a CI agent. Automatically reviews PRs, fixes bugs, and implements features directly in your GitHub workflow.
github.com/anthropics/claude-code-action
Model Context Protocol SDK
Official MCP SDK for building Claude tool integrations. Enables agents to connect Claude to any external system โ databases, APIs, filesystems, and custom tools.
github.com/modelcontextprotocol/typescript-sdk
Computer Use Demo Agent
Anthropic's reference implementation of a computer-use agent. Claude controls a virtual desktop โ browsing the web, running commands, and interacting with GUI applications.
github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo
Financial Data Analyst Agent
A multi-tool agent that analyzes financial data, queries databases, generates charts, and produces structured investment research reports using Claude.
github.com/anthropics/anthropic-quickstarts/tree/main/financial-data-analyst
Anthropic Cookbook โ Agent Recipes
Official collection of agent patterns and recipes from Anthropic. Includes tool use, multi-agent orchestration, memory management, and real-world agent implementations.
github.com/anthropics/anthropic-cookbook
Customer Support Agent Starter
Anthropic's quickstart for building a production-ready customer support agent with Claude. Includes conversation management, tool use for order lookups, and escalation logic.
github.com/anthropics/anthropic-quickstarts/tree/main/customer-support-agent
Popular Rules
Community-curated CLAUDE.md rules
Next.js Expert
by Claude Rules
Expert-level Next.js development with App Router, Server Components, and modern patterns.
Python FastAPI Expert
by Claude Rules
Building high-performance REST APIs with FastAPI, Pydantic, and async Python.
Ruby on Rails Expert
by Claude Rules
Convention-over-configuration Rails development with clean models, service objects, and tests.
Vue.js Composition API
by Claude Rules
Modern Vue 3 development with Composition API, Pinia, and TypeScript.
Node.js Express API
by Claude Rules
Building scalable Node.js REST APIs with Express, middleware, and proper async patterns.
Django Web Framework
by Claude Rules
Full-stack Django development with DRF, proper models, and security best practices.
Members
Developers sharing their Claude rules
Trending Discussions
What the community is talking about
More Rules
View all rulesGo Backend Development
by Claude Rules
Building robust, idiomatic Go services with clean architecture and proper error handling.
Rust Systems Programming
by Claude Rules
Safe, fast Rust code leveraging the ownership system, traits, and zero-cost abstractions.
React TypeScript Best Practices
by Claude Rules
Modern React development with TypeScript, hooks, and component patterns.
TypeScript Clean Code
by Claude Rules
Writing clean, idiomatic TypeScript with proper types, patterns, and architecture.
SvelteKit Frontend
by Claude Rules
Modern SvelteKit development with server-side rendering, stores, and TypeScript.
Angular Enterprise
by Claude Rules
Enterprise Angular development with RxJS, NgRx, standalone components, and best practices.