claude-code-tutor 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +315 -0
- package/dist/chunk-A6ZZXTHB.js +65 -0
- package/dist/chunk-OYDUGORC.js +75 -0
- package/dist/cli.js +1362 -0
- package/dist/meta-TZOSLFST.js +13 -0
- package/dist/tutor-memory-M6GNB3LQ.js +19 -0
- package/package.json +61 -0
- package/skills-fallback/cc-agent-teams/SKILL.md +38 -0
- package/skills-fallback/cc-best-practices/SKILL.md +34 -0
- package/skills-fallback/cc-changelog/SKILL.md +20 -0
- package/skills-fallback/cc-channels/SKILL.md +34 -0
- package/skills-fallback/cc-cli-reference/SKILL.md +16 -0
- package/skills-fallback/cc-commands/SKILL.md +12 -0
- package/skills-fallback/cc-common-workflows-ask-claude-about-its-capabilities/SKILL.md +43 -0
- package/skills-fallback/cc-common-workflows-create-pull-requests/SKILL.md +26 -0
- package/skills-fallback/cc-common-workflows-fix-bugs-efficiently/SKILL.md +30 -0
- package/skills-fallback/cc-common-workflows-get-notified-when-claude-needs-your-attention/SKILL.md +95 -0
- package/skills-fallback/cc-common-workflows-handle-documentation/SKILL.md +36 -0
- package/skills-fallback/cc-common-workflows-next-steps/SKILL.md +22 -0
- package/skills-fallback/cc-common-workflows-refactor-code/SKILL.md +36 -0
- package/skills-fallback/cc-common-workflows-reference-files-and-directories/SKILL.md +47 -0
- package/skills-fallback/cc-common-workflows-resume-previous-conversations/SKILL.md +57 -0
- package/skills-fallback/cc-common-workflows-run-claude-on-a-schedule/SKILL.md +22 -0
- package/skills-fallback/cc-common-workflows-run-parallel-claude-code-sessions-with-git-worktrees/SKILL.md +43 -0
- package/skills-fallback/cc-common-workflows-understand-new-codebases/SKILL.md +81 -0
- package/skills-fallback/cc-common-workflows-use-claude-as-a-unix-style-utility/SKILL.md +83 -0
- package/skills-fallback/cc-common-workflows-use-extended-thinking-thinking-mode/SKILL.md +15 -0
- package/skills-fallback/cc-common-workflows-use-plan-mode-for-safe-code-analysis/SKILL.md +80 -0
- package/skills-fallback/cc-common-workflows-use-specialized-subagents/SKILL.md +69 -0
- package/skills-fallback/cc-common-workflows-work-with-images/SKILL.md +71 -0
- package/skills-fallback/cc-common-workflows-work-with-tests/SKILL.md +36 -0
- package/skills-fallback/cc-github-actions/SKILL.md +44 -0
- package/skills-fallback/cc-headless/SKILL.md +40 -0
- package/skills-fallback/cc-hooks-config/SKILL.md +32 -0
- package/skills-fallback/cc-hooks-events/SKILL.md +24 -0
- package/skills-fallback/cc-hooks-guide/SKILL.md +59 -0
- package/skills-fallback/cc-hooks-io/SKILL.md +11 -0
- package/skills-fallback/cc-learning-path/SKILL.md +77 -0
- package/skills-fallback/cc-mcp-add-mcp-servers-from-json-configuration/SKILL.md +36 -0
- package/skills-fallback/cc-mcp-authenticate-with-remote-mcp-servers/SKILL.md +52 -0
- package/skills-fallback/cc-mcp-import-mcp-servers-from-claude-desktop/SKILL.md +28 -0
- package/skills-fallback/cc-mcp-installing-mcp-servers/SKILL.md +86 -0
- package/skills-fallback/cc-mcp-managed-mcp-configuration/SKILL.md +55 -0
- package/skills-fallback/cc-mcp-mcp-installation-scopes/SKILL.md +57 -0
- package/skills-fallback/cc-mcp-mcp-output-limits-and-warnings/SKILL.md +46 -0
- package/skills-fallback/cc-mcp-popular-mcp-servers/SKILL.md +11 -0
- package/skills-fallback/cc-mcp-practical-examples/SKILL.md +102 -0
- package/skills-fallback/cc-mcp-respond-to-mcp-elicitation-requests/SKILL.md +20 -0
- package/skills-fallback/cc-mcp-scale-with-mcp-tool-search/SKILL.md +29 -0
- package/skills-fallback/cc-mcp-use-claude-code-as-an-mcp-server/SKILL.md +59 -0
- package/skills-fallback/cc-mcp-use-mcp-prompts-as-commands/SKILL.md +40 -0
- package/skills-fallback/cc-mcp-use-mcp-resources/SKILL.md +45 -0
- package/skills-fallback/cc-mcp-use-mcp-servers-from-claude-ai/SKILL.md +35 -0
- package/skills-fallback/cc-mcp-what-you-can-do-with-mcp/SKILL.md +12 -0
- package/skills-fallback/cc-memory/SKILL.md +28 -0
- package/skills-fallback/cc-model-config/SKILL.md +27 -0
- package/skills-fallback/cc-permissions/SKILL.md +38 -0
- package/skills-fallback/cc-plugins/SKILL.md +44 -0
- package/skills-fallback/cc-sandboxing/SKILL.md +22 -0
- package/skills-fallback/cc-scheduled-tasks/SKILL.md +20 -0
- package/skills-fallback/cc-settings-configuration-scopes/SKILL.md +57 -0
- package/skills-fallback/cc-settings-environment-variables/SKILL.md +13 -0
- package/skills-fallback/cc-settings-plugin-configuration/SKILL.md +11 -0
- package/skills-fallback/cc-settings-see-also/SKILL.md +13 -0
- package/skills-fallback/cc-settings-settings-files/SKILL.md +38 -0
- package/skills-fallback/cc-settings-subagent-configuration/SKILL.md +16 -0
- package/skills-fallback/cc-settings-tools-available-to-claude/SKILL.md +13 -0
- package/skills-fallback/cc-skills-guide/SKILL.md +23 -0
- package/skills-fallback/cc-sub-agents/SKILL.md +30 -0
- package/skills-fallback/cc-tutor/SKILL.md +108 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-mcp-scale-with-mcp-tool-search
|
|
3
|
+
description: "Configuración de MCP servers en Claude Code: instalar, scopes (local/project/user), autenticación OAuth, tool search, managed MCP, recursos y prompts MCP."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/mcp.md"
|
|
8
|
+
---
|
|
9
|
+
## Scale with MCP Tool Search
|
|
10
|
+
|
|
11
|
+
Tool search keeps MCP context usage low by deferring tool definitions until Claude needs them. Only tool names load at session start, so adding more MCP servers has minimal impact on your context window.
|
|
12
|
+
|
|
13
|
+
### How it works
|
|
14
|
+
|
|
15
|
+
Tool search is enabled by default. MCP tools are deferred rather than loaded into context upfront, and Claude uses a search tool to discover relevant ones when a task needs them. Only the tools Claude actually uses enter context. From your perspective, MCP tools work exactly as before.
|
|
16
|
+
|
|
17
|
+
If you prefer threshold-based loading, set `ENABLE_TOOL_SEARCH=auto` to load schemas upfront when they fit within 10% of the context window and defer only the overflow. See [Configure tool search](#configure-tool-search) for all options.
|
|
18
|
+
|
|
19
|
+
### For MCP server authors
|
|
20
|
+
|
|
21
|
+
If you're building an MCP server, the server instructions field becomes more useful with Tool Search enabled. Server instructions help Claude understand when to search for your tools, similar to how [skills](/en/skills) work.
|
|
22
|
+
|
|
23
|
+
Add clear, descriptive server instructions that explain:
|
|
24
|
+
|
|
25
|
+
- What category of tasks your tools handle
|
|
26
|
+
- When Claude should search for your tools
|
|
27
|
+
- Key capabilities your server provides
|
|
28
|
+
|
|
29
|
+
Claude Code truncates tool descriptions and server instructions at 2KB each. Keep them concise to avoid truncation, and put critical details near the start.
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-mcp-use-claude-code-as-an-mcp-server
|
|
3
|
+
description: "Configuración de MCP servers en Claude Code: instalar, scopes (local/project/user), autenticación OAuth, tool search, managed MCP, recursos y prompts MCP."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/mcp.md"
|
|
8
|
+
---
|
|
9
|
+
## Use Claude Code as an MCP server
|
|
10
|
+
|
|
11
|
+
You can use Claude Code itself as an MCP server that other applications can connect to:
|
|
12
|
+
|
|
13
|
+
```bash theme={null}
|
|
14
|
+
# Start Claude as a stdio MCP server
|
|
15
|
+
claude mcp serve
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
You can use this in Claude Desktop by adding this configuration to claude\_desktop\_config.json:
|
|
19
|
+
|
|
20
|
+
```json theme={null}
|
|
21
|
+
{
|
|
22
|
+
"mcpServers": {
|
|
23
|
+
"claude-code": {
|
|
24
|
+
"type": "stdio",
|
|
25
|
+
"command": "claude",
|
|
26
|
+
"args": ["mcp", "serve"],
|
|
27
|
+
"env": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
To find the full path:
|
|
34
|
+
|
|
35
|
+
```bash theme={null}
|
|
36
|
+
which claude
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
Then use the full path in your configuration:
|
|
40
|
+
|
|
41
|
+
```json theme={null}
|
|
42
|
+
{
|
|
43
|
+
"mcpServers": {
|
|
44
|
+
"claude-code": {
|
|
45
|
+
"type": "stdio",
|
|
46
|
+
"command": "/full/path/to/claude",
|
|
47
|
+
"args": ["mcp", "serve"],
|
|
48
|
+
"env": {}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
Without the correct executable path, you'll encounter errors like `spawn claude ENOENT`.
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
- The server provides access to Claude's tools like View, Edit, LS, etc.
|
|
58
|
+
- In Claude Desktop, try asking Claude to read files in a directory, make edits, and more.
|
|
59
|
+
- Note that this MCP server is only exposing Claude Code's tools to your MCP client, so your own client is responsible for implementing user confirmation for individual tool calls.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-mcp-use-mcp-prompts-as-commands
|
|
3
|
+
description: "Configuración de MCP servers en Claude Code: instalar, scopes (local/project/user), autenticación OAuth, tool search, managed MCP, recursos y prompts MCP."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/mcp.md"
|
|
8
|
+
---
|
|
9
|
+
## Use MCP prompts as commands
|
|
10
|
+
|
|
11
|
+
MCP servers can expose prompts that become available as commands in Claude Code.
|
|
12
|
+
|
|
13
|
+
### Execute MCP prompts
|
|
14
|
+
|
|
15
|
+
<Step title="Execute a prompt without arguments">
|
|
16
|
+
```text theme={null}
|
|
17
|
+
/mcp__github__list_prs
|
|
18
|
+
```
|
|
19
|
+
</Step>
|
|
20
|
+
|
|
21
|
+
<Step title="Execute a prompt with arguments">
|
|
22
|
+
Many prompts accept arguments. Pass them space-separated after the command:
|
|
23
|
+
|
|
24
|
+
````
|
|
25
|
+
```text theme={null}
|
|
26
|
+
/mcp__github__pr_review 456
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
```text theme={null}
|
|
30
|
+
/mcp__jira__create_issue "Bug in login flow" high
|
|
31
|
+
```
|
|
32
|
+
````
|
|
33
|
+
|
|
34
|
+
</Step>
|
|
35
|
+
</Steps>
|
|
36
|
+
|
|
37
|
+
- MCP prompts are dynamically discovered from connected servers
|
|
38
|
+
- Arguments are parsed based on the prompt's defined parameters
|
|
39
|
+
- Prompt results are injected directly into the conversation
|
|
40
|
+
- Server and prompt names are normalized (spaces become underscores)
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-mcp-use-mcp-resources
|
|
3
|
+
description: "Configuración de MCP servers en Claude Code: instalar, scopes (local/project/user), autenticación OAuth, tool search, managed MCP, recursos y prompts MCP."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/mcp.md"
|
|
8
|
+
---
|
|
9
|
+
## Use MCP resources
|
|
10
|
+
|
|
11
|
+
MCP servers can expose resources that you can reference using @ mentions, similar to how you reference files.
|
|
12
|
+
|
|
13
|
+
### Reference MCP resources
|
|
14
|
+
|
|
15
|
+
<Step title="Reference a specific resource">
|
|
16
|
+
Use the format `@server:protocol://resource/path` to reference a resource:
|
|
17
|
+
|
|
18
|
+
````
|
|
19
|
+
```text theme={null}
|
|
20
|
+
Can you analyze @github:issue://123 and suggest a fix?
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
```text theme={null}
|
|
24
|
+
Please review the API documentation at @docs:file://api/authentication
|
|
25
|
+
```
|
|
26
|
+
````
|
|
27
|
+
|
|
28
|
+
</Step>
|
|
29
|
+
|
|
30
|
+
<Step title="Multiple resource references">
|
|
31
|
+
You can reference multiple resources in a single prompt:
|
|
32
|
+
|
|
33
|
+
````
|
|
34
|
+
```text theme={null}
|
|
35
|
+
Compare @postgres:schema://users with @docs:file://database/user-model
|
|
36
|
+
```
|
|
37
|
+
````
|
|
38
|
+
|
|
39
|
+
</Step>
|
|
40
|
+
</Steps>
|
|
41
|
+
|
|
42
|
+
- Resources are automatically fetched and included as attachments when referenced
|
|
43
|
+
- Resource paths are fuzzy-searchable in the @ mention autocomplete
|
|
44
|
+
- Claude Code automatically provides tools to list and read MCP resources when servers support them
|
|
45
|
+
- Resources can contain any type of content that the MCP server provides (text, JSON, structured data, etc.)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-mcp-use-mcp-servers-from-claude-ai
|
|
3
|
+
description: "Configuración de MCP servers en Claude Code: instalar, scopes (local/project/user), autenticación OAuth, tool search, managed MCP, recursos y prompts MCP."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/mcp.md"
|
|
8
|
+
---
|
|
9
|
+
## Use MCP servers from Claude.ai
|
|
10
|
+
|
|
11
|
+
If you've logged into Claude Code with a [Claude.ai](https://claude.ai) account, MCP servers you've added in Claude.ai are automatically available in Claude Code:
|
|
12
|
+
|
|
13
|
+
<Step title="Authenticate the MCP server">
|
|
14
|
+
Complete any required authentication steps in Claude.ai.
|
|
15
|
+
</Step>
|
|
16
|
+
|
|
17
|
+
<Step title="View and manage servers in Claude Code">
|
|
18
|
+
In Claude Code, use the command:
|
|
19
|
+
|
|
20
|
+
````
|
|
21
|
+
```text theme={null}
|
|
22
|
+
/mcp
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Claude.ai servers appear in the list with indicators showing they come from Claude.ai.
|
|
26
|
+
````
|
|
27
|
+
|
|
28
|
+
</Step>
|
|
29
|
+
</Steps>
|
|
30
|
+
|
|
31
|
+
To disable claude.ai MCP servers in Claude Code, set the `ENABLE_CLAUDEAI_MCP_SERVERS` environment variable to `false`:
|
|
32
|
+
|
|
33
|
+
```bash theme={null}
|
|
34
|
+
ENABLE_CLAUDEAI_MCP_SERVERS=false claude
|
|
35
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-mcp-what-you-can-do-with-mcp
|
|
3
|
+
description: "Configuración de MCP servers en Claude Code: instalar, scopes (local/project/user), autenticación OAuth, tool search, managed MCP, recursos y prompts MCP."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/mcp.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-memory
|
|
3
|
+
description: "CLAUDE.md y auto-memory en Claude Code: dónde poner archivos, import de archivos adicionales, rules directory, gestión para equipos."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/memory.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
13
|
+
|
|
14
|
+
# How Claude remembers your project
|
|
15
|
+
|
|
16
|
+
> Give Claude persistent instructions with CLAUDE.md files, and let Claude accumulate learnings automatically with auto memory.
|
|
17
|
+
|
|
18
|
+
Each Claude Code session begins with a fresh context window. Two mechanisms carry knowledge across sessions:
|
|
19
|
+
|
|
20
|
+
- **CLAUDE.md files**: instructions you write to give Claude persistent context
|
|
21
|
+
- **Auto memory**: notes Claude writes itself based on your corrections and preferences
|
|
22
|
+
|
|
23
|
+
This page covers how to:
|
|
24
|
+
|
|
25
|
+
- [Write and organize CLAUDE.md files](#claude-md-files)
|
|
26
|
+
- [Scope rules to specific file types](#organize-rules-with-claude/rules/) with `.claude/rules/`
|
|
27
|
+
- [Configure auto memory](#auto-memory) so Claude takes notes automatically
|
|
28
|
+
- [Troubleshoot](#troubleshoot-memory-issues) when instructions aren't being followed
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-model-config
|
|
3
|
+
description: "Configuración de modelos en Claude Code: aliases (opusplan, fast-mode), restrict model selection, extended context, env vars para pinning."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/model-config.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
13
|
+
|
|
14
|
+
# Model configuration
|
|
15
|
+
|
|
16
|
+
> Learn about the Claude Code model configuration, including model aliases like `opusplan`
|
|
17
|
+
|
|
18
|
+
## Available models
|
|
19
|
+
|
|
20
|
+
For the `model` setting in Claude Code, you can configure either:
|
|
21
|
+
|
|
22
|
+
- A **model alias**
|
|
23
|
+
- A **model name**
|
|
24
|
+
- Anthropic API: A full **[model name](https://platform.claude.com/docs/en/about-claude/models/overview)**
|
|
25
|
+
- Bedrock: an inference profile ARN
|
|
26
|
+
- Foundry: a deployment name
|
|
27
|
+
- Vertex: a version name
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-permissions
|
|
3
|
+
description: "Sistema de permisos de Claude Code: sintaxis de reglas, modos (auto, plan, bypassPermissions), tool-specific rules, wildcards."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/permissions.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
13
|
+
|
|
14
|
+
# Configure permissions
|
|
15
|
+
|
|
16
|
+
> Control what Claude Code can access and do with fine-grained permission rules, modes, and managed policies.
|
|
17
|
+
|
|
18
|
+
Claude Code supports fine-grained permissions so that you can specify exactly what the agent is allowed to do and what it cannot. Permission settings can be checked into version control and distributed to all developers in your organization, as well as customized by individual developers.
|
|
19
|
+
|
|
20
|
+
## Permission system
|
|
21
|
+
|
|
22
|
+
Claude Code uses a tiered permission system to balance power and safety:
|
|
23
|
+
|
|
24
|
+
| Tool type | Example | Approval required | "Yes, don't ask again" behavior |
|
|
25
|
+
| :---------------- | :--------------- | :---------------- | :-------------------------------------------- |
|
|
26
|
+
| Read-only | File reads, Grep | No | N/A |
|
|
27
|
+
| Bash commands | Shell execution | Yes | Permanently per project directory and command |
|
|
28
|
+
| File modification | Edit/write files | Yes | Until session end |
|
|
29
|
+
|
|
30
|
+
## Manage permissions
|
|
31
|
+
|
|
32
|
+
You can view and manage Claude Code's tool permissions with `/permissions`. This UI lists all permission rules and the settings.json file they are sourced from.
|
|
33
|
+
|
|
34
|
+
- **Allow** rules let Claude Code use the specified tool without manual approval.
|
|
35
|
+
- **Ask** rules prompt for confirmation whenever Claude Code tries to use the specified tool.
|
|
36
|
+
- **Deny** rules prevent Claude Code from using the specified tool.
|
|
37
|
+
|
|
38
|
+
Rules are evaluated in order: **deny -> ask -> allow**. The first matching rule wins, so deny rules always take precedence.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-plugins
|
|
3
|
+
description: "Crear plugins para Claude Code: estructura, skills, LSP servers, MCP servers incluidos, distribución en marketplaces."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/plugins.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
13
|
+
|
|
14
|
+
# Create plugins
|
|
15
|
+
|
|
16
|
+
> Create custom plugins to extend Claude Code with skills, agents, hooks, and MCP servers.
|
|
17
|
+
|
|
18
|
+
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.
|
|
19
|
+
|
|
20
|
+
Looking to install existing plugins? See [Discover and install plugins](/en/discover-plugins). For complete technical specifications, see [Plugins reference](/en/plugins-reference).
|
|
21
|
+
|
|
22
|
+
## When to use plugins vs standalone configuration
|
|
23
|
+
|
|
24
|
+
Claude Code supports two ways to add custom skills, agents, and hooks:
|
|
25
|
+
|
|
26
|
+
| Approach | Skill names | Best for |
|
|
27
|
+
| :---------------------------------------------------------- | :------------------- | :---------------------------------------------------------------------------------------------- |
|
|
28
|
+
| **Standalone** (`.claude/` directory) | `/hello` | Personal workflows, project-specific customizations, quick experiments |
|
|
29
|
+
| **Plugins** (directories with `.claude-plugin/plugin.json`) | `/plugin-name:hello` | Sharing with teammates, distributing to community, versioned releases, reusable across projects |
|
|
30
|
+
|
|
31
|
+
**Use standalone configuration when**:
|
|
32
|
+
|
|
33
|
+
- You're customizing Claude Code for a single project
|
|
34
|
+
- The configuration is personal and doesn't need to be shared
|
|
35
|
+
- You're experimenting with skills or hooks before packaging them
|
|
36
|
+
- You want short skill names like `/hello` or `/deploy`
|
|
37
|
+
|
|
38
|
+
**Use plugins when**:
|
|
39
|
+
|
|
40
|
+
- You want to share functionality with your team or community
|
|
41
|
+
- You need the same skills/agents across multiple projects
|
|
42
|
+
- You want version control and easy updates for your extensions
|
|
43
|
+
- You're distributing through a marketplace
|
|
44
|
+
- You're okay with namespaced skills like `/my-plugin:hello` (namespacing prevents conflicts between plugins)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-sandboxing
|
|
3
|
+
description: "Sandboxing en Claude Code: filesystem isolation, network isolation, cómo habilitar, configurar paths permitidos, relación con permisos."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/sandboxing.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
13
|
+
|
|
14
|
+
# Sandboxing
|
|
15
|
+
|
|
16
|
+
> Learn how Claude Code's sandboxed bash tool provides filesystem and network isolation for safer, more autonomous agent execution.
|
|
17
|
+
|
|
18
|
+
## Overview
|
|
19
|
+
|
|
20
|
+
Claude Code features native sandboxing to provide a more secure environment for agent execution while reducing the need for constant permission prompts. Instead of asking permission for each bash command, sandboxing creates defined boundaries upfront where Claude Code can work more freely with reduced risk.
|
|
21
|
+
|
|
22
|
+
The sandboxed bash tool uses OS-level primitives to enforce both filesystem and network isolation.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-scheduled-tasks
|
|
3
|
+
description: "Tareas programadas en Claude Code: /loop, cron syntax, one-time reminders, gestión de tasks recurrentes."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/scheduled-tasks.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
13
|
+
|
|
14
|
+
# Run prompts on a schedule
|
|
15
|
+
|
|
16
|
+
> Use /loop and the cron scheduling tools to run prompts repeatedly, poll for status, or set one-time reminders within a Claude Code session.
|
|
17
|
+
|
|
18
|
+
Scheduled tasks let Claude re-run a prompt automatically on an interval. Use them to poll a deployment, babysit a PR, check back on a long-running build, or remind yourself to do something later in the session. To react to events as they happen instead of polling, see [Channels](/en/channels): your CI can push the failure into the session directly.
|
|
19
|
+
|
|
20
|
+
Tasks are session-scoped: they live in the current Claude Code process and are gone when you exit. For durable scheduling that survives restarts, use [Cloud](/en/web-scheduled-tasks) or [Desktop](/en/desktop-scheduled-tasks) scheduled tasks, or [GitHub Actions](/en/github-actions).
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-settings-configuration-scopes
|
|
3
|
+
description: "Todas las opciones de configuración de Claude Code en settings.json: permisos, hooks, plugins, sandbox, env vars, precedencia de scopes."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/settings.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
13
|
+
|
|
14
|
+
# Claude Code settings
|
|
15
|
+
|
|
16
|
+
> Configure Claude Code with global and project-level settings, and environment variables.
|
|
17
|
+
|
|
18
|
+
Claude Code offers a variety of settings to configure its behavior to meet your needs. You can configure Claude Code by running the `/config` command when using the interactive REPL, which opens a tabbed Settings interface where you can view status information and modify configuration options.
|
|
19
|
+
|
|
20
|
+
## Configuration scopes
|
|
21
|
+
|
|
22
|
+
Claude Code uses a **scope system** to determine where configurations apply and who they're shared with. Understanding scopes helps you decide how to configure Claude Code for personal use, team collaboration, or enterprise deployment.
|
|
23
|
+
|
|
24
|
+
### Available scopes
|
|
25
|
+
|
|
26
|
+
| Scope | Location | Who it affects | Shared with team? |
|
|
27
|
+
| :---------- | :--------------------------------------------------------------------------------- | :----------------------------------- | :--------------------- |
|
|
28
|
+
| **Managed** | Server-managed settings, plist / registry, or system-level `managed-settings.json` | All users on the machine | Yes (deployed by IT) |
|
|
29
|
+
| **User** | `~/.claude/` directory | You, across all projects | No |
|
|
30
|
+
| **Project** | `.claude/` in repository | All collaborators on this repository | Yes (committed to git) |
|
|
31
|
+
| **Local** | `.claude/settings.local.json` | You, in this repository only | No (gitignored) |
|
|
32
|
+
|
|
33
|
+
### When to use each scope
|
|
34
|
+
|
|
35
|
+
**Managed scope** is for:
|
|
36
|
+
|
|
37
|
+
- Security policies that must be enforced organization-wide
|
|
38
|
+
- Compliance requirements that can't be overridden
|
|
39
|
+
- Standardized configurations deployed by IT/DevOps
|
|
40
|
+
|
|
41
|
+
**User scope** is best for:
|
|
42
|
+
|
|
43
|
+
- Personal preferences you want everywhere (themes, editor settings)
|
|
44
|
+
- Tools and plugins you use across all projects
|
|
45
|
+
- API keys and authentication (stored securely)
|
|
46
|
+
|
|
47
|
+
**Project scope** is best for:
|
|
48
|
+
|
|
49
|
+
- Team-shared settings (permissions, hooks, MCP servers)
|
|
50
|
+
- Plugins the whole team should have
|
|
51
|
+
- Standardizing tooling across collaborators
|
|
52
|
+
|
|
53
|
+
**Local scope** is best for:
|
|
54
|
+
|
|
55
|
+
- Personal overrides for a specific project
|
|
56
|
+
- Testing configurations before sharing with the team
|
|
57
|
+
- Machine-specific settings that won't work for others
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-settings-environment-variables
|
|
3
|
+
description: "Todas las opciones de configuración de Claude Code en settings.json: permisos, hooks, plugins, sandbox, env vars, precedencia de scopes."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/settings.md"
|
|
8
|
+
---
|
|
9
|
+
## Environment variables
|
|
10
|
+
|
|
11
|
+
Environment variables let you control Claude Code behavior without editing settings files. Any variable can also be configured in [`settings.json`](#available-settings) under the `env` key to apply it to every session or roll it out to your team.
|
|
12
|
+
|
|
13
|
+
See the [environment variables reference](/en/env-vars) for the full list.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-settings-plugin-configuration
|
|
3
|
+
description: "Todas las opciones de configuración de Claude Code en settings.json: permisos, hooks, plugins, sandbox, env vars, precedencia de scopes."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/settings.md"
|
|
8
|
+
---
|
|
9
|
+
## Plugin configuration
|
|
10
|
+
|
|
11
|
+
Claude Code supports a plugin system that lets you extend functionality with skills, agents, hooks, and MCP servers. Plugins are distributed through marketplaces and can be configured at both user and repository levels.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-settings-see-also
|
|
3
|
+
description: "Todas las opciones de configuración de Claude Code en settings.json: permisos, hooks, plugins, sandbox, env vars, precedencia de scopes."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/settings.md"
|
|
8
|
+
---
|
|
9
|
+
## See also
|
|
10
|
+
|
|
11
|
+
- [Permissions](/en/permissions): permission system, rule syntax, tool-specific patterns, and managed policies
|
|
12
|
+
- [Authentication](/en/authentication): set up user access to Claude Code
|
|
13
|
+
- [Troubleshooting](/en/troubleshooting): solutions for common configuration issues
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-settings-settings-files
|
|
3
|
+
description: "Todas las opciones de configuración de Claude Code en settings.json: permisos, hooks, plugins, sandbox, env vars, precedencia de scopes."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/settings.md"
|
|
8
|
+
---
|
|
9
|
+
## Settings files
|
|
10
|
+
|
|
11
|
+
The `settings.json` file is the official mechanism for configuring Claude
|
|
12
|
+
Code through hierarchical settings:
|
|
13
|
+
|
|
14
|
+
- **User settings** are defined in `~/.claude/settings.json` and apply to all
|
|
15
|
+
projects.
|
|
16
|
+
- **Project settings** are saved in your project directory:
|
|
17
|
+
- `.claude/settings.json` for settings that are checked into source control and shared with your team
|
|
18
|
+
- `.claude/settings.local.json` for settings that are not checked in, useful for personal preferences and experimentation. Claude Code will configure git to ignore `.claude/settings.local.json` when it is created.
|
|
19
|
+
- **Managed settings**: For organizations that need centralized control, Claude Code supports multiple delivery mechanisms for managed settings. All use the same JSON format and cannot be overridden by user or project settings:
|
|
20
|
+
|
|
21
|
+
- **Server-managed settings**: delivered from Anthropic's servers via the Claude.ai admin console. See [server-managed settings](/en/server-managed-settings).
|
|
22
|
+
- **MDM/OS-level policies**: delivered through native device management on macOS and Windows:
|
|
23
|
+
- macOS: `com.anthropic.claudecode` managed preferences domain (deployed via configuration profiles in Jamf, Kandji, or other MDM tools)
|
|
24
|
+
- Windows: `HKLM\SOFTWARE\Policies\ClaudeCode` registry key with a `Settings` value (REG\_SZ or REG\_EXPAND\_SZ) containing JSON (deployed via Group Policy or Intune)
|
|
25
|
+
- Windows (user-level): `HKCU\SOFTWARE\Policies\ClaudeCode` (lowest policy priority, only used when no admin-level source exists)
|
|
26
|
+
- **File-based**: `managed-settings.json` and `managed-mcp.json` deployed to system directories:
|
|
27
|
+
|
|
28
|
+
- macOS: `/Library/Application Support/ClaudeCode/`
|
|
29
|
+
- Linux and WSL: `/etc/claude-code/`
|
|
30
|
+
- Windows: `C:\Program Files\ClaudeCode\`
|
|
31
|
+
|
|
32
|
+
File-based managed settings also support a drop-in directory at `managed-settings.d/` in the same system directory alongside `managed-settings.json`. This lets separate teams deploy independent policy fragments without coordinating edits to a single file.
|
|
33
|
+
|
|
34
|
+
Following the systemd convention, `managed-settings.json` is merged first as the base, then all `*.json` files in the drop-in directory are sorted alphabetically and merged on top. Later files override earlier ones for scalar values; arrays are concatenated and de-duplicated; objects are deep-merged. Hidden files starting with `.` are ignored.
|
|
35
|
+
|
|
36
|
+
Use numeric prefixes to control merge order, for example `10-telemetry.json` and `20-security.json`.
|
|
37
|
+
|
|
38
|
+
See [managed settings](/en/permissions#managed-only-settings) and [Managed MCP configuration](/en/mcp#managed-mcp-configuration) for details.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-settings-subagent-configuration
|
|
3
|
+
description: "Todas las opciones de configuración de Claude Code en settings.json: permisos, hooks, plugins, sandbox, env vars, precedencia de scopes."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/settings.md"
|
|
8
|
+
---
|
|
9
|
+
## Subagent configuration
|
|
10
|
+
|
|
11
|
+
Claude Code supports custom AI subagents that can be configured at both user and project levels. These subagents are stored as Markdown files with YAML frontmatter:
|
|
12
|
+
|
|
13
|
+
- **User subagents**: `~/.claude/agents/` - Available across all your projects
|
|
14
|
+
- **Project subagents**: `.claude/agents/` - Specific to your project and can be shared with your team
|
|
15
|
+
|
|
16
|
+
Subagent files define specialized AI assistants with custom prompts and tool permissions. Learn more about creating and using subagents in the [subagents documentation](/en/sub-agents).
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-settings-tools-available-to-claude
|
|
3
|
+
description: "Todas las opciones de configuración de Claude Code en settings.json: permisos, hooks, plugins, sandbox, env vars, precedencia de scopes."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/settings.md"
|
|
8
|
+
---
|
|
9
|
+
## Tools available to Claude
|
|
10
|
+
|
|
11
|
+
Claude Code has access to a set of tools for reading, editing, searching, running commands, and orchestrating subagents. Tool names are the exact strings you use in permission rules and hook matchers.
|
|
12
|
+
|
|
13
|
+
See the [tools reference](/en/tools-reference) for the full list and Bash tool behavior details.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-skills-guide
|
|
3
|
+
description: "Cómo crear y configurar Skills en Claude Code: frontmatter, invocation control, subagent skills, path-specific, bundled skills."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/skills.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
13
|
+
|
|
14
|
+
# Extend Claude with skills
|
|
15
|
+
|
|
16
|
+
> Create, manage, and share skills to extend Claude's capabilities in Claude Code. Includes custom commands and bundled skills.
|
|
17
|
+
|
|
18
|
+
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`.
|
|
19
|
+
|
|
20
|
+
**Custom commands have been merged into skills.** A file at `.claude/commands/deploy.md` and a skill at `.claude/skills/deploy/SKILL.md` both create `/deploy` and work the same way. Your existing `.claude/commands/` files keep working. Skills add optional features: a directory for supporting files, frontmatter to [control whether you or Claude invokes them](#control-who-invokes-a-skill), and the ability for Claude to load them automatically when relevant.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Claude Code skills follow the [Agent Skills](https://agentskills.io) open standard, which works across multiple AI tools. Claude Code extends the standard with additional features like [invocation control](#control-who-invokes-a-skill), [subagent execution](#run-skills-in-a-subagent), and [dynamic context injection](#inject-dynamic-context).
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cc-sub-agents
|
|
3
|
+
description: "Configuración de sub-agents en Claude Code: frontmatter fields, modelos, tools disponibles, persistent memory, hooks en subagents."
|
|
4
|
+
invocation: auto
|
|
5
|
+
_pulse: true
|
|
6
|
+
_syncedAt: "2026-04-07T04:44:06.766Z"
|
|
7
|
+
_source: "https://code.claude.com/docs/en/sub-agents.md"
|
|
8
|
+
---
|
|
9
|
+
> ## Documentation Index
|
|
10
|
+
>
|
|
11
|
+
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
|
|
12
|
+
> Use this file to discover all available pages before exploring further.
|
|
13
|
+
|
|
14
|
+
# Create custom subagents
|
|
15
|
+
|
|
16
|
+
> Create and use specialized AI subagents in Claude Code for task-specific workflows and improved context management.
|
|
17
|
+
|
|
18
|
+
Subagents are specialized AI assistants that handle specific types of tasks. Each subagent runs in its own context window with a custom system prompt, specific tool access, and independent permissions. When Claude encounters a task that matches a subagent's description, it delegates to that subagent, which works independently and returns results. To see the context savings in practice, the [context window visualization](/en/context-window) walks through a session where a subagent handles research in its own separate window.
|
|
19
|
+
|
|
20
|
+
Subagents help you:
|
|
21
|
+
|
|
22
|
+
- **Preserve context** by keeping exploration and implementation out of your main conversation
|
|
23
|
+
- **Enforce constraints** by limiting which tools a subagent can use
|
|
24
|
+
- **Reuse configurations** across projects with user-level subagents
|
|
25
|
+
- **Specialize behavior** with focused system prompts for specific domains
|
|
26
|
+
- **Control costs** by routing tasks to faster, cheaper models like Haiku
|
|
27
|
+
|
|
28
|
+
Claude uses each subagent's description to decide when to delegate tasks. When you create a subagent, write a clear description so Claude knows when to use it.
|
|
29
|
+
|
|
30
|
+
Claude Code includes several built-in subagents like **Explore**, **Plan**, and **general-purpose**. You can also create custom subagents to handle specific tasks. This page covers the [built-in subagents](#built-in-subagents), [how to create your own](#quickstart-create-your-first-subagent), [full configuration options](#configure-subagents), [patterns for working with subagents](#work-with-subagents), and [example subagents](#example-subagents).
|