サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
2025年ランキング
code.claude.com
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 10.15+、Ubuntu 20.04+/Debian 10+、または Windows 10+(WSL 1、WSL 2、または Git for Windows を使用) ハードウェア: 4GB 以上の RAM ソフトウェア: Node.js 18+(NPM インストールの場合のみ必須) ネットワーク: 認証と AI 処理に必要なインターネット接続 シェル: Bash、Zsh、Fish で最適に動作 場所: 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. This guide shows you how to create, use, and manage Agent Skills in Claude Code. For background on how Skills work across Claude products, see What are Skills?. A Skill is a markdown file that teaches Claude how to do something specific: reviewing PRs using your team’s standards, generating commit messages in your pre
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 を構成する方法を決定するのに役立ちます。
Each task in this document includes clear instructions, example commands, and best practices to help you get the most from Claude Code.
Claude Codeについて学びましょう。Anthropicのエージェント型コーディングツールで、ターミナルに統合され、アイデアをこれまで以上に速くコードに変えるのに役立ちます。
Install and configure the Claude Code extension for VS Code. Get AI coding assistance with inline diffs, @-mentions, plan review, and keyboard shortcuts. The VS Code extension provides a native graphical interface for Claude Code, integrated directly into your IDE. This is the recommended way to use Claude Code in VS Code. With the extension, you can review and edit Claude’s plans before accepting
Claude Code GitHub Actionsは、GitHub ワークフローにAIを活用した自動化をもたらします。任意のPRまたはissueで@claudeと言及するだけで、Claudeはコードを分析し、プルリクエストを作成し、機能を実装し、バグを修正できます。すべてプロジェクトの標準に従いながら。 Claude Code GitHub ActionsはClaude Code SDKの上に構築されており、Claude Codeをアプリケーションにプログラムで統合できます。SDKを使用して、GitHub Actions以外のカスタム自動化ワークフローを構築できます。 Claude Opus 4.5が利用可能になりました。 Claude Code GitHub Actionsはデフォルトでsonnnetを使用します。Opus 4.5を使用するには、modelパラメータをclaude-op
次のページ
このページを最初にブックマークしてみませんか?
『code.claude.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く