Skip to content

Commit 27b09c5

Browse files
committed
fix(website): remove stale skill-creator doc and fix broken import paths
skill-creator was removed from the plugin in ed1c0cc but its doc page and all references to it were left behind, breaking the build. Also fix glab.mdx raw-loader path (glab-skill/ -> glab/).
1 parent ba8ebd2 commit 27b09c5

4 files changed

Lines changed: 1 addition & 87 deletions

File tree

website/docs/component-reference/skills/glab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "glab"
33
sidebar_position: 9
44
---
55

6-
import GlabSkillSource from '!!raw-loader!../../../../plugins/handbook-glab/skills/glab-skill/SKILL.md'
6+
import GlabSkillSource from '!!raw-loader!../../../../plugins/handbook-glab/skills/glab/SKILL.md'
77
import CodeBlock from '@theme/CodeBlock';
88

99
# Use `glab` skill

website/docs/component-reference/skills/skill-creator.mdx

Lines changed: 0 additions & 56 deletions
This file was deleted.

website/docs/component-reference/skills/structured-plan-mode.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,3 @@ Effective use of this skill shows:
181181

182182
## Related
183183

184-
- [skill-creator](./skill-creator.mdx) - Create new skills and workflows to extend Claude's capabilities

website/docs/fundamentals/incrementally-evolve-setup.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -77,35 +77,6 @@ Not every task needs to become a skill or command. Look for these signals:
7777

7878
One of the fastest ways to evolve your setup is using skills - reusable components that encapsulate specific functionality.
7979

80-
### The `skill-creator` Skill
81-
82-
The handbook plugin includes [`skill-creator`](/component-reference/skills/skill-creator), a skill that helps you design and implement new skills following Anthropic's best practices.
83-
84-
**Benefits:**
85-
- **Rapid Development**: Quickly scaffold well-structured skills
86-
- **Best Practices**: Automatically incorporates Anthropic's recommendations
87-
- **Consistent Quality**: Ensures all your skills follow proven patterns
88-
- **Learning Tool**: See examples of effective skill design
89-
90-
**Usage Example:**
91-
92-
```
93-
You: "I keep debugging database connection issues. Help me create
94-
a skill for systematic database troubleshooting."
95-
96-
Claude: [Uses skill-creator to design a comprehensive database
97-
debugging skill with progressive disclosure, proper
98-
tool coordination, and clear decision trees]
99-
```
100-
101-
The `skill-creator` skill handles:
102-
- Structuring your skill with appropriate frontmatter
103-
- Organizing instructions for progressive disclosure
104-
- Suggesting relevant bundled resources (scripts, references)
105-
- Applying tool access restrictions when appropriate
106-
107-
See the [skill-creator reference](/component-reference/skills/skill-creator) for complete details.
108-
10980
For more on skills, see [Use Agent Skills](./agent-skills)
11081

11182
## Best Practices

0 commit comments

Comments
 (0)