claude-config banner
anthropics anthropics

claude-config

Development community intermediate

Description

[![npm]](https://www.npmjs.com/package/@anthropic-ai/claude-code)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for anthropics/claude-code, shared by 4 entries in this directory. It describes the repository, not this entry specifically.

Claude Code

[![npm]](https://www.npmjs.com/package/@anthropic-ai/claude-code)

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands. Use it in your terminal, IDE, or tag @claude on Github.

**Learn more in the [official documentation](https://code.claude.com/docs/en/overview)**.

Get started

[!NOTE] Installation via npm is deprecated. Use one of the recommended methods below.

For more installation options, uninstall steps, and troubleshooting, see the [setup documentation](https://code.claude.com/docs/en/setup).

  1. Install Claude Code:

    **MacOS/Linux (Recommended):**

    curl -fsSL https://claude.ai/install.sh | bash

    **Homebrew (MacOS/Linux):**

    brew install --cask claude-code

    **Windows (Recommended):**

    irm https://claude.ai/install.ps1 | iex

    **WinGet (Windows):**

    winget install Anthropic.ClaudeCode

    **NPM (Deprecated):**

    npm install -g @anthropic-ai/claude-code
  2. Navigate to your project directory and run `claude`.

Plugins

This repository includes several Claude Code plugins that extend functionality with custom commands and agents. See the [plugins directory](./plugins/README.md) for detailed documentation on available plugins.

Reporting Bugs

We welcome your feedback. Use the `/bug` command to report issues directly within Claude Code, or file a [GitHub issue](https://github.com/anthropics/claude-code/issues).

Connect on Discord

Join the [Claude Developers Discord](https://anthropic.com/discord) to connect with other developers using Claude Code. Get help, share feedback, and discuss your projects with the community.

...