From 4fd9ddd0774a0796f06552aae8ceb7809cb14d04 Mon Sep 17 00:00:00 2001 From: Daisuke Akagawa Date: Tue, 3 Jun 2025 01:51:20 +0900 Subject: [PATCH] claude: add page and Japanese translation (#16693) Co-authored-by: Fazle Arefin Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.ja/common/claude.md | 24 ++++++++++++++++++++++++ pages/common/claude.md | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 pages.ja/common/claude.md create mode 100644 pages/common/claude.md diff --git a/pages.ja/common/claude.md b/pages.ja/common/claude.md new file mode 100644 index 0000000000..bcf01e39a8 --- /dev/null +++ b/pages.ja/common/claude.md @@ -0,0 +1,24 @@ +# claude + +> コードベースを理解し、自然言語コマンドを通じてより速くコーディングできるようサポートするエージェント型コーディングツールです。 +> もっと詳しく: 。 + +- プロンプトを指定して実行する: + +`claude prompt` + +- `claude`を更新する: + +`claude update` + +- 設定されたMCPサーバ一覧を取得する: + +`claude mcp list` + +- 一つのコミットでコマンドを作成: + +`claude commit` + +- 設定を取得する: + +`claude config list` diff --git a/pages/common/claude.md b/pages/common/claude.md new file mode 100644 index 0000000000..5c5e9e48b8 --- /dev/null +++ b/pages/common/claude.md @@ -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: . + +- 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`