Skip to content
View rohitg00's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home

Sponsors

Private Sponsor
@Dim25
@coderabbitai

Block or report rohitg00

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rohitg00/README.md

Hi, I'm Rohit

Twitter LinkedIn

📍 London, UK
🌐 CNCF Ambassador · Platform Engineering Ambassador · Docker Captain · Google Developer Expert (Cloud & GenAI)


🚀 About Me

I build AI agent infrastructure and developer tools.

  • ⭐ 50K+ GitHub stars
  • 👥 300K+ community

🛠️ Tech Stack

Python TypeScript Rust Kubernetes MCP


✍️ Currently Writing


❤️ Support

Sponsor my work Nominate to GitHub Stars

Pinned Loading

  1. agentmemory agentmemory Public

    #1 Persistent memory for AI coding agents based on real-world benchmarks

    TypeScript 26.3k 2.2k

  2. ai-engineering-from-scratch ai-engineering-from-scratch Public

    Learn it. Build it. Ship it for others.

    Python 45.4k 7.7k

  3. pro-workflow pro-workflow Public

    Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.

    JavaScript 2.8k 268

  4. kubectl-mcp-server kubectl-mcp-server Public

    Published in CNCF Landscape: A MCP server for Kubernetes.

    Python 940 178

  5. awesome-claude-code-toolkit awesome-claude-code-toolkit Public

    The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills, 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 14 MCP configs, 26 companion apps, 52 ecosystem entries,…

    JavaScript 2.4k 861

  6. LLM Wiki v2 — extending Karpathy's L... LLM Wiki v2 — extending Karpathy's LLM Wiki pattern with lessons from building agentmemory
    1
    # LLM Wiki v2
    2
    
                  
    3
    A pattern for building personal knowledge bases using LLMs. Extended with lessons from building [agentmemory](https://github.com/rohitg00/agentmemory) 20K+ Stars ⭐️, a persistent memory engine for AI coding agents.
    4
    
                  
    5
    This builds on [Andrej Karpathy's original LLM Wiki idea file](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f). Everything in the original still applies. This document adds what we learned running the pattern in production: what breaks at scale, what's missing, and what separates a wiki that stays useful from one that rots.