Claude Code
Claude Code
Windows Powershell
irm https://claude.ai/install.ps 1 | iex
Windows Subsystem for Linux - wsl
Open power shell
wsl — install
wsl — install OracleLinux_9_5
sudo dnf install unzip
sudo dnf install zip
Linux
curl -fsSL https://claude.ai/install.sh | bash
Claude Account
Before installing Claude Code, you will need an account on Claude.ai.
Navigate to claude.ai in a browser
Select "Sign Up" and create an account using your email address
Confirm your email address
Your account is now active
claude
/help
/plan
/clear
/usage
/compact
/undo
/ide
/install-github-app
/model
I want to build [project description]. Before writing any plan or code,
please use the Ask User Question tool to interview me systematically —
covering technical requirements, feature specifications, UI decisions,
data model, and any trade-offs I should consider.
Do not proceed to planning until the interview is complete.
“I want to create a personal portfolio website. Please act as a senior frontend engineer. I want a minimalist dark-mode design using a Bento Grid layout for the home page. Use a variable font like ‘Inter’ for the body and a bold serif font for headings. The site should include: a Hero section with a short intro, a Portfolio section with 3 project cards, and a Contact form. Please ensure the site is fully responsive and follows WCAG accessibility standards.”
Build a task management application for a three-person team. Requirements:
1. Tasks have a title, optional description, due date, and priority level (low, medium, high)
2. Each task can be assigned to one of three hardcoded users: Alice, Bob, or Carol
3. Tasks can be marked complete, with the completion timestamp recorded
4. The task list can be filtered by assignee or by priority
5. All data persists in localStorage — no backend required
6. Interface: clean, light theme; no external CSS frameworks
Technology: HTML, CSS, vanilla JavaScript only.
Use version control (Git) from day one.
claude
/install-github-app