Expanded Ecosystem Research: Coding Agent Tools, Workflows & Community Intelligence¶
Date: 2026-04-28
Sources: homebrew-core, homebrew-cask, chenrui333/homebrew-tap, awesome-claude-code, Reddit (r/ClaudeAI, r/ChatGPTCoding, r/LocalLLaMA, r/OpenAI, r/LLMDevs), official docs
Focus: Codex CLI, Claude Code, workflow improvements, Homebrew-packaged tools
1. Executive Summary¶
-
The Homebrew ecosystem now has 110+ AI-relevant tools — including 50+ MCP servers, 25+ coding agents, and 20+ workflow-automation CLIs. This category barely existed 12 months ago. Most are
brew installaway from production use. -
Claude Code has evolved into a multi-surface platform with routines (cloud-scheduled automation), agent teams (multi-agent coordination), Agent SDK (Python/TypeScript), and a 5-type hooks system. Codex CLI is open-source (Rust, Apache-2.0) with sandbox execution and GPT-5 integration, but a thinner workflow-automation layer.
-
Multi-agent orchestration is the frontier — tools like
claude-squad,amux,claude-swarm, andTSKenable running 5-10+ parallel agent sessions with coordination. Boris (Claude Code creator) runs 5 terminal + 5-10 web instances simultaneously. -
Session continuity and context management are the biggest pain points solved by community tooling: dev-docs workflows, handoff documents, session restore, compaction strategies, and a cache bug fix (cc-cache-fix) that takes cache ratio from 26% to 99%.
-
The highest-leverage workflow pattern is verification-driven development: give the agent a way to test its work (Playwright MCP, test suites, Chrome extension). Boris's #1 tip, confirmed by every high-upvote Reddit post.
2. Homebrew-Packaged Tool Ecosystem¶
2.1 Overview¶
| Source | AI-Relevant Tools |
|---|---|
| homebrew-core | ~35 (including 30+ MCP servers) |
| homebrew-cask | ~20 |
| chenrui333/homebrew-tap | ~55 (out of 1,200+ total formulae) |
| Total | ~110 |
2.2 Coding Agents (brew-installable)¶
| Tool | Install | Description |
|---|---|---|
| claude-code | brew install --cask claude-code |
Anthropic terminal agent (v2.1.112) |
| codex | brew install --cask codex |
OpenAI Codex terminal agent (v0.125.0) |
| codex-app | brew install --cask codex-app |
OpenAI Codex desktop app (v26.422) |
| aider | brew install aider |
AI pair programming in terminal (v0.86.2) |
| block-goose-cli | brew install block-goose-cli |
Block/Goose extensible AI agent (v1.32.0) |
| jules | brew install chenrui333/tap/jules |
Google's async coding agent (v0.1.42) |
| copilot-cli | brew install chenrui333/tap/copilot-cli |
GitHub Copilot terminal agent (v0.0.354) |
| gemini-cli | brew install chenrui333/tap/gemini-cli |
Google Gemini CLI (v0.4.0) |
| auggie | brew install chenrui333/tap/auggie |
Augment Code CLI (v0.24.0) |
| plandex | brew install chenrui333/tap/plandex |
AI-driven dev for large tasks (v2.2.1) |
| aichat | brew install aichat |
All-in-one AI CLI chat & copilot (v0.30.0) |
| llm | brew install llm |
Simon Willison's LLM CLI (v0.31) |
| auto-claude | brew install --cask auto-claude |
Autonomous multi-session AI coding (v2.7.6) |
| nanoclaw | brew install chenrui333/tap/nanoclaw |
Container-isolated Claude agents (v1.1.0) |
| codemachine | brew install chenrui333/tap/codemachine |
Autonomous coding orchestration (v0.8.0) |
2.3 IDE Applications (brew cask)¶
| Tool | Install | Description |
|---|---|---|
| claude | brew install --cask claude |
Claude desktop app |
| cursor | brew install --cask cursor |
AI-powered code editor (v3.2.11) |
| windsurf | brew install --cask windsurf |
Agentic IDE (v2.0.67) |
| zed | brew install --cask zed |
Multiplayer code editor (v0.233.10) |
| hotovo-aider-desk | brew install --cask hotovo-aider-desk |
Aider desktop GUI (v0.63.0) |
2.4 Claude Code Workflow Tools (brew-installable)¶
| Tool | Install | What It Does |
|---|---|---|
| claude-squad | brew install claude-squad |
Multi-agent orchestrator for Claude/Aider/Codex (v1.0.17) |
| claude-code-router | brew install claude-code-router |
Route requests to different backend models (v2.0.0) |
| claude-hooks | brew install claude-hooks |
Hook system for Claude Code automation (v2.4.0) |
| claudekit | brew install claudekit |
Guardrails and workflow automation (v0.9.5) |
| claude-cmd | brew install claude-cmd |
Commands manager for Claude Code (v1.1.1) |
| claude-code-templates | brew install claude-code-templates |
Config and monitoring CLI (v1.28.13) |
| oh-my-claude | brew install chenrui333/tap/oh-my-claude |
Teams-first multi-agent orchestration (v4.13.4) |
| superclaude | brew install chenrui333/tap/superclaude |
AI-powered dev toolkit (v1.3.0) |
| get-shit-done-cc | brew install chenrui333/tap/get-shit-done-cc |
Meta-prompting & context engineering (v1.38.5) |
| ccboard | brew install chenrui333/tap/ccboard |
Unified CC management dashboard TUI/web (v0.22.0) |
| cchistory | brew install chenrui333/tap/cchistory |
Shell history for CC sessions (v0.2.1) |
| cclogviewer | brew install chenrui333/tap/cclogviewer |
.jsonl log viewer with HTML UI (v1.2.0) |
| ccexp | brew install chenrui333/tap/ccexp |
Explore/manage CC settings (v4.0.0) |
| cc-filter | brew install chenrui333/tap/cc-filter |
Sensitive info filter (v0.0.6) |
| ccql | brew install chenrui333/tap/ccql |
Query language for CC data (v0.1.0) |
| cc-enhanced | brew install chenrui333/tap/cc-enhanced |
Usage analytics dashboard (v1.0.2) |
| claudio | brew install chenrui333/tap/claudio |
Hook-based audio plugin (v1.13.1) |
| heyagent | brew install chenrui333/tap/heyagent |
CC notifications (v2.0.0) |
| claude-code-generic-hooks | brew install chenrui333/tap/claude-code-generic-hooks |
Generic hook patterns (v0.1.13) |
2.5 Codex Workflow Tools (brew-installable)¶
| Tool | Install | What It Does |
|---|---|---|
| oh-my-codex | brew install chenrui333/tap/oh-my-codex |
Multi-agent orchestration for Codex CLI (v0.15.0) |
| codex-viz | brew install chenrui333/tap/codex-viz |
Local dashboard for Codex sessions (v0.1.0) |
| codexbar | brew install --cask codexbar |
Menu bar Codex/Claude usage monitor (v0.23) |
| codexmonitor | brew install --cask codexmonitor |
Codex activity monitor (v0.7.66) |
2.6 Context Compression & Preparation¶
| Tool | Install | Mechanism |
|---|---|---|
| rtk | brew install rtk |
Runtime CLI output compression (60-90% savings) (v0.37.2) |
| repomix | brew install repomix |
Repo packing into AI-friendly single file (v1.14.0) |
| distill | brew install chenrui333/tap/distill |
Compress CLI outputs for LLMs (v1.4.0) |
| codemap | brew install chenrui333/tap/codemap |
Structural codebase maps (cheaper than full reads) (v4.1.6) |
| ai-context | brew install chenrui333/tap/ai-context |
Multi-source context aggregation (v1.14) |
| context42 | brew install chenrui333/tap/context42 |
Extract team code style for context (v0.3.3) |
| llmdog | brew install chenrui333/tap/llmdog |
File/dir preparation for LLM input (v2.0.0) |
| context-file-manager | brew install chenrui333/tap/context-file-manager |
Prompt and context file management (v0.5.4) |
2.7 MCP Servers (brew-installable, selected)¶
30+ MCP servers in homebrew-core alone; 30+ more in chenrui333/tap. Key ones:
| Server | Install | Purpose |
|---|---|---|
| github-mcp-server | brew install github-mcp-server |
GitHub integration (v1.0.3) |
| context7-mcp | brew install context7-mcp |
Library docs for LLMs (v2.2.0) |
| playwright-mcp | brew install playwright-mcp |
Browser automation (v0.0.70) |
| terraform-mcp-server | brew install terraform-mcp-server |
Terraform (v0.5.1) |
| mcp-atlassian | brew install mcp-atlassian |
Confluence & Jira (v0.21.1) |
| chrome-devtools-mcp | brew install chrome-devtools-mcp |
Chrome DevTools for agents (v0.23.0) |
| kubernetes-mcp-server | brew install kubernetes-mcp-server |
Kubernetes (v0.0.61) |
| sourcerer-mcp | brew install chenrui333/tap/sourcerer-mcp |
Semantic code search, token-waste reduction (v0.5.5) |
| code-index-mcp | brew install chenrui333/tap/code-index-mcp |
Code indexing/search/analysis (v2.16.0) |
| tavily-mcp | brew install chenrui333/tap/tavily-mcp |
Web search (v0.2.19) |
| fastmcp | brew install fastmcp |
Build MCP servers in Python (v3.2.4) |
| mcpm | brew install mcpm |
MCP server manager (v2.14.0) |
| mcp-proxy | brew install mcp-proxy |
Bridge HTTP/stdio transports (v0.11.0) |
| mcpd | brew install chenrui333/tap/mcpd |
Mozilla's declarative MCP manager (v0.3.0) |
2.8 Monitoring & Observability (brew-installable)¶
| Tool | Install | What It Shows |
|---|---|---|
| claude-devtools | brew install --cask claude-devtools |
Session execution visualizer (v0.4.13) |
| claude-control | brew install --cask claude-control |
Session dashboard (v0.15.0) |
| claudebar | brew install --cask claudebar |
Menu bar quota monitor (v0.4.59) |
| ccboard | brew install chenrui333/tap/ccboard |
TUI/web management dashboard (v0.22.0) |
| models | brew install chenrui333/tap/models |
Browse AI models and agents (v0.11.3) |
| aic | brew install chenrui333/tap/aic |
Changelog fetcher for AI tools (v2.7.0) |
| gptop | brew install chenrui333/tap/gptop |
GPU monitor for Apple Silicon/NVIDIA (v0.2.0) |
2.9 NOT in Homebrew (still pip/docker/cloud)¶
files-to-prompt, LiteLLM, Langfuse, OpenLIT, Qdrant, sqlite-vec, vLLM, cline, continue
3. Claude Code Workflow Improvements¶
3.1 Platform Evolution (2025-2026)¶
Claude Code has expanded from a terminal tool to a multi-surface platform:
| Surface | Status | Best For |
|---|---|---|
| Terminal CLI | Primary, full-featured | Power users, scripting, parallel sessions |
| VS Code extension | Stable | Inline diffs, @-mentions, plan review |
| JetBrains plugin | Stable | IntelliJ/PyCharm/WebStorm users |
| Desktop app (macOS/Windows) | Stable | Visual diff review, multiple sessions |
| Web (claude.ai/code) | Stable | No local setup, longer-running tasks |
| iOS app | Available | Mobile continuation, remote kick-off |
Key new capabilities:
- Routines: Cloud-scheduled automation (cron, HTTP triggers, GitHub events). Run when laptop is closed. Use cases: nightly PR reviews, alert triage, docs drift detection.
- Agent Teams (experimental): Multiple Claude instances coordinating via shared task list. One lead, N teammates. Requires
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1. - Agent SDK: Build production AI agents in Python/TypeScript using Claude Code as a library. Built-in tools: Read, Write, Edit, Bash, Glob, Grep, WebSearch.
- Plugins marketplace:
/pluginto browse. Bundles skills, hooks, subagents, MCP servers.
Sources: Overview, Routines, Agent Teams, Agent SDK
3.2 Hooks System (Deterministic Automation)¶
Unlike CLAUDE.md instructions (advisory), hooks are guaranteed to execute.
| Hook Type | Mechanism |
|---|---|
| Command | Shell script, JSON on stdin, exit code decisions |
| HTTP | POST to endpoint with JSON event data |
| MCP Tool | Call tools on connected MCP servers |
| Prompt | LLM yes/no decisions |
| Agent | Spawn subagent for verification |
| Event | When | Example |
|---|---|---|
| SessionStart | Session begins | Load .env, set context |
| UserPromptSubmit | User submits prompt | Inject skill reminders, validate |
| PreToolUse | Before tool runs | Block rm -rf, modify input |
| PostToolUse | Tool succeeds | Auto-format, lint, validate |
| Stop | Claude finishes | Final quality check |
| Notification | Needs attention | Desktop/phone notifications |
Community hook patterns (from awesome-claude-code):
| Tool | What It Does |
|---|---|
| Dippy | AST-based auto-approve for safe commands, block destructive |
| parry | Prompt injection scanner |
| TDD Guard | Block changes violating TDD principles |
| Plannotator | Interactive plan review UI via ExitPlanMode hook |
| HCOM | Inter-subagent communication via hooks |
3.3 Context & Session Management¶
Hierarchical CLAUDE.md:
- ~/.claude/CLAUDE.md — global
- ./CLAUDE.md — project (git-shared)
- ./CLAUDE.local.md — personal (gitignored)
- Child directories — loaded on demand
- @path/to/import syntax for includes
Session lifecycle:
- /clear between unrelated tasks (single most impactful habit)
- /compact <instructions> for targeted summarization
- /rewind for checkpoint restore
- /btw for side questions that don't enter history
- claude --continue / --resume <name> / --from-pr 123
- Subagents for investigation (separate context, summary back)
Community session tools: - claude-code-tools — anti-compaction, cross-session recovery, CC/Codex handoff - recall — full-text search across all sessions - Claude Session Restore — restore from file/git analysis - cchistory — shell-history-like session search
3.4 Parallel Development¶
- Worktrees:
claude --worktree feature-authcreates isolated copy with new branch - Agent Teams: Native multi-agent with shared task list
- Fan-out:
for file in $(cat files.txt); do claude -p "migrate $file" --allowedTools "Edit"; done - Writer/Reviewer: Session A implements, Session B reviews with fresh context
3.5 Boris's Setup (Creator, 2,975 upvotes on Reddit)¶
- 5 parallel terminal instances + 5-10 web instances simultaneously
- Opus 4.5 with thinking for everything
- Shared team CLAUDE.md in git, updated via
@.claudeon PRs - Plan mode first (Shift+Tab twice), iterate until good, then auto-accept
- Slash commands for inner loops (
/commit-push-prused dozens of times daily) - Subagents: code-simplifier, verify-app
- PostToolUse hook for auto-formatting
- No
--dangerously-skip-permissions— use/permissionsinstead - MCP for everything: Slack, BigQuery, Sentry
- Give Claude verification (the #1 tip)
4. Codex CLI Workflow Improvements¶
4.1 Overview¶
| Attribute | Value |
|---|---|
| Runtime | Rust (96.2% of codebase) |
| License | Apache-2.0 (open source) |
| Stars | 78.5k+ |
| Install | brew install --cask codex or npm i -g @openai/codex |
| Models | GPT-4o, o3, o4-mini, GPT-5-codex |
| Surfaces | Terminal, VS Code, Cursor, Windsurf, Desktop app, Web (chatgpt.com/codex) |
4.2 Strengths vs Claude Code¶
| Dimension | Codex CLI | Claude Code |
|---|---|---|
| Quick prototyping | Winner (NES emulator in 20 min) | - |
| Open source | Apache-2.0 | Proprietary |
| Context window | 1M (GPT-5.4) | 200k (Opus) |
| Complex refactoring | - | Winner |
| Workflow automation | Thinner (no hooks/routines/SDK) | Deep (hooks, routines, SDK, teams, MCP) |
| Ecosystem | AgentKit, IDE integration | MCP, plugins, skills, hooks |
| Cost | Generally cheaper | Cache bugs can 10-20x costs |
4.3 Community Consensus¶
- Codex is strong for one-shot tasks and rapid prototyping
- Claude Code is preferred for complex, multi-file architectural work
- Some users alternate: "I prefer Claude... but ran out of usage, so used Codex"
- Gemini CLI increasingly used as a free orchestration/PM layer that delegates to either
4.4 Codex Ecosystem Tools¶
| Tool | Install | Purpose |
|---|---|---|
| oh-my-codex | brew install chenrui333/tap/oh-my-codex |
Multi-agent orchestration |
| codex-viz | brew install chenrui333/tap/codex-viz |
Session dashboard |
| codexbar | brew install --cask codexbar |
Menu bar usage monitor |
| codexmonitor | brew install --cask codexmonitor |
Activity monitor |
5. Multi-Agent Orchestration¶
The fastest-growing category in the ecosystem.
| Tool | Install | Architecture |
|---|---|---|
| claude-squad | brew install claude-squad |
Terminal app managing multiple CC/Codex/Aider in separate workspaces |
| oh-my-claude | brew install chenrui333/tap/oh-my-claude |
Teams-first orchestration with sub-agents |
| amux | brew install chenrui333/tap/amux |
TUI for running parallel coding agents |
| Claude Swarm | github.com/parruda/claude-swarm | Launch CC connected to swarm of agents |
| TSK | github.com/dtormoen/tsk | Rust CLI: delegate to agents in sandboxed Docker |
| Auto-Claude | brew install --cask auto-claude |
Autonomous multi-agent with kanban UI |
| Claude Code Flow | github.com/ruvnet/claude-code-flow | Code-first recursive agent cycles |
| Ruflo | github.com/ruvnet/ruflo | Multi-agent swarms with vector memory |
| container-use | brew install chenrui333/tap/container-use |
Dagger-powered dev envs for coding agents |
| codemachine | brew install chenrui333/tap/codemachine |
Autonomous workflow orchestration |
Key pattern — multi-model orchestration (603+ upvotes on Reddit): 1. Dump codebase into Gemini (massive context window, free) 2. Gemini writes briefing document with essential files 3. Hand small package to Claude for precise coding 4. Result: token savings + surgical precision
6. Community Power User Patterns¶
6.1 Skills + Hooks Auto-Activation (2,302 upvotes)¶
From u/diet103's "6 months of hardcore use":
UserPromptSubmit Hook → Analyze intent → Inject skill reminders
|
Claude responds |
v
Stop Event Hook → Analyze edits → Display self-check reminders
skill-rules.jsonmaps keywords/intent patterns/file paths to skills- "Night and day difference" in consistency
- Repository: https://github.com/diet103/claude-code-infrastructure-showcase
6.2 Dev Docs Workflow (prevents context loss)¶
For every large task, create 3 files in /dev/active/[task-name]/:
- [task-name]-plan.md — the accepted plan
- [task-name]-context.md — key files, decisions
- [task-name]-tasks.md — checklist of work
Automate with /dev-docs and /update-dev-docs slash commands. Documents survive session boundaries.
6.3 Cache Bug Fix (2,738 upvotes)¶
Two lines that take Claude Code's cache ratio from 26% to 99% (4-10x cost reduction):
- Bug: db8 function strips deferred_tools_delta records from session files
- On resume, all deferred tools re-announced, breaking cache prefix
- Fix: allow deferred_tools_delta and mcp_instructions_delta through
- Repository: https://github.com/Rangizingo/cc-cache-fix
6.4 CLAUDE.md Best Practices¶
| Do | Don't |
|---|---|
| Keep root CLAUDE.md under 200 lines | Monolithic 500+ line files |
| Use skills for detailed guidelines | Inline everything in CLAUDE.md |
| Share via git, update via PR reviews | Let it go stale |
| Convert deterministic rules to hooks | Rely on advisory instructions for critical behaviors |
Progressive disclosure with @imports |
Flat structure with everything top-level |
6.5 Anti-Hallucination Techniques (2,312 upvotes)¶
From Anthropic's own docs (most people don't know they exist): 1. "Allow Claude to say I don't know" 2. "Verify with citations" — every claim needs a source 3. "Use direct quotes for factual grounding" — word-for-word before analyzing
Repository: https://github.com/assafkip/research-mode
7. Emerging Tools from awesome-claude-code Issues¶
Tools requested/discussed in the community that aren't yet established:
| Tool | Category | Description |
|---|---|---|
| weft | workflow | Deterministic workflow tracking via event-sourced state machine |
| ClaudeOS-Core | CLI | Auto-generate CLAUDE.md and rules from source code analysis |
| BudgetClaw | monitoring | Budget management for Claude Code usage |
| Scoreflow | workflow | Craftsmanship scoring (MCP + CLI + plugin) |
| clockwork | framework | Temporal awareness plugin (high community interest) |
| episteme | framework | Portable cognitive kernel for AI agents |
| Autospec | workflow | CLI for spec-driven development (long-standing request) |
| Librarian | MCP | All-in-one wiki + markdown second-brain maintainer |
| NotebookLM MCP | MCP | Google NotebookLM integration |
8. Workflow Anti-patterns (Community Consensus)¶
| Anti-pattern | Problem | Fix |
|---|---|---|
| Kitchen sink session | Unrelated tasks accumulate in one context | /clear between tasks |
| Correction spiral | Failed approaches pollute context | After 2 corrections, /clear + better prompt |
| Over-specified CLAUDE.md | Too many instructions → all ignored | Under 200 lines, skills for details |
| Trust-then-verify gap | Plausible code that fails edge cases | Always provide tests/verification |
| Infinite exploration | Unscoped "investigate" fills context | Scope narrowly or use subagents |
| Ignoring cache bugs | Resumed sessions silently 10-20x costs | Apply cc-cache-fix |
--dangerously-skip-permissions |
Security risk | Use /permissions instead |
| Lazy prompting | Vague requests → vague results | Include verification criteria, scope, patterns |
| RAG for coding agents | "Actively hurting your coding agents" | Direct file references, subagent exploration |
| Single-model approach | Not leveraging multi-model strengths | Gemini for context analysis, Claude for coding |
| Fighting the model | 30 min watching Claude struggle | Fix it yourself in 2 min, give Claude the fix as context |
9. Adopt Now / Try Next / Monitor¶
Adopt Now (Low effort, high impact)¶
| Tool/Pattern | Why |
|---|---|
brew install claude-squad |
Immediately enables parallel agent sessions |
brew install rtk + brew install repomix |
Token compression from day one |
brew install claude-hooks |
Automate formatting, linting, notifications |
| Apply cc-cache-fix | 4-10x cost reduction on resumed sessions |
| Plan mode (Shift+Tab twice) | Every top post recommends this |
/clear between tasks |
Single most impactful habit |
| Dev docs workflow | plan.md + context.md + tasks.md per feature |
| Verification-driven dev | Playwright MCP, test suites, Chrome extension |
Try Next (Setup required, large payoff)¶
| Tool/Pattern | Why |
|---|---|
| Skills + Hooks auto-activation | "Night and day difference" in consistency |
brew install chenrui333/tap/oh-my-claude |
Full orchestration framework |
brew install chenrui333/tap/sourcerer-mcp |
Semantic search with explicit token-waste reduction |
| Agent Teams | Parallel code review, competing hypotheses |
| Routines | Cloud-scheduled PR reviews, alert triage |
| Multi-model orchestration | Gemini as PM for Claude (603 upvotes) |
| Agent SDK | Build custom agents for domain-specific workflows |
brew install chenrui333/tap/distill |
Compress CLI output, complement to rtk |
Monitor (Emerging, not yet proven)¶
| Tool/Pattern | Why Watch |
|---|---|
| weft (event-sourced workflow tracking) | Deterministic workflow enforcement |
| ClaudeOS-Core (auto-generate CLAUDE.md) | Removes manual config burden |
| Scoreflow (craftsmanship scoring) | Quantified quality feedback |
| Agent SDK demos | Patterns for production agent building |
| Container Use (Dagger) | Sandboxed agent environments at scale |
| jules / copilot-cli / auggie | Terminal agent competition heating up |
10. Research Source Index¶
Primary Reports (in this repo)¶
| Report | Path |
|---|---|
| Homebrew Tools Inventory | docs/homebrew-llm-tools-inventory.md |
| Codex/Claude Code Workflows | docs/coding-agent-workflow-research-2026.md |
| Reddit Community Research | docs/reddit-llm-community-research.md |
| Binary Tools (Track 1) | docs/binary-tools-token-efficiency-landscape.md |
| Cloud Services (Track 2) | docs/paid-cloud-services-token-efficiency-landscape.md |
| Skills/MCP Playbook (Track 3) | docs/coding-agent-skill-usage-and-complex-task-playbook.md |
External Sources¶
| Source | URL |
|---|---|
| awesome-claude-code | https://github.com/hesreallyhim/awesome-claude-code/ |
| Boris's 13 Steps | https://old.reddit.com/r/ClaudeAI/comments/1q2c0ne/ |
| 6 Months Hardcore Tips | https://old.reddit.com/r/ClaudeAI/comments/1oivjvm/ |
| Cache Bug Fix | https://github.com/Rangizingo/cc-cache-fix |
| Anti-Hallucination | https://github.com/assafkip/research-mode |
| 25 Tips from 11 Months | https://github.com/ykdojo/claude-code-tips |
| Skills Infrastructure | https://github.com/diet103/claude-code-infrastructure-showcase |
| Claude Code Docs | https://code.claude.com/docs/en/overview |
| Codex CLI Repo | https://github.com/openai/codex |
| chenrui333/homebrew-tap | https://github.com/chenrui333/homebrew-tap |