mcpbeat

Config Guide

anthropics/config-guide

Reference guide for configuring @Claude agents — agents, agent scopes, identity profiles, presets, connections, rules, GitHub repositories, and custom instructions. Explains the inheritance model and configuration best practices.

3k tokens
context cost
the whole folder, loaded on every use
6
files
instructions only
0
copies elsewhere
how many repositories repackaged it
34
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/claude-tag-plugins --skill config-guide

What comes with it

8 796 bytes besides the instruction
agents-and-scopes.md
best-practices.md
connections-and-presets.md
github-and-instructions.md
identity-profiles.md

The instruction itself

1 sections, as written by the author

@Claude — Configuration Guide

@Claude is configured through a small set of layered objects in the claude.ai

admin settings: agents, agent scopes, identity profiles, and the

presets / connections / repos / instructions attached to them. The

layering decides what any given session can see and do.

This guide is currently written for the Slack surface.

This skill is an index. Read the relevant reference file below for the

topic the user is asking about — each is short and self-contained.

| Topic | Reference file |

|---|---|

| Agents, agent scopes, the resolution chain, and per-field inheritance | agents-and-scopes.md |

| Identity profiles, scopes, rules, credentials, repo permissions | identity-profiles.md |

| Presets, connections (OAuth / MCP), how to install one | connections-and-presets.md |

| GitHub repositories and custom instructions | github-and-instructions.md |

| Best practices: profile layout, read-only vs read/write, rollout | best-practices.md |

All reference files live alongside this SKILL.md in the same directory.

After explaining configuration, you can suggest the user run the

debug-plugins skill in a new Slack thread to confirm the change actually

took effect inside the container.

How to use it

Copy the folder

Take anthropics/config-guide from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.