1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 05:55:28 +02:00

claude: add page and Japanese translation (#16693)

Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Daisuke Akagawa 2025-06-03 01:51:20 +09:00 committed by GitHub
parent 40483ca9f1
commit 4fd9ddd077
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 48 additions and 0 deletions

24
pages.ja/common/claude.md Normal file
View file

@ -0,0 +1,24 @@
# claude
> コードベースを理解し、自然言語コマンドを通じてより速くコーディングできるようサポートするエージェント型コーディングツールです。
> もっと詳しく: <https://docs.anthropic.com/en/docs/claude-code/overview>
- プロンプトを指定して実行する:
`claude prompt`
- `claude`を更新する:
`claude update`
- 設定されたMCPサーバ一覧を取得する:
`claude mcp list`
- 一つのコミットでコマンドを作成:
`claude commit`
- 設定を取得する:
`claude config list`

24
pages/common/claude.md Normal file
View file

@ -0,0 +1,24 @@
# claude
> An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
> More information: <https://docs.anthropic.com/en/docs/claude-code/overview>.
- Execute with prompt:
`claude prompt`
- Update `claude`:
`claude update`
- Get the list of specified MCP servers:
`claude mcp list`
- Create commit with command:
`claude commit`
- Get the list of configurations:
`claude config list`