← All notesInstall tools
Claude Code · Useful at any stagePreview 01 / 03

Claude Code: Build Safely

Use Claude Code as a capable collaborator, not an autopilot. Learn how to give context, constrain scope, review proposed work, verify every change and protect secrets or important files.

Core time4 h 40 min total
Suggested pace5 sessions + 5 drills
MethodRead · type · build · recall

Claude Code works inside a real folder.

What if a coding assistant could read the whole project—not just one pasted snippet? That is powerful precisely because the folder, permissions and final decisions still belong to you.

Claude Code is an AI-powered coding agent that runs in a terminal. It is not a programming language, framework or replacement for Git. It can inspect a codebase, explain files, propose edits and run commands you allow. Developers use it for careful debugging, repetitive changes, test writing and codebase research.

It needs internet access, a supported installation and currently eligible Anthropic access; use the free installation guide. Because it works inside real folders, you must choose the folder carefully, understand permissions and review what changed.

Before the first prompt

  1. Follow the current official installation and authentication guide for your platform.
  2. Open only the project folder you intend to work on—not your entire home directory.
  3. Make a Git commit or recoverable backup.
  4. Remove secrets from prompts and tracked files; use environment variables and ignored local files.
  5. Know the command that proves the project still works.
Outcome: Add a filter to the resource list.

Scope:
- Work only in src/resources/ and its tests.
- Keep the existing visual design and data format.

Before editing:
1. Inspect the relevant files.
2. Explain the current data flow.
3. Propose a short plan and wait for approval.

Done means:
- Keyboard and pointer users can filter.
- Empty results are explained.
- Existing and new tests pass.

Safety check

Primary references reviewed 13 August 2026: Claude Code overview · Claude Code setup · Claude Code authentication · Claude Code permissions · Claude Code best practices. Explanations and examples are original KODE Ń VIBE teaching material.