Add anthropic/claude-code docs (CLI) - #297
Open
kargarisaac wants to merge 1 commit into
Open
Conversation
Curated reference for Claude Code, the agentic coding CLI (v2.1.190): install, the .claude directory layout, CLAUDE.md memory, settings.json (permission rule syntax), permission modes, hooks schema, subagents, MCP servers (claude mcp add / .mcp.json), and skills/slash-commands. Sourced from https://code.claude.com/docs/llms.txt. Slots in alongside the existing anthropic/claude-api and anthropic/package entries. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a curated
anthropic/claude-codedoc entry for Claude Code, the CLI (singlebashlanguage variant). Slots in alongside the existinganthropic/claude-apiandanthropic/packageentries.Why
The existing
anthropic/*entries cover the Claude API/SDK (calling models in code) and the Python package, but not the Claude Code CLI tool itself. This fills that gap: how to configure and extend Claude Code.Covers the ~90% case, code-first:
.claudedirectory layout (user vs project vs local scope)CLAUDE.mdmemory hierarchysettings.json— permission rule syntax (deny → ask → allow), hooksdefault/acceptEdits/plan/auto/dontAsk/bypassPermissions)PreToolUse,PostToolUse,Notification…)claude mcp add/.mcp.json), skills/commandsSource
Authored from https://code.claude.com/docs/llms.txt (quickstart, CLI reference, settings, permission-modes, hooks-guide, sub-agents, mcp, skills, memory). Version pinned to the current CLI (2.1.190).
source: community.Validation
🤖 Generated with Claude Code