レベル0 · はじめの一歩 · レッスン 1Level 0 · First Steps · Lesson 1
Claude Code ってなに?What is Claude Code?
Claude Code は、話すだけでなく実際に手を動かしてくれる AI アシスタント。コードが書けなくても使えます。まずは「何者なのか」からご紹介します。Claude Code is an AI assistant that does the work instead of just talking about it — and you don't need to write code to use it. Let's meet it properly.
「話すAI」と「動くAI」An AI that talks vs. an AI that does
ブラウザで使うチャットAIに「デスクトップを片付けるには?」と聞くと、丁寧に手順を教えてくれます。でも、実際に片付けるのはあなたです。Claude Code はその一歩先へ行きます。あなたの Mac の「ターミナル」(文字で操作する画面のこと。次のレッスンで仲良くなります)の中で動き、ファイルを読み、編集し、コマンドを実行して、あなたが日本語で伝えたゴールに向かって自分で考えながら進みます。この「自分で手を動かして目標まで進む」タイプのAIを、エージェント型と呼びます。
Ask a chat AI in your browser "how do I tidy up my Desktop?" and it will kindly explain the steps. But the one doing the tidying is still you. Claude Code goes one step further. It lives in your Mac's terminal (the type-to-control window — we'll make friends with it next lesson), where it reads your files, edits them, and runs commands, working toward a goal you describe in plain language. An AI that rolls up its sleeves and drives toward the goal like this is called agentic.
作業のあいだ、あなたは画面で様子を見守ることも、途中で方向を変えることも、席を離れることもできます。そして大事なこと — 勝手には動きません。ファイルを変更する前には、必ずあなたの許可を求めます。
While it works, you can watch, redirect it mid-task, or even step away. And here's the important part — it never acts behind your back. Before changing a file, it always asks for your permission.
Claude Code にはターミナル版のほかに、デスクトップアプリ・IDE・ブラウザ版もあります。このコースでは、いちばん基本で応用が利くターミナル版を使っていきます。
Besides the terminal version, Claude Code also comes as a desktop app, IDE extension, and in the browser. This course uses the terminal version — the most fundamental and flexible of them all.
具体的に、なにができるの?So what can it actually do?
得意分野を6つ紹介します。前半の3つはエンジニア向け。そして後半の3つは — コードを書かない人にこそ試してほしいものです。
Here are six things it's great at. The first three are for engineers. The last three are the ones we most want non-coders to try.
コードを書く人にはIf you write code
- 機能の実装・バグ修正 — 「ログイン画面に Google ログインを足して」のように日本語で頼むと、計画を立て、複数ファイルにまたがるコードを書き、テストまで実行して動作を確かめます。Build features and fix bugs — say "add Google sign-in to the login form" in plain language; it plans the approach, writes code across multiple files, and runs the tests to verify it works.
- 面倒な作業の自動化 — テスト作成、コードの体裁直し、依存パッケージの更新、リリースノート作りなど、後回しにしがちな仕事たち。Automate the tedious stuff — writing tests, lint fixes, dependency updates, release notes: all the chores you keep postponing.
- コミットと PR の作成 — git を直接操作して、変更を読み取り、説明文を書き、ブランチを作って PR を開くところまで。Commits and pull requests — it works with git directly: stages changes, writes commit messages, creates branches, and opens PRs.
コードを書かない人にも(はい、あなたです)If you don't write code (yes, you)
- ファイルの整理 — スクリーンショットを中身を見てリネーム、フォルダ構成の整理、まとめて一括操作。Organize your files — rename screenshots based on what's in them, restructure folders, do bulk operations.
- 文書の翻訳・要約 — 書類の翻訳、長い文書の要約、必要な情報の抽出。Translate and summarize documents — translate files, condense long documents, extract the information you need.
- 「これ何?」に答える調査係 — フォルダやプロジェクトについて質問すると、中身を読んで、仕組みや構成を説明してくれます。Your personal explainer — ask questions about a folder or project, and it reads the contents and explains how things fit together.
「中身を見てリネーム」は比喩ではありません。Claude Code は画像ファイルを実際に開いて、写っているものを理解できます。レシートのスクリーンショットなら「これはレシートだ」と分かった上で名前を付けるんです。ファイル名や日付からの当てずっぽうではありません。
"Rename based on what's in them" is not a figure of speech. Claude Code actually opens image files and understands what they show. Give it a screenshot of a receipt and it names it knowing it's a receipt — no guessing from filenames or dates.
たとえば、こんな感じです。
Here's what that looks like in real life.
できないこと・しないことWhat it can't — and won't — do
「AIが勝手にファイルを消したらどうしよう」— 最初はみんなそう思います。安心してください。Claude Code は次のことをしません。
"What if the AI deletes my files on its own?" — everyone worries about this at first. Rest easy: here's what Claude Code won't do.
- あなたの承認なしにファイルを変更すること。すべての書き込みは許可の仕組みでガードされています。Change your files without your approval. Every write is gated by the permission system.
- 明示的に指示していないのに、本番環境へデプロイ(公開)すること。Deploy to production unless you explicitly tell it to.
- あなたのフィードバックなしに、いつまでも走り続けること。区切りごとに立ち止まって確認します。Run on forever without your feedback. It pauses and checks in as it goes.
つまり、主導権はいつもあなたの手の中にあります。Claude Code は優秀な助手であって、暴走する魔法使いではありません。
In other words, you're always the one holding the reins. Claude Code is a capable assistant, not a sorcerer running wild.
最初のうちは「許可を求められる回数が多いな」と感じるかもしれません。でもこれは初心者にとって最高の安全網です。「はい」を押す前に、Claude Code が何をしようとしているのか一行読むクセをつけると、上達がぐっと速くなりますよ。
At first, all the permission prompts might feel like a lot. But they're the best safety net a beginner could ask for. Get in the habit of reading what Claude Code is about to do before you say yes — you'll level up much faster.
はじめるのに必要なもの(予告編)What you'll need (a sneak peek)
今日は何も準備しなくて大丈夫。あとで必要になるものだけ、先にお見せしておきます。
Nothing to prepare today — but here's an early look at what you'll need later.
- macOS 13 以降が入った Mac(確認のしかたはレッスン0-3で)A Mac running macOS 13 or later (we'll check yours in Lesson 0-3)
- Claude の有料プラン(Pro:月額20ドル〜)、または API アカウントA paid Claude plan (Pro, from $20/month) or an API account
- インターネット接続An internet connection
- プログラミングの知識 — は、要りません!Programming knowledge — not required!
無料プランでは Claude Code は使えません。どのプランを選ぶか、インストールをどう進めるかは、レッスン0-3 でゆっくり案内します。
The free Claude plan does not include Claude Code. We'll walk through choosing a plan and installing everything, step by step, in Lesson 0-3.
このコースの歩き方How this course works
cc101 はレベル0から4までの5段階。ひとつずつ登っていけば、気づいたときには Claude Code があなたの毎日の相棒になっています。
cc101 has five levels, 0 through 4. Climb them one at a time, and before you know it, Claude Code will be part of your everyday toolkit.
| レベルLevel | ここでできるようになることWhat you'll be able to do |
|---|---|
| レベル0 · はじめの一歩Level 0 · First Steps | インストールして、はじめての「お願い」をするInstall it and make your first request |
| レベル1 · きほんの操作Level 1 · The Basics | 毎日使う操作とコマンドを身につけるMaster the everyday moves and commands |
| レベル2 · 毎日のワークフローLevel 2 · Daily Workflows | 実際の仕事や作業に組み込むWeave it into your real work |
| レベル3 · パワーユーザーLevel 3 · Power User | 設定とカスタマイズで自分仕様にTune and customize it to fit you |
| レベル4 · エキスパートLevel 4 · Expert | 自動化と応用ワザを使いこなすCommand automation and advanced tricks |
各レッスンの最後にはクイズがあります。間違えても大丈夫 — 解説つきなので、外したときこそ学びがあります。レッスンを終えるとバッジが集まり、最後まで走り切ったあなたには修了証が待っています。
Every lesson ends with a quiz. Getting one wrong is fine — each answer comes with an explanation, so misses teach you the most. Finish lessons to collect badges, and a certificate awaits anyone who makes it all the way.
あなたの Mac でいちばん散らかっている場所を開いてみましょう。デスクトップ? ダウンロードフォルダ? そこを眺めながら、「Claude Code に頼みたい面倒ごと」を3つ、メモアプリに書き出してください。レベル0を終える頃には、その3つを本当に頼めるようになっています。
Open the messiest spot on your Mac — Desktop? Downloads folder? Look it over and jot down three chores you'd love to hand off to Claude Code in your Notes app. By the end of Level 0, you'll be able to actually ask for all three.
次は、Claude Code の住みか『ターミナル』と友達になります。怖くないですよ。Next, we make friends with the terminal — Claude Code's home. It doesn't bite.