Content library

18 items
Claude CodeEnglish original

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.

Claude CodeEnglish original

export const SettingsPrecedence = () => { const LEVELS = [{ n: 1, name: 'Managed settings', file: 'managed-settings.json, MDM, or the claude.ai console', who: 'Your organization', w: 390 }, { n: 2, name: 'Com

Claude CodeEnglish original

Plugins let you extend Claude Code with custom functionality that can be shared across projects and teams. This guide covers creating your own plugins with skills, agents, hooks, and MCP servers.

Claude CodeEnglish original

Claude Code is an AI-powered coding assistant that helps you build features, fix bugs, and automate development tasks. It understands your entire codebase and can work across multiple files and tools to get things done.

Claude CodeEnglish original

Each Claude Code session begins with a fresh context window. Two mechanisms carry knowledge across sessions:

Claude CodeEnglish original

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.

Claude CodeEnglish original

Claude Code is an agentic assistant that runs in your terminal. While it excels at coding, it can help with anything you can do from the command line: writing docs, running builds, searching files, researching topics, and more.

Claude CodeEnglish original

<Tip> For a quickstart guide with examples, see Automate actions with hooks. </Tip>

Claude CodeEnglish original

Claude Code combines a model that reasons about your code with built-in tools for file operations, search, execution, and web access. The built-in tools cover most coding tasks. This guide covers the extension layer: features you add to cus

Claude CodeEnglish original

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 i

Claude CodeEnglish original

This quickstart guide will have you using AI-powered coding assistance in a few minutes. By the end, you'll understand how to use Claude Code for common development tasks.

Claude CodeEnglish original

<Warning> Agent teams are experimental and disabled by default. Enable them by setting CLAUDECODEEXPERIMENTALAGENTTEAMS=1 in your settings.json or environment. Without that variable, no team is set up at session start, no team directories