Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/academy-guide/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ often the better recommendation than any single item.
team?") — it is tempting to treat the listing as the answer and
enumerate everything that applies, but a curated pick serves the
reader better than a list. Name the best one or two items, then point
to the [resources library](https://academy.claude.com/resources) for
to the [resources library](https://academy.claude.com/all) for
the rest. (When one of the five product hubs named in the Purpose
section covers the topic, that hub is also a good pointer — but those
five are the only hub pages that exist, so never construct a hub-style
Expand All @@ -112,7 +112,7 @@ often the better recommendation than any single item.
user clearly wants learning content on a Claude topic, point them at
the matching product hub from the Purpose section or at the searchable
library at
[academy.claude.com/resources](https://academy.claude.com/resources)
[academy.claude.com/all](https://academy.claude.com/all)
instead of recommending a weak match or a title from memory. If they
were not clearly looking for learning content, say nothing.

Expand Down
8 changes: 4 additions & 4 deletions skills/claude-api/shared/live-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This file contains WebFetch URLs for fetching current information from platform.
| Models Overview | `https://platform.claude.com/docs/en/about-claude/models/overview.md` | "Extract current model IDs, context windows, and pricing for all Claude models" |
| Migration Guide | `https://platform.claude.com/docs/en/about-claude/models/migration-guide.md` | "Extract breaking changes, deprecated parameters, and per-model migration steps when moving to a newer Claude model" |
| Introducing Claude Fable 5 | `https://platform.claude.com/docs/en/about-claude/models/introducing-claude-fable-5.md` | "Extract capabilities, API changes, and availability stages for Claude Fable 5 and Claude Mythos 5" |
| Pricing | `https://platform.claude.com/docs/en/pricing.md` | "Extract current pricing per million tokens for input and output" |
| Pricing | `https://platform.claude.com/docs/en/about-claude/pricing.md` | "Extract current pricing per million tokens for input and output" |

### Core Features

Expand Down Expand Up @@ -56,13 +56,13 @@ This file contains WebFetch URLs for fetching current information from platform.
| Topic | URL | Extraction Prompt |
| -------------- | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| Code Execution | `https://platform.claude.com/docs/en/agents-and-tools/tool-use/code-execution-tool.md` | "Extract code execution tool setup, file upload, container reuse, and response handling" |
| Computer Use | `https://platform.claude.com/docs/en/agents-and-tools/tool-use/computer-use.md` | "Extract computer use tool setup, capabilities, and implementation examples" |
| Computer Use | `https://platform.claude.com/docs/en/agents-and-tools/tool-use/computer-use-tool.md` | "Extract computer use tool setup, capabilities, and implementation examples" |
| Bash Tool | `https://platform.claude.com/docs/en/agents-and-tools/tool-use/bash-tool.md` | "Extract bash tool schema, reference implementation, and security considerations" |
| Text Editor | `https://platform.claude.com/docs/en/agents-and-tools/tool-use/text-editor-tool.md` | "Extract text editor tool commands, schema, and reference implementation" |
| Memory Tool | `https://platform.claude.com/docs/en/agents-and-tools/tool-use/memory-tool.md` | "Extract memory tool commands, directory structure, and implementation patterns" |
| Tool Search | `https://platform.claude.com/docs/en/agents-and-tools/tool-use/tool-search-tool.md` | "Extract tool search setup, when to use, and cache interaction" |
| Programmatic Tool Calling | `https://platform.claude.com/docs/en/agents-and-tools/tool-use/programmatic-tool-calling.md` | "Extract PTC setup, script execution model, and tool invocation from code" |
| Skills | `https://platform.claude.com/docs/en/agents-and-tools/skills.md` | "Extract skill folder structure, SKILL.md format, and loading behavior" |
| Skills | `https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview.md` | "Extract skill folder structure, SKILL.md format, and loading behavior" |

### Advanced Features

Expand Down Expand Up @@ -110,7 +110,7 @@ The `ant` CLI provides terminal access to the Claude API. Every API resource is

| Topic | URL | Extraction Prompt |
| ------------- | ------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| Anthropic CLI | `https://platform.claude.com/docs/en/api/sdks/cli.md` | "Extract CLI install, authentication, command structure, and the beta:agents/environments/sessions commands" |
| Anthropic CLI | `https://platform.claude.com/docs/en/cli-sdks-libraries/cli/quickstart.md` | "Extract CLI install, authentication, command structure, and the beta:agents/environments/sessions commands" |
| Authentication overview | `https://platform.claude.com/docs/en/manage-claude/authentication.md` | "Extract the credential options (API keys, interactive OAuth login, Workload Identity Federation) and when to use each" |
| WIF reference | `https://platform.claude.com/docs/en/manage-claude/wif-reference.md` | "Extract credential precedence order, the profile configuration file schema, and the configuration directory layout" |

Expand Down
2 changes: 1 addition & 1 deletion skills/claude-api/shared/tool-use-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Computer use lets Claude interact with a desktop environment (screenshots, mouse

For full documentation, use WebFetch:

- URL: `https://platform.claude.com/docs/en/agents-and-tools/computer-use/overview`
- URL: `https://platform.claude.com/docs/en/agents-and-tools/tool-use/computer-use-tool`

---

Expand Down