Start Here
Three guided reading paths through the guides and essays on this site. Pick one, read in order, and check off what you finish — progress stays in your browser.
New to Claude Code
0 of 7From first install to a tool that fits your hand. Set up the CLI, learn the moves that matter, then decide how it stacks up against the alternative.
-
Claude Code CLI セットアップ 2026:5分で始めるクイックスタート
Install the CLI, authenticate, and finish your first working session in about five minutes.
-
Claude Code Cheat Sheet
Keep this open in a tab: every command, shortcut, and flag on a single page.
-
Claude Codeガイド
The complete reference. Skim the basics now, come back for the deep sections as you need them.
-
AGENTS.mdパターン:エージェントの行動を実際に変えるものは何か
Your instructions file is the highest-leverage config you have. These patterns actually change behavior.
-
Claude Code Hooks チュートリアル:5つの本番用Hooksをゼロから構築
Build five working hooks from scratch. This is the step from using the tool to shaping it.
-
Claude Codeのカスタムスキル構築:完全チュートリアル
Package your own workflows as skills that switch on exactly when they are needed.
-
Claude Code vs Codex CLI 2026:意思決定リファレンス
You know the tool now. See how it compares to its main rival, and when each one wins.
Agentic Engineering
0 of 7How to build, run, and trust AI agents that do real engineering work: the harness, the economics, the failure modes, and where the discipline is heading.
-
エビデンスゲート
Start with the working discipline: never accept “it should work” from an agent. Require proof.
-
エージェントアーキテクチャ
The complete playbook for building an agent harness: skills, hooks, memory, subagents, and orchestration.
-
複利エンジニアリング: 劣化ではなく加速するコードベース
Why harness work pays compound interest: each feature you ship makes the next one cheaper.
-
ループ・エンジニアリング――検証が安いところでループは勝つ
The rule that decides what to automate: loops win only where checking the result is cheap.
-
AIエージェントを無人で実行すると実際に何が壊れるのか
Seven ways agents fail when nobody is watching, and the signal that catches each one early.
-
エージェントオペレーターのハンドブック:見えないものを監督する技術
Running agents is a role of its own. What supervision looks like when you cannot read every line.
-
エージェントが取って代わるのはレビュアーであって、レビューではない
Where this is heading: the reviewer role is dissolving while the review itself moves into the pipeline.
iOS with Agents
0 of 7Ship Apple-platform apps with AI agents doing the heavy lifting, from wiring Claude Code into Xcode to the on-device models your app can ship.
-
iOSエージェント開発
The end-to-end playbook for building iOS apps with agents. Start here and branch out.
-
2つのMCPサーバーがClaude CodeをiOSビルドシステムに変えた
Wire Claude Code into Xcode so it can build, run tests, and read crash logs on its own.
-
Apple開発のためのフック:プロジェクトを救うパターン
An agent working near your signing keys needs guardrails. Four patterns that bound the damage.
-
Xcode 27がエージェント化した
What Apple ships natively: Xcode 27's built-in agents, and where they fit next to your CLI.
-
Foundation Modelsエージェントワークフロー:アプリ内 vs ツールLLM
Two AIs touch your app: the agent writing the code and the model shipping inside it. Keep their jobs straight.
-
Foundation Models オンデバイス LLM:Tool プロトコル
Put Apple's on-device model to work inside your app, starting with the Tool protocol.
-
iOS 27のFoundation Models:ツール呼び出しの制御
Control how the on-device model uses tools, with iOS 27's calling modes and built-in readers.