サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
GWの過ごし方
code.claude.com
Run a deep, multi-agent code review in the cloud with /ultrareview to find and verify bugs before you merge. Documentation IndexFetch the complete documentation index at: https://code.claude.com/docs/llms.txt Use this file to discover all available pages before exploring further. Ultrareview is a research preview feature available in Claude Code v2.1.86 and later. The feature, pricing, and availab
Put Claude Code on autopilot. Define routines that run on a schedule, trigger on API calls, or react to GitHub events from Anthropic-managed cloud infrastructure. Documentation IndexFetch the complete documentation index at: https://code.claude.com/docs/llms.txt Use this file to discover all available pages before exploring further. A routine is a saved Claude Code configuration: a prompt, one or
Start a plan from your CLI, draft it on Claude Code on the web, then execute it remotely or back in your terminal Ultraplan is in research preview and requires Claude Code v2.1.91 or later. Behavior and capabilities may change based on feedback. Ultraplan hands a planning task from your local CLI to a Claude Code on the web session running in plan mode. Claude drafts the plan in the cloud while yo
Use channels to push messages, alerts, and webhooks into your Claude Code session from an MCP server. Forward CI results, chat messages, and monitoring events so Claude can react while you’re away. Channels are in research preview and require Claude Code v2.1.80 or later. They require claude.ai login. Console and API key authentication is not supported. Team and Enterprise organizations must expli
Agent SDK は、Claude Code を支える同じツール、エージェントループ、およびコンテキスト管理を提供します。スクリプトと CI/CD 用の CLI として、または完全なプログラムによる制御のための Python および TypeScript パッケージとして利用できます。
Complete reference for keyboard shortcuts, input modes, and interactive features in Claude Code sessions. Keyboard shortcuts may vary by platform and terminal. Press ? to see available shortcuts for your environment.macOS users: Option/Alt key shortcuts (Alt+B, Alt+F, Alt+Y, Alt+M, Alt+P) require configuring Option as Meta in your terminal: iTerm2: settings → Profiles → Keys → set Left/Right Optio
Scheduled tasks require Claude Code v2.1.72 or later. Check your version with claude --version. Scheduled tasks let Claude re-run a prompt automatically on an interval. Use them to poll a deployment, babysit a PR, check back on a long-running build, or remind yourself to do something later in the session. To react to events as they happen instead of polling, see Channels: your CI can push the fail
Remote Control はすべてのプランで利用可能です。Team および Enterprise 管理者は、まず 管理設定 で Claude Code を有効にする必要があります。 Remote Control は claude.ai/code または iOS および Android 用の Claude アプリをマシン上で実行されている Claude Code セッションに接続します。デスクで作業を開始し、ソファのスマートフォンまたは別のコンピュータのブラウザから続行できます。 マシン上で Remote Control セッションを開始すると、Claude はローカルで実行され続けるため、何もクラウドに移動しません。Remote Control を使用すると、以下のことができます。 ローカル環境全体をリモートで使用する: ファイルシステム、MCP servers、ツール、プロジェクト設
Continue a local Claude Code session from your phone, tablet, or any browser using Remote Control. Works with claude.ai/code and the Claude mobile app. Documentation IndexFetch the complete documentation index at: https://code.claude.com/docs/llms.txt Use this file to discover all available pages before exploring further. Remote Control is in research preview and available on all plans. On Team an
Configure a custom status bar to monitor context window usage, costs, and git status in Claude Code The status line is a customizable bar at the bottom of Claude Code that runs any shell script you configure. It receives JSON session data on stdin and displays whatever your script prints, giving you a persistent, at-a-glance view of context usage, costs, git status, or anything else you want to tr
環境設定から並列セッションでのスケーリングまで、Claude Code を最大限に活用するためのヒントとパターン。 Claude Code は agentic coding 環境です。質問に答えて待つチャットボットとは異なり、Claude Code はファイルを読み取り、コマンドを実行し、変更を加え、あなたが見守ったり、方向を変えたり、完全に任せたりしながら、自律的に問題を解決できます。 これはあなたの作業方法を変えます。自分でコードを書いて Claude にレビューしてもらう代わりに、やりたいことを説明すると Claude がそれをどのように構築するかを考え出します。Claude は探索し、計画し、実装します。 しかし、この自律性にも学習曲線があります。Claude は理解する必要がある特定の制約の中で動作します。 このガイドでは、Anthropic の内部チームと、様々なコードベース、
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 on desktop (Preview) The Claude desktop app provides a native interface for running multiple Claude Code sessions on your local machine and seamless integration with Claude Code on the web. Features Claude Code on desktop provides: Parallel local sessions with git worktrees: Run multiple Claude Code sessions simultaneously in the same repository, each with its own isolated git worktree
Claude Codeで特化したAIサブエージェントを作成・使用して、タスク固有のワークフローとコンテキスト管理を改善します。 Claude Codeのカスタムサブエージェントは、特定の種類のタスクを処理するために呼び出すことができる特化したAIアシスタントです。タスク固有の設定、カスタマイズされたシステムプロンプト、ツール、および独立したコンテキストウィンドウを提供することで、より効率的な問題解決を実現します。 サブエージェントとは? サブエージェントは、Claude Codeがタスクを委譲できる事前設定されたAIパーソナリティです。各サブエージェント: 特定の目的と専門分野を持っています メイン会話とは別の独立したコンテキストウィンドウを使用します 使用を許可された特定のツールで設定できます その動作をガイドするカスタムシステムプロンプトを含みます Claude Codeがサブエージェ
Claude Code のシステム要件、プラットフォーム固有のインストール、バージョン管理、およびアンインストール。 このページでは、システム要件、プラットフォーム固有のインストール詳細、更新、およびアンインストールについて説明します。初回セッションのガイド付きウォークスルーについては、クイックスタートを参照してください。ターミナルを使用したことがない場合は、ターミナルガイドを参照してください。 システム要件 Claude Code は以下のプラットフォームと構成で実行されます。 オペレーティングシステム: macOS 13.0 以上 Windows 10 1809 以上または Windows Server 2019 以上 Ubuntu 20.04 以上 Debian 10 以上 Alpine Linux 3.19 以上 ハードウェア: 4 GB 以上の RAM ネットワーク: インターネ
Claude Code 拡張機能を VS Code にインストールして設定します。インラインの差分表示、@-メンション、プラン確認、キーボードショートカットを使用した AI コーディング支援を取得します。 VS Code 拡張機能は、Claude Code 用のネイティブグラフィカルインターフェースを提供し、IDE に直接統合されています。これは VS Code で Claude Code を使用する推奨方法です。 この拡張機能を使用すると、Claude のプランを受け入れる前に確認および編集でき、編集が行われるときに自動的に受け入れることができ、選択範囲から特定の行範囲を持つファイルを @-メンションでき、会話履歴にアクセスでき、複数の会話を別々のタブまたはウィンドウで開くことができます。 前提条件 インストール前に、以下があることを確認してください。 VS Code 1.98.0 以上
Claude Code on the web とは何ですか? Claude Code on the web により、開発者は Claude アプリから Claude Code を開始できます。これは以下に最適です: 質問への回答: コードアーキテクチャと機能の実装方法について質問する バグ修正と定型タスク: 頻繁な操舵が不要な明確に定義されたタスク 並列作業: 複数のバグ修正を並列で処理する ローカルマシンにないリポジトリ: ローカルにチェックアウトしていないコードで作業する バックエンド変更: Claude Code がテストを書き、その後そのテストに合格するコードを書く場合 Claude Code は Claude iOS アプリでも利用可能です。これは以下に最適です: 移動中: 通勤中やノートパソコンから離れている間にタスクを開始する 監視: エージェントの作業の軌跡を監視し、操舵す
System requirements, platform-specific installation, version management, and uninstallation for Claude Code. This page covers system requirements, platform-specific installation details, updates, and uninstallation. For a guided walkthrough of your first session, see the quickstart. If you’ve never used a terminal before, see the terminal guide. System requirements Claude Code runs on the followin
Configure cloud environments, setup scripts, network access, and Docker in Anthropic’s sandbox. Move sessions between web and terminal with --remote and --teleport. Claude Code on the web is in research preview for Pro, Max, and Team users, and for Enterprise users with premium seats or Chat + Claude Code seats. Claude Code on the web runs tasks on Anthropic-managed cloud infrastructure at claude.
Claude Code のサンドボックス化された bash ツールがファイルシステムとネットワークの分離を提供し、より安全で自律的なエージェント実行を実現する方法について学びます。 概要 Claude Code はネイティブサンドボックス機能を備えており、エージェント実行のためのより安全な環境を提供しながら、継続的な許可プロンプトの必要性を軽減します。各 bash コマンドの実行許可を求める代わりに、サンドボックス化により事前に定義された境界が作成され、Claude Code はリスクを軽減しながらより自由に動作できます。 サンドボックス化された bash ツールは OS レベルのプリミティブを使用して、ファイルシステムとネットワークの両方の分離を実施します。 サンドボックス化が重要な理由 従来の許可ベースのセキュリティでは、bash コマンドごとに継続的なユーザー承認が必要です。これは制
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 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. Use one when a side task would flood your main conversation with search results, logs, or file contents you won’t reference again: the subagent does that work in its own context and returns only the summary.
エージェント スキルとは エージェント スキルは、専門知識を発見可能な機能にパッケージ化します。各スキルは、Claude が関連する場合に読む指示を含む SKILL.md ファイルと、スクリプトやテンプレートなどのオプションのサポート ファイルで構成されています。 スキルの呼び出し方法: スキルはモデル呼び出しです。Claude はリクエストとスキルの説明に基づいて、自律的にいつスキルを使用するかを決定します。これはスラッシュ コマンドとは異なります。スラッシュ コマンドはユーザー呼び出しです(明示的に /command と入力してトリガーします)。 利点: 特定のワークフロー用に Claude の機能を拡張 git を通じてチーム全体で専門知識を共有 反復的なプロンプトを削減 複雑なタスク用に複数のスキルを組み合わせる 詳細については、エージェント スキルの概要を参照してください。
Create, manage, and share skills to extend Claude’s capabilities in Claude Code. Includes custom commands and bundled skills. 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. Create a skill when you keep pasting the same playbook, checklist, or multi-step
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環境変数を使
次のページ
このページを最初にブックマークしてみませんか?
『code.claude.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く