Skip to content

sergeykrin9/awesome-claude-code-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Awesome Claude Code Workflows

Awesome

πŸ› οΈ 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.

Contents


πŸ“œ Methodologies

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 .md files 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.

🧠 Memory + Knowledge systems

Long-term memory that persists across sessions. Filesystem-as-database approach.

πŸ”Œ MCP servers

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.

Russian-market platforms

  • SergeyKrin9/mcp-servers β€” Yandex.Direct, Yandex.Webmaster, Yandex.Metrika, GSC, YouTube, VK, Telegram, Click.ru. The only unified RU-market MCP bundle.

General-purpose

πŸ“‚ Awesome MCP catalogs

Where to discover new MCP servers and submit your own.

🎨 Skills

Named workflows the AI invokes for repeated tasks. /seo-audit, /code-review, /copy-edit, …

πŸ€– Agents

Long-running tools that handle isolated work β€” codebase exploration, parallel research, multi-agent decision-making.

πŸ“œ CLAUDE.md / HANDOFF.md templates

πŸ›‘ Safety guards

Scripts and patterns that stop you from breaking production.

πŸ“š Reading

Foundational reading for the AI-as-runtime mindset.

🎬 Videos & talks

🌐 Official Anthropic resources


Contributing

PRs welcome. Two rules:

  1. It must work. No vaporware, no "coming soon" links. Items either ship today or move to a future Wishlist section.
  2. 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.

License

CC0

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.

About

Curated list of methodologies, MCP servers, skills, templates, and tools for shipping production software with Claude Code.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors