Remove link to what-are-skills.mdx from quickstart.mdx

The quickstart's "How it works" section already explains progressive
disclosure in concrete, tutorial-specific terms, so the follow-up link
to `what-are-skills.mdx` adds little. Drop it in preparation for phasing
out that page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Hefner
2026-04-19 14:25:01 -05:00
Unverified
parent 092659e3ec
commit 8aeff47697
+1 -1
View File
@@ -68,7 +68,7 @@ Here's what happened behind the scenes:
3. **Execution** — The agent followed the instructions in the body, adapting the terminal command to the number of sides in your request.
This process uses **progressive disclosure** to let the agent access many skills without loading all their instructions up front. For more detail, see [How skills work](/what-are-skills#how-skills-work).
This process uses **progressive disclosure** to let the agent access many skills without loading all their instructions up front.
## Next steps