From 8aeff476971ff1d4eb87a49568678c3f71c38f68 Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Sun, 19 Apr 2026 14:25:01 -0500 Subject: [PATCH] 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) --- docs/skill-creation/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/skill-creation/quickstart.mdx b/docs/skill-creation/quickstart.mdx index 8947828..0d41a87 100644 --- a/docs/skill-creation/quickstart.mdx +++ b/docs/skill-creation/quickstart.mdx @@ -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