Find the best Claude rules for your stack
Community-curated CLAUDE.md rules and MCP servers. Make Claude smarter for your framework and language.
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.sqlitePopular 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
More Rules
View all rulesGo Backend Development
by Claude Rules
Building robust, idiomatic Go services with clean architecture and proper error handling.
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.
Rust Systems Programming
by Claude Rules
Safe, fast Rust code leveraging the ownership system, traits, and zero-cost abstractions.