learn-claude-code and claude-code-guide
These are complementary resources where the first provides a minimal implementation example to learn Claude Code architecture, while the second offers comprehensive documentation and best practices for actually using and mastering Claude Code in production workflows.
About learn-claude-code
shareAI-lab/learn-claude-code
Bash is all you need - A nano Claude Code–like agent, built from 0 to 1
Implements a minimal Claude-powered coding agent through direct model integration rather than prompt orchestration, emphasizing tool access (shell, file I/O, API calls) and dynamic knowledge retrieval as the core "harness" architecture. The project deliberately rejects framework-heavy approaches, instead teaching how to build lightweight execution environments that let LLMs autonomously reason and act—applicable across any domain requiring perception, reasoning, and action loops. Core technical patterns cover tool composition, context management, and subagent isolation to keep the model's decision-making clean and scalable.
About claude-code-guide
zebbern/claude-code-guide
Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!
Comprehensive reference guide for Claude Code with practical setup instructions, environment configuration, and CLI commands. Covers advanced features like agent teams, skills system, Model Context Protocol (MCP) integration, and sandbox isolation—extending beyond basic usage to support complex automation workflows, PR reviews, and issue triage automation. Includes native installers, authentication management, and plugin architecture for extensibility.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work