π οΈ Methodologies Β· π§ Memory systems Β· π MCP servers Β· π Templates Β· π€ Skills Β· π¬ Videos Β· π Reading
A curated list of practical resources for shipping production software with Claude Code. Not chatbots, not toys. Real methodologies, real MCP servers, real templates you can copy-paste into your project today.
- π Methodologies
- π§ Memory + Knowledge systems
- π MCP servers
- π Awesome MCP catalogs
- π¨ Skills
- π€ Agents
- π CLAUDE.md / HANDOFF.md templates
- π‘ Safety guards
- π Reading
- π¬ Videos & talks
- π Official Anthropic resources
- Contributing
How to actually organize your project so Claude can ship without re-explaining the world each session.
- agnis-workflow β Persistent memory (4 typed file types), CTO mode, iteration loops, two-boots research agents. Used on 5+ shipped products.
- Andrej Karpathy's wiki idea β Original tweet on
.mdfiles as long-term AI memory. The seed many later workflows extend. - Boris Cherny β iteration loops β Measure β Change β Measure β Deploy β Record. Adapted by most production AI workflows.
Long-term memory that persists across sessions. Filesystem-as-database approach.
- agnis-workflow/templates/memory β Templates for
user_profile.md,feedback_*.md,project_*.md,reference_*.mdwith frontmatter typing. - Anthropic memory cookbook β Official patterns for context engineering and memory.
Model Context Protocol lets Claude (and other LLM hosts) call external tools as first-class capabilities. These are individual servers worth wiring into your stack.
- SergeyKrin9/mcp-servers β Yandex.Direct, Yandex.Webmaster, Yandex.Metrika, GSC, YouTube, VK, Telegram, Click.ru. The only unified RU-market MCP bundle.
- modelcontextprotocol/servers β Anthropic's reference servers (Filesystem, Git, GitHub, Postgres, β¦).
- upstash/context7 β Docs lookup MCP. The most popular single-server.
- microsoft/playwright-mcp β Browser automation via Playwright. Essential for web research and testing.
- microsoft/mcp β Microsoft's collection (Office, Azure, β¦).
Where to discover new MCP servers and submit your own.
- punkpeye/awesome-mcp-servers β The de-facto largest catalog. ~88k β.
- modelcontextprotocol/servers β Official Anthropic reference.
- Official MCP Registry β Anthropic + GitHub + Microsoft registry. Requires
server.json+ reverse-DNS namespace + public npm/PyPI/Docker package. - mcp.directory Β· mcp.so Β· glama.ai/mcp/servers Β· pulsemcp.com Β· mcpmarket.com β Submission directories. Each is a free listing.
- wong2/awesome-mcp-servers β Second largest catalog (
mcpservers.org). - tolkonepiu/best-of-mcp-servers β Star-ranked list with medals.
- appcypher/awesome-mcp-servers β Alternative awesome list.
Named workflows the AI invokes for repeated tasks. /seo-audit, /code-review, /copy-edit, β¦
- davidteren/claude-skills β Community-curated skills.
- anthropics/anthropic-skills β Official skills (xlsx, pdf, docx, skill-creator, β¦).
- hesreallyhim/awesome-claude-code β Larger collection that includes skills as one section.
Long-running tools that handle isolated work β codebase exploration, parallel research, multi-agent decision-making.
- All-Hands-AI/OpenHands β Open-source autonomous agent. SWEBench top performer.
- cline/cline β VS Code agent.
- AntonOsika/gpt-engineer β Specify a task, AI ships the code. One of the originals.
- continuedev/continue β VS Code + JetBrains IDE assistant with agent mode.
- e2b-dev/awesome-ai-agents β Curated list of autonomous agents.
- agnis-workflow/templates β Battle-tested templates:
CLAUDE.md,HANDOFF.md,MEMORY.md, first-session prompt. - Anthropic β Claude Code best practices β Official guidance on
CLAUDE.mdstructure.
Scripts and patterns that stop you from breaking production.
- agnis-workflow/examples/pre-deploy-check.sh β Generic pre-deploy guard, configurable danger-file list. Built after a real Firestore.rules incident.
detect-secretsβ Pre-commit hook to stop secret leaks.gitleaksβ Alternative secret scanner with better default rules.
Foundational reading for the AI-as-runtime mindset.
- Anthropic β Engineering blog β Their team writes about how they use Claude internally.
- Anthropic β Building effective agents β Patterns for agentic systems.
- The Bitter Lesson (Rich Sutton) β Why methods that scale with compute beat clever methods.
- Andrej Karpathy β Software 2.0 β Why prompt + model is becoming the new compiler.
- Simon Willison's blog β Sharpest day-to-day commentary on LLM tooling.
- Anthropic β Claude Code overview β Official videos.
- Andrej Karpathy β Let's build GPT β From-scratch transformer that demystifies what the AI actually does.
- Lex Fridman + Andrej Karpathy β 5-hour deep dive. Worth it for the agent design intuition.
- Claude Code β The CLI tool.
- Claude Code docs β Official documentation.
- claude-code GitHub β Open issues and feature requests.
- Model Context Protocol β The MCP spec.
- Anthropic cookbook β Official patterns for the Claude API.
- claude-cookbooks β Production-ready notebooks.
PRs welcome. Two rules:
- It must work. No vaporware, no "coming soon" links. Items either ship today or move to a future Wishlist section.
- It must teach. Lists of names with no description are noise. Every item gets one sentence on what it gives you that you can't get elsewhere.
PR format:
- **[Name](https://link)** β One sentence on what makes this worth reading/using.To the extent possible under law, Sergey Krinitsyn has waived all copyright and related rights to this work.
Maintained by Sergey Krinitsyn Β· Email Β· GitHub
If this list saved you research time β drop a β. It's the only signal I track.