記事一覧へ
本気のClaude Codeユーザーはみんなこのリポジトリを使っている。使っていないなら、Claude Codeの潜在力の90%を捨てていることになる。
「claude-code-best-practice」という名前で、84のソース付きTips、主要機能ごとの実装例、8つの主要リポジトリのワークフロー比較、そしてClaude CodeのクリエーターBoris Chernyのアドバイスが一箇所にまとまっている。
収録内容:
→ カテゴリ別に整理された84のTips——プロンプティング、計画、CLAUDE.md、エージェント、コマンド、スキル、フック、ワークフロー、デバッグ、ユーティリティ、日常習慣
→ すべてのコアコンセプトのベストプラクティスと実装例:サブエージェント、コマンド、スキル、フック、MCPサーバー、プラグイン、設定、メモリ、チェックポイント、CLIフラグ
→ ワークフロー比較表——Superpowers、BMAD-METHOD、Get Shit Done、OpenSpec、gstack、HumanLayer——それぞれの特徴、エージェント/コマンド/スキルの数
→ オーケストレーションワークフロー——Command → Agent → Skillパターンのライブデモ
→ Boris ChernyのTipsをツイートスレッド3本(13+10+12のTips)とポッドキャスト/動画5本から集約
→「ビリオンダラークエスチョン」セクション——CLAUDE.md、エージェントvsコマンドvsスキル、スペック等についてまだ誰も明確に答えていない問い
実際に使い方が変わるTipsをいくつか紹介:
→「say use subagents」と指示してサブエージェントを活用——問題により多くのコンピュートを向け、メインコンテキストをクリーンに保つ
→ 実行前に2台目のClaudeをスタッフエンジニアとしてプランのレビューに起動する
→ CLAUDE.mdは200行以内を目標に——ファイルが大きくなってもClaudeが無視しないよう、ドメイン固有のルールはimportantタグでラップする
→ コンテキスト最大時ではなく、50%の時点でKVコンテキストを圧縮——「エージェント鈍化ゾーン」を避けるため、手動で積極的に/compactを使う
→ 微妙な修正の後に:「今わかっていることをすべて踏まえて、この実装を白紙に戻してエレガントな解決策を実装して」
2026年3月にGitHubトレンド1位。GitHub Stars 19,700、フォーク1,700。MITライセンス。完全オープンソース。
(リンクはコメント欄に)
claude-setupclaude-workflowharness-designbest-practices
Claude Codeユーザー必携のベストプラクティス集(84のソース付きTips)
♥ 288↻ 45
原文を表示 / Show original
Every serious Claude Code user is using this repo. if you're not, you're leaving 90% of Claude Code's power on the table.
It's called claude-code-best-practice - 84 sourced tips, implementation examples for every major feature, workflow comparisons across 8 major repos, and the actual tips from Boris Cherny (creator of Claude Code) compiled in one place.
Here's what's actually in it:
→ 84 tips organized by category -- prompting, planning, CLAUDE.md, agents, commands, skills, hooks, workflows, debugging, utilities, daily habits
→ best practice + implemented examples for every core concept: subagents, commands, skills, hooks, MCP servers, plugins, settings, memory, checkpointing, CLI flags
→ workflow comparison table -- Superpowers, BMAD-METHOD, Get Shit Done, OpenSpec, gstack, HumanLayer -- what makes each unique, how many agents/commands/skills each has
→ orchestration workflow -- Command → Agent → Skill pattern with a live demo
→ Boris Cherny tips compiled across 3 tweet threads (13 + 10 + 12 tips) and 5 podcast/video appearances
→ "billion dollar questions" section -- open questions about CLAUDE.md, agents vs commands vs skills, specs -- that nobody has definitively answered yet
here's a few of the tips that actually change how you use it:
→ use subagents with "say use subagents" to throw more compute at a problem -- offload tasks to keep your main context clean
→ spin up a second Claude to review your plan as a staff engineer before executing
→ CLAUDE.md should target under 200 lines -- wrap domain-specific rules in `<important if="...">` tags so Claude doesn't ignore them as files grow
→ compress KV context at max 50%, not at the end -- avoid the "agent dumb zone" by doing manual /compact proactively
→ after a mediocre fix: "knowing everything you know now, scrap this and implement the elegant solution"
was #1 trending on GitHub in March 2026.
19.7K GitHub stars. 1.7K forks. MIT license.
100% open source.
(link in the comments)