サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆議院選挙2026
code.claude.com
agentic ループ、組み込みツール、Claude Code がプロジェクトとどのように相互作用するかを理解します。 Claude Code はターミナルで実行される agentic アシスタントです。コーディングに優れていますが、コマンドラインからできることなら何でも手助けできます。ドキュメント作成、ビルド実行、ファイル検索、トピック調査など、様々なタスクに対応します。 このガイドでは、コアアーキテクチャ、組み込み機能、および Claude Code を効果的に使用するためのヒント について説明します。ステップバイステップのウォークスルーについては、一般的なワークフロー を参照してください。skills、MCP、hooks などの拡張機能については、Claude Code を拡張する を参照してください。 agentic ループ Claude にタスクを与えると、3 つのフェーズを通じ
複数の Claude Code インスタンスがチームとして連携して動作するように調整します。共有タスク、エージェント間メッセージング、一元管理を備えています。 エージェントチームは実験的機能であり、デフォルトでは無効です。CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS を settings.json または環境に追加して有効にしてください。エージェントチームには、セッション再開、タスク調整、シャットダウン動作に関する 既知の制限 があります。 エージェントチームを使用すると、複数の Claude Code インスタンスが連携して動作するように調整できます。1 つのセッションがチームリーダーとして機能し、作業を調整し、タスクを割り当て、結果を統合します。チームメンバーは独立して動作し、それぞれ独自のコンテキストウィンドウで作業し、互いに直接通信します。 単一セッショ
Coordinate multiple Claude Code instances working together as a team, with shared tasks, inter-agent messaging, and centralized management. Agent teams are experimental and disabled by default. Enable them by adding CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS to your settings.json or environment. Agent teams have known limitations around session resumption, task coordination, and shutdown behavior. Agent
Tips and patterns for getting the most out of Claude Code, from configuring your environment to scaling across parallel sessions. Claude Code is an agentic coding environment. Unlike a chatbot that answers questions and waits, Claude Code can read your files, run commands, make changes, and autonomously work through problems while you watch, redirect, or step away entirely. This changes how you wo
Claude Code works best when your terminal is properly configured. Follow these guidelines to optimize your experience. Themes and appearance Claude cannot control the theme of your terminal. That’s handled by your terminal application. You can match Claude Code’s theme to your terminal any time via the /config command. For additional customization of the Claude Code interface itself, you can confi
Claude Codeで特化したAIサブエージェントを作成・使用して、タスク固有のワークフローとコンテキスト管理を改善します。 Claude Codeのカスタムサブエージェントは、特定の種類のタスクを処理するために呼び出すことができる特化したAIアシスタントです。タスク固有の設定、カスタマイズされたシステムプロンプト、ツール、および独立したコンテキストウィンドウを提供することで、より効率的な問題解決を実現します。 サブエージェントとは? サブエージェントは、Claude Codeがタスクを委譲できる事前設定されたAIパーソナリティです。各サブエージェント: 特定の目的と専門分野を持っています メイン会話とは別の独立したコンテキストウィンドウを使用します 使用を許可された特定のツールで設定できます その動作をガイドするカスタムシステムプロンプトを含みます Claude Codeがサブエージェ
システム要件 オペレーティングシステム: macOS 13.0+、Ubuntu 20.04+/Debian 10+、または Windows 10+(WSL 1、WSL 2、または Git for Windows を使用) ハードウェア: 4 GB 以上の RAM ネットワーク: インターネット接続が必要です(ネットワーク設定を参照) シェル: Bash または Zsh で最適に動作します 場所: Anthropic がサポートしている国
Learn how Claude Code’s sandboxed bash tool provides filesystem and network isolation for safer, more autonomous agent execution. Overview Claude Code features native sandboxing to provide a more secure environment for agent execution while reducing the need for constant permission prompts. Instead of asking permission for each bash command, sandboxing creates defined boundaries upfront where Clau
Create, manage, and share skills to extend Claude’s capabilities in Claude Code. Includes custom slash commands. Skills extend what Claude can do. Create a SKILL.md file with instructions, and Claude adds it to its toolkit. Claude uses skills when relevant, or you can invoke one directly with /skill-name. For built-in commands like /help and /compact, see interactive mode.Custom slash commands hav
Create and use specialized AI subagents in Claude Code for task-specific workflows and improved context management. Subagents are specialized AI assistants that handle specific types of tasks. Each subagent runs in its own context window with a custom system prompt, specific tool access, and independent permissions. When Claude encounters a task that matches a subagent’s description, it delegates
エージェント スキルとは エージェント スキルは、専門知識を発見可能な機能にパッケージ化します。各スキルは、Claude が関連する場合に読む指示を含む SKILL.md ファイルと、スクリプトやテンプレートなどのオプションのサポート ファイルで構成されています。 スキルの呼び出し方法: スキルはモデル呼び出しです。Claude はリクエストとスキルの説明に基づいて、自律的にいつスキルを使用するかを決定します。これはスラッシュ コマンドとは異なります。スラッシュ コマンドはユーザー呼び出しです(明示的に /command と入力してトリガーします)。 利点: 特定のワークフロー用に Claude の機能を拡張 git を通じてチーム全体で専門知識を共有 反復的なプロンプトを削減 複雑なタスク用に複数のスキルを組み合わせる 詳細については、エージェント スキルの概要を参照してください。
matcher: ツール名にマッチするパターン、大文字小文字を区別します(PreToolUse、PermissionRequest、およびPostToolUseにのみ適用) 単純な文字列は完全にマッチします:WriteはWriteツールのみにマッチします 正規表現をサポートします:Edit|WriteまたはNotebook.* *を使用してすべてのツールにマッチします。空の文字列("")を使用することもできます、またはmatcherを空白のままにしておくことができます。 hooks: パターンがマッチしたときに実行するhooksの配列 type: Hook実行タイプ - bashコマンドの場合は"command"、LLMベースの評価の場合は"prompt" command: (type: "command"の場合)実行するbashコマンド($CLAUDE_PROJECT_DIR環境変数を使
セッションIDでclaude.aiからリモートセッションを再開するか、ピッカーを開く(claude.aiサブスクライバー)
リファレンスdevcontainerセットアップと関連するDockerfileは、そのまま使用することも、ニーズに合わせてカスタマイズすることもできる事前設定済みの開発コンテナを提供します。このdevcontainerはVisual Studio Code Dev Containers拡張機能および同様のツールと連携します。 コンテナの強化されたセキュリティ対策(分離とファイアウォールルール)により、claude --dangerously-skip-permissionsを実行して権限プロンプトをバイパスし、無人操作を行うことができます。 devcontainerは実質的な保護を提供していますが、すべての攻撃に完全に耐性のあるシステムはありません。 --dangerously-skip-permissionsで実行する場合、devcontainerはClaude Codeの認証情報を含む
matcher: Pattern to match tool names, case-sensitive (only applicable for PreToolUse, PermissionRequest, and PostToolUse) Simple strings match exactly: Write matches only the Write tool Supports regex: Edit|Write or Notebook.* Use * to match all tools. You can also use empty string ("") or leave matcher blank. hooks: Array of hooks to execute when the pattern matches type: Hook execution type - "c
Control Claude’s behavior during an interactive session with slash commands.
このクイックスタートガイドにより、わずか数分でAI搭載のコーディング支援を使用できるようになります。最後には、一般的な開発タスクにClaude Codeを使用する方法を理解できます。
このドキュメント内の各タスクには、明確な指示、コマンド例、およびベストプラクティスが含まれており、Claude Codeを最大限に活用するのに役立ちます。
Learn how to connect Claude Code to your tools with the Model Context Protocol. Claude Code can connect to hundreds of external tools and data sources through the Model Context Protocol (MCP), an open source standard for AI-tool integrations. MCP servers give Claude Code access to your tools, databases, and APIs. What you can do with MCP With MCP servers connected, you can ask Claude Code to: Impl
Configure Claude Code with global and project-level settings, and environment variables. Claude Code offers a variety of settings to configure its behavior to meet your needs. You can configure Claude Code by running the /config command when using the interactive REPL, which opens a tabbed Settings interface where you can view status information and modify configuration options. Configuration scop
Learn about the Claude Code development container for teams that need consistent, secure environments. The reference devcontainer setup and associated Dockerfile offer a preconfigured development container that you can use as is, or customize for your needs. This devcontainer works with the Visual Studio Code Dev Containers extension and similar tools. The container’s enhanced security measures (i
We couldn't find the page. Maybe you were looking for one of these pages below?
Learn how to manage Claude Code’s memory across sessions with different memory locations and best practices.
異なるメモリロケーションとベストプラクティスを使用して、セッション間でClaude Codeのメモリを管理する方法を学びます。
Claude Code は、ニーズに合わせて動作を構成するためのさまざまな設定を提供します。インタラクティブ REPL を使用する際に /config コマンドを実行することで Claude Code を構成でき、ステータス情報を表示し、構成オプションを変更できるタブ付き設定インターフェースが開きます。 構成スコープ Claude Code はスコープシステムを使用して、構成が適用される場所と共有される相手を決定します。スコープを理解することで、個人使用、チーム協力、またはエンタープライズ展開のために Claude Code を構成する方法を決定するのに役立ちます。
Step-by-step guides for exploring codebases, fixing bugs, refactoring, testing, and other everyday tasks with Claude Code. This page covers practical workflows for everyday development: exploring unfamiliar code, debugging, refactoring, writing tests, creating PRs, and managing sessions. Each section includes example prompts you can adapt to your own projects. For higher-level patterns and tips, s
Claude Codeについて学びましょう。Anthropicのエージェント型コーディングツールで、ターミナルに統合され、アイデアをこれまで以上に速くコードに変えるのに役立ちます。
次のページ
このページを最初にブックマークしてみませんか?
『code.claude.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く