Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Prompt capture

Skill tool description

27 model strings share this prompt, byte for byte.

v2.1.11 30 lines 1610 chars sha256 8560cc683ace Plain text Whole capture

1Execute a skill within the main conversation
3When users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.
5When users ask you to run a "slash command" or reference "/<something>" (e.g., "/commit", "/review-pr"), they are referring to a skill. Use this tool to invoke the corresponding skill.
7Example:
8 User: "run /commit"
9 Assistant: [Calls Skill tool with skill: "commit"]
11How to invoke:
12- Use this tool with the skill name and optional arguments
13- Examples:
14 - `skill: "pdf"` - invoke the pdf skill
15 - `skill: "commit", args: "-m 'Fix bug'"` - invoke with arguments
16 - `skill: "review-pr", args: "123"` - invoke with arguments
17 - `skill: "ms-office-suite:pdf"` - invoke using fully qualified name
19Important:
20- When a skill is relevant, you must invoke this tool IMMEDIATELY as your first action
21- NEVER just announce or mention a skill in your text response without actually calling this tool
22- This is a BLOCKING REQUIREMENT: invoke the relevant Skill tool BEFORE generating any other response about the task
23- Only use skills listed in "Available skills" below
24- Do not invoke a skill that is already running
25- Do not use this tool for built-in CLI commands (like /help, /clear, etc.)
26- If you see a <command-name> tag in the current conversation turn (e.g., <command-name>/commit</command-name>), the skill has ALREADY been loaded and its instructions follow in the next message. Do NOT call this tool - just follow the skill instructions directly.
28Available skills: