513件の用語
Claude Code CLI install。1) Anthropic Console signup (console.anthropic.com・$5 free credit) ・2) Claude.ai login (Pro/Max subscription required for free CLI usage)・3) Mac install: brew install anthropic/claude/claude-code or curl -fsSL https://claude.ai/install.sh | bash・4) Win install: winget install Anthropic.ClaudeCode・5) Linux install: curl install script・6) cd project → claude (CLI launch)・7) /init で CLAUDE.md自動生成(プロジェクト規約)・8) Daily work: 自然言語タスク依頼・9) /clear conversation reset・10) /loop interval recurring・11) /agents Subagent管理・12) Settings: ~/.claude/settings.json (theme・keybindings・hooks)・13) MCP server接続: settings.json mcpServers section・Cost: Pro $20/Max $100-200/API pay-as-go・Mac/Win/Linux full支援・2026年 Terminal-first development tool定番。
AI Code editor 2026年比較。Claude Code(Anthropic公式 CLI・$20/$100/$200 Max・MCP統合・Skills/Hooks・Subagents・Terminal-first・Mac/Win/Linux・最新Claude Opus 4.7・Computer Use)・Cursor IDE(VS Code fork・$20/$40・Composer/Tab/Chat・Claude Sonnet/Opus/GPT-4o選択・@Docs/@Codebase)・Windsurf(Codeium・$15/$60・Cascade Agent・Claude/GPT・MCP対応)・Zed(OSS・Rust・MCP native・Claude統合)・Continue.dev(VS Code Extension・OSS・MCP)・GitHub Copilot Workspace(Microsoft・$10-39)・選択: Terminal自由 = Claude Code / IDE = Cursor / Mid budget = Windsurf・2026年 三強並立。
Claude Code Customization。Settings file: .claude/settings.json(project)・~/.claude/settings.json(user)・Theme: dark/light/auto・Status Line設定・Keybindings: ~/.claude/keybindings.json・Vim mode: /vim toggle(modal editing・i/Esc切替)・Permission mode: ask/allow/deny・Hooks設定: .claude/hooks.json (PreToolUse/PostToolUse/UserPromptSubmit)・Hooks例: lint auto on Edit・test auto on Write・notification on Stop・MCP server: mcpServers in settings.json・Custom Skills: .claude/commands/*.md・Personal Skills: ~/.claude/commands/*.md・/help command・Tools allowed-tools restriction・/agents Subagent管理・/clear conversation reset・/loop interval task・2026年 Custom workflow確立で生産性飛躍。
Anthropic公式AI coding Agent CLI。claude.ai/code・Claude Opus 4/Sonnet 4.5 backend・ファイル編集・Bash実行・Git操作・MCP拡張・Subagent・Hooks・Skills・Plan Mode・Background Tasks・Deep Research・Canvas対応、2026年Aider/Codex CLI/Gemini CLI競合、Pro/Max $20/$100/$200 plan無料化機会も提供。
Claude Code CLI機能(2024-2026年)。Slash commands(/init /clear /loop /schedule・user-definable .claude/commands/*.md)・Skills(stateful workflows・projectSettings:skill-name・declarative YAML+MD)・Hooks(PreToolUse/PostToolUse/UserPromptSubmit・bash script実行)・Subagents(general-purpose/Explore/Plan等)・MCP integration(filesystem/github/puppeteer)・Settings(.claude/settings.json per project)・/vim editor・Permissions mode(ask/allow/deny)・2026年 ReadCodebase+Write+Execute 自律編集。
Claude Code Custom Skill共有方法。Personal Skills: ~/.claude/commands/*.md(個人専用・全project共通)・Project Skills: .claude/commands/*.md(project local・git commit可能・チーム共有)・Skill format: Markdown + YAML frontmatter(name/description/argument-hint)・Argument support($ARGUMENTS placeholder)・Tool restriction(allowed-tools)・MCP integration可・Skill repos: anthropic-skills(Anthropic公式・GitHub)・community curated lists・Smithery類似 marketplace future・Cursor Custom Modes類似・Use cases: glossary-batch・article-batch・code-review・doc-update・perf-audit・cleanup-audit・自作Skill 30min create・2026年 Skills市場拡大。
Custom Skill作成 step-by-step。1) `.claude/commands/my-skill.md` 新規作成・2) YAML frontmatter書く: --- description: "短い説明" allowed-tools: [Bash, Read, Edit] argument-hint: "<arg>" ---・3) Markdown body書く・4) `$ARGUMENTS` 引数 placeholder・5) Tool restriction(allowed-tools array)・6) MCP server参照可・7) `/my-skill argument` で実行・8) Test in Claude Code conversation・9) git commit `.claude/commands/`(プロジェクト共有可)・10) ~/.claude/commands/(personal専用)・実例: glossary-batch・article-batch・perf-audit・doc-update・Examples: anthropic-skills GitHub repo・2026年 Personal Skills shipping時代、production workflow革新。
Claude Code Best Practices(2026年)。CLAUDE.md project root置く(プロジェクト規約・架構記述)・~/.claude/CLAUDE.md(personal preferences)・/init slash command で CLAUDE.md自動生成・/clear conversation reset・/loop 1h 自律cron運用・/agents Subagents活用(Explore/Plan/Codereview)・MCP server接続(Github/Slack/Postgres)・Custom Skills (.claude/commands/*.md)・Hooks(PreToolUse/PostToolUse・auto format/lint)・Memory tool(persistent session memory)・Context window 1M utilize(200k context以下推奨)・Cost管理: Opus heavy/Sonnet daily・2026年 Claude Code 標準開発tool。
Claude Code Real Project Workflow例。1) Project setup: cd project・claude(launch CLI)・/init で CLAUDE.md自動生成(規約/architecture記述)・2) Daily work: 自然言語でタスク依頼("add login feature")・Claude探索→設計→Implementation→Test→Commit suggest・3) Multi-file edit: Subagent Explore起動→codebase調査→Plan提案・4) Long task: /loop 1h で自律cron・継続改善・5) Review: subagent code-review起動・separate context独立判定・6) MCP server接続: GitHub/Slack/Postgres相当・7) Hooks: PreToolUse でlint auto・PostToolUse でtest auto・8) Memory: Persistent context across sessions・9) Cost管理: Sonnet 4.6 daily / Opus 4.7 complex・2026年 production tool化進行。
Anthropic Computer Use(2024年10月Beta)。Claude Sonnet 3.5/4.6/Opus 4.7 capability・GUI Automation(クリック/スクロール/タイプ・screenshot解析+Action plan)・Bash tool(shell command実行)・Edit tool(file編集)・Python tool(code実行)・docker container推奨環境(Anthropic-Quickstart)・OpenAI Operator(2025年1月)/CUA・Adept ACT-1 legacy・Browser Use($0 OSS Python・Playwright)・Self-driving agent task・Privacy/Security重要・2026年 Claude Code Computer Use統合、エンタープライズ自動化拡大。
Claude Code Skills(2025年-)。Skills(stateful workflow・projectSettings:skill-name・YAML+Markdown declarative・$0 OSS)・Personal Skills(~/.claude/skills/)・Project Skills(.claude/commands/)・Examples: glossary-batch・article-batch・doc-audit・uiux-review・perf-audit・cleanup-audit・自作Skill Markdown 1file定義・Argument support($ARGUMENTS)・Tool restriction可・MCP integration可・Anthropic公式 Skills repo(GitHub)・Community Skills exchange(Smithery類似 future)・Cursor Custom Modes類似・2026年 Skills市場拡大、Workflow共有化進行。
Anthropic Claude Codeのプラグイン機能(2025年)。Markdownでスキル定義、グローバル/プロジェクト/プラグイン3層配置。再利用可能ワークフロー実装。
Anthropic製エージェント拡張スキル。Claude Skills(2025年10月・md + script構造)・Plugin system・MCP integration・Subagents機能(Task tool)・Claude Agent SDK hook system・Memory system(persistent profile)・Custom slash commands・CLAUDE.md project settings・Anthropic Quickstart templates・Claude Code Actions workflow対応、2026年Pro/Team/Enterprise plan差別化。
Anthropic Claude最新Coding能力。Claude Sonnet 4.6 (200k Context・$3/$15/M tokens)・Claude Opus 4.7 (1M Context Tier 4・$15/$75/M tokens)・Computer Use・Tool Use Improvement・Citations・Files API・Prompt Caching (90% Cost Reduction)・Batch API (50% off)・SWE-Bench Verified Sonnet 49.3%・Computer Use 22.0%・Claude Code (CLI Beta)・¥¥¥¥¥/月、2026年Claude Code GA+Sonnet 5予告。
Anthropic Claude組織plan。Claude Pro($20/mo・Individual・5x more usage)・Claude Max 5x($100/mo・$5x Pro)・Claude Max 20x($200/mo・$20x Pro)・Claude Teams($30/user/mo・5+ user min・shared Projects・admin console・higher rate limit)・Claude Enterprise(Custom pricing・SSO/SCIM・Audit log・Custom data retention・SOC 2 II・GDPR/HIPAA・dedicated support)・Compliance: SOC 2 Type II・GDPR・CCPA・HIPAA(Enterprise)・Bedrock/Vertex AI integrate・2026年 Enterprise SOC 2 Type II + AWS Bedrock 普及、$10M+ deal Anthropic拡大。
Anthropic Claude Haiku 4.5(2025年10月・claude-haiku-4-5-20251001)。Pricing $0.80/$4 per Mtok(Sonnet 4.6 $3/$15比 -73%)・速度 Sonnet 4.6比 2x faster・Latency低(Voice/Realtime用途)・Vision capability(Sonnet並み)・Tool Use sufficient・Computer Use対応・1M context 4.7 Opus同期予想2026年・代用途: Customer support bot・Translation・Light coding・Simple Q&A・Anthropic SDK haiku-4-5指定・Bedrock/Vertex AI対応・OpenAI GPT-4o mini($0.15/$0.60)競合・2026年 Cost-effective AI 主流。
Anthropic Batch API(2024年10月-)。50% pricing割引(All Claude models・Opus 4.7 input $7.50/$37.5・Sonnet $1.50/$7.50)・24h max processing time(typical few min - hour)・JSONL format request(custom_id + body per line)・1万 request/batch max・100k batch active limit・Files API 100MB上限内・Compatible Tool Use/Vision/PDF・Use cases: Document summarization・Data extraction・Bulk translation・Mass image OCR・Glossary/Article batch generation・OpenAI Batch API同等(50% off・24h)・Bedrock/Vertex AI native支援・2026年 Cost optimization 必須機能、large-scale processing定番。
Claude Vision capability(2024年-)。Sonnet 3.5以降・Opus 4.7 image understanding・Multi-image batch(20 image max)・PDF native(2024年12月・100page max・5MB max・テキスト+image抽出)・Image format JPEG/PNG/GIF/WebP対応・Max 1568x1568px(downsample)・OCR精度高(handwriting含む)・Diagram/Chart理解・Math equation LaTeX出力・Code screenshot解析・Application Use cases: 領収書OCR・論文要約・Mockup→Code・スクショdebug・Vision input cost: image size依存(1568x1568≈1.6k token)・2026年 Vision必須機能、ChatGPT Operator/Computer Use併設。
Anthropic Claude API高度機能(2024-2025年)。Files API(2024年12月・PDF/Image/Word/CSV/TXT upload・Conversation worth attach・100MB max・docs/月10000 file)・Citations(Document chunk参照・Claude応答内 inline citation・hallucination減)・Vision(image understanding・Sonnet 3.5以降)・PDF Beta支援(2024年・Sonnet 3.5・Opus 4.7 native)・Document repository upload→RAG simulate・AWS Bedrock Claude Anthropic counter feature・Anthropic SDK Python/TypeScript/Go integration・2026年 Files API + Citations RAG代替で長文document handling簡素化。
Anthropic が 2025 年に公開した Claude シリーズの第 4 世代。Claude 4 Opus、Sonnet、Haiku の 3 モデルで構成され、コーディング能力と長文処理に特化した次世代 LLM。