Claude Code overview
https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview
日本語で読める https://docs.anthropic.com/ja/docs/agents-and-tools/claude-code/overview
#Claude_Code
Core features and workflows
Claude Code uses claude-3-7-sonnet-20250219 by default.
Initialize your project
claudeで対話モード
Generate a CLAUDE.md project guide with /init
他のツールのrulesの類を探した
Use Claude Code for common tasks
Understand unfamiliar code
Automate Git operations
Edit code intelligently
Test and debug your code
Encourage deeper thinking
Extended thinking tips
Automate CI and infra workflows
claude --print "prompt" で対話的でないコマンドとして使える (-pと略せる)
例:claude -p 'このプロジェクトを要約してください'
Control Claude Code with commands
CLI commands
catの出力をclaude -pにパイプする例がある
Slash commands
/cost
/vim (2025/03/15週のClaude Code update)
Manage permissions and security
Tools available to Claude
AgentTool
BashTool
GlobTool
GrepTool
LSTool
FileReadTool
FileEditTool
Makes targeted edits to specific files
FileWriteTool
Creates or overwrites files
NotebookReadTool
NotebookEditTool
Configure Claude Code