Claude Code Best Practice Repo Hits 50k Stars, Built Entirely with AI Agents

The claude-code-best-practice repository has passed 50,000 stars on GitHub, becoming the most-starred open-source repository from Pakistan in 2026. The repo, created by shanraisshan, is a curated collection of best practices for using Claude effectively — especially relevant for developers transitioning from 'vibe coding' to structured agentic engineering.
Key Details
- 100% developed using Claude Code (no human-written code — only human review).
- 100% maintained daily by autonomous Claude workflows — no manual maintenance.
- Covers migration from chatbot-style Claude usage to agentic workflows.
- Author offers free help for anyone starting with Claude or looking to adopt agentic engineering practices.
- Was presented at a Google event the week before the post, signaling industry recognition.
Who It's For
Developers currently using Claude as a chatbot and looking to adopt agentic workflows, or anyone wanting to see a real-world example of an AI-agent-maintained open-source project.
📖 Read the full source: r/ClaudeAI
👀 See Also

context-os: Open-source tool reduces Claude Code token consumption by 27-42%
context-os is a local context optimizer that hooks into Claude Code automatically, compressing tool output before Claude sees it and reducing token consumption by 27-42% depending on content type.

Open-source solo RPG engine uses three Claude instances for parsing, narration, and direction
EdgeTales is an open-source text-based solo RPG engine where dice mechanics determine outcomes and Claude AI generates atmospheric prose. The system uses three Claude instances in a pipeline: Brain (Haiku) for parsing input to JSON, Narrator (Sonnet) for writing prose, and Director (Haiku) for async scene analysis.

Nyx: Autonomous Testing Harness for AI Agents
Nyx is a blackbox testing harness that probes AI agents for failure modes like logic bugs, reasoning failures, and security vulnerabilities through multi-turn adaptive conversations. It tests in under 10 minutes what manual audits take hours to surface.

Krasis: Hybrid CPU/GPU Runtime for Large MoE Models Achieves 3,324 tok/s Prefill on RTX 5080
Krasis is a hybrid CPU/GPU runtime that runs large MoE models by handling prefill on GPU and decode on CPU, achieving 3,324 tokens/second prefill on an RTX 5080 with Qwen3-Coder-Next 80B Q4. It requires ~2.5x model size in system RAM but enables running models too large for VRAM.