Original Reddit post

Been working on two gaps in Claude Code and built external solutions for both:

  1. cc-resilient – Network resilience wrapper (npm) Wraps the claude CLI. Pings api.anthropic.com every 5s, detects disconnects, kills hung processes, auto-resumes with –continue . 95 downloads in the first week. npm install -g cc-resilient GitHub: github.com/SaravananJaichandar/cc-resilient
  2. world-model-mcp – Persistent memory via temporal knowledge graph (MCP server) Gives Claude Code a queryable knowledge graph that persists across sessions. Learns constraints from corrections, tracks temporal facts with evidence chains, prevents regressions by tagging bug-fix regions. GitHub: github.com/SaravananJaichandar/world-model-mcp Feature requests filed: Streaming resilience: github.com/anthropics/claude-code/issues/26729 Native context graph: github.com/anthropics/claude-code/issues/30039 Would appreciate any feedback or contributions. submitted by /u/Funky_Chicken_22

Originally posted by u/Funky_Chicken_22 on r/ClaudeCode