claude-code-guide and claude-ctrl
These are **complements**: the first is a comprehensive guide for learning Claude Code's capabilities and workflows, while the second is a specialized control plane for deterministic, systems-level code execution—they address different layers of Claude Code usage (learning vs. production control).
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.
About claude-ctrl
juanandresgs/claude-ctrl
The Systems Thinker's Deterministic Claude Code Control Plane
# Technical Summary Enforces deterministic governance over Claude Code through shell-script hooks that intercept every tool call (bash commands, file writes, agent dispatches) and mechanically deny unsafe operations—write-on-main attempts, untested code, undocumented changes—regardless of model context drift. Four specialized agents (Planner, Implementer, Tester, Guardian) divide responsibilities across a self-correcting pipeline, with unified SQLite state (WAL mode) eliminating race conditions in concurrent worktrees. v4.0 reduces token-per-success by 1.4% while maintaining 100% task completion through environment-tiered database safety gates, pre/post-write interception hooks, and compaction-free prompt design.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work