記事一覧へ
お気に入りの隠れた使われていないClaude Code機能を共有します。最もよく使うものに絞ります。
1/ モバイルアプリ:Claude Codeにはモバイルアプリがあります。iOS/Android用Claudeアプリをダウンロード → 左側のCodeタブ。
2/ Teleport:セッションをモバイル/ウェブ/デスクトップとターミナル間で移動。`claude --teleport`または`/teleport`でクラウドセッションをマシンで継続。
3/ /loopと/schedule:Claude Codeの最も強力な機能の2つ。最長1週間、設定した間隔でClaudeが自動的に実行するようにスケジュール設定。
4/ Hooks:エージェントライフサイクル内で確定的にロジックを実行:SessionStart、PreToolUse、PermissionRequest、Stop。
5/ Cowork Dispatch:コーディング以外の知識労働のためのClaude Codeパワー。
6/ フロントエンド作業用Chrome拡張機能:最重要ヒント:Claudeにアウトプットを検証する方法を与えてください。
7/ デスクトップアプリ:組み込みブラウザでウェブサーバーを自動起動・テスト。
8/ セッションのフォーク:セッションから/branch、またはCLIから`claude --resume <session-id> --fork-session`。
9/ /btw:エージェントが作業中にサイドクエリに使用。
10/ git worktree:同じリポジトリでの並列作業を深くサポート。
11/ /batch:大きな変更セットを数十〜数千のworktreeエージェントに分散。
12/ --bare:ローカルCLAUDE.md、設定、MCP探索をスキップしてSDK起動を最大10倍高速化。
13/ --add-dir:複数のリポジトリで作業する時に追加フォルダへのアクセス付与。
14/ --agent:カスタムシステムプロンプトとツールをClaude Codeに付与。
15/ /voice:音声入力を有効化。ほとんどのコーディングを声でClaudeに話しかけて行っています。

claude-setupclaude-workflowharness-design
Claude Codeの隠れた便利機能15選
♥ 21,716↻ 2,732🔖 49,504👁 3,363,365
原文を表示 / Show original
I wanted to share some of my favorite hidden and underused Claude Code features. I'll focus on the ones I use the most.
1/ Mobile App: Did you know Claude Code has a mobile app? Download the Claude app for iOS/Android > Code tab on the left.
2/ Teleport — Move sessions between mobile/web/desktop and terminal. Run `claude --teleport` or `/teleport` to continue a cloud session on your machine.
3/ /loop and /schedule — Two of Claude Code's most powerful features. Use these to schedule Claude to run automatically at set intervals for up to a week.
4/ Hooks — Use hooks to run logic deterministically within the agent lifecycle: SessionStart, PreToolUse, PermissionRequest, Stop.
5/ Cowork Dispatch — Claude Code power for knowledge work beyond coding.
6/ Chrome Extension for Frontend Work — The most important tip: give Claude a way to verify its output. It tends to be more reliable than other similar MCPs.
7/ Desktop App — Auto start and test your web server with a built-in browser.
8/ Fork Sessions — /branch from a session or `claude --resume <session-id> --fork-session` from CLI.
9/ /btw — Use for side queries while the agent is working.
10/ git worktree — Deep support for parallel work across the same repo. Use `claude -w` to start a new session in a worktree.
11/ /batch — Distribute large changesets across tens, hundreds, or thousands of worktree agents.
12/ --bare — Speed up SDK startup by up to 10x by skipping local CLAUDE.md, settings, and MCP discovery.
13/ --add-dir — Give Claude access to more folders when working across multiple repos.
14/ --agent — Give Claude Code custom system prompts and tools. Define in .claude/agents, run with `claude --agent=<name>`.
15/ /voice — Enable voice input. Fun fact: I do most of my coding by talking to Claude. Not typing.