Skip to content

Commit 9b35f23

Browse files
committed
chore: update skills package manager
1 parent 8b50299 commit 9b35f23

18 files changed

Lines changed: 67 additions & 478 deletions

File tree

.agents/skills/add-doc-anchor-ids/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: add-doc-anchor-ids
33
description: Align Rspress heading anchor IDs between English and Chinese docs. Use for MDX `\{#...}` anchors, shortened hashes, redundant anchors, or dead links.
44
---
55

6-
# Add Doc Anchor IDs
6+
# Add doc anchor IDs
77

88
Use this skill for Rspress docs mirrored under `website/docs/en` and `website/docs/zh`.
99

@@ -80,7 +80,7 @@ Use this skill for Rspress docs mirrored under `website/docs/en` and `website/do
8080

8181
8. If there is an existing repository command for docs link checking or docs build, run it. Otherwise, inspect changed hashes with `rg` and verify each target heading exists in the target file.
8282

83-
## Rspress Anchor Notes
83+
## Rspress anchor notes
8484

8585
- Rspress/GitHub-style anchors lowercase headings and remove punctuation such as `.` from API names; verify these IDs instead of guessing.
8686
- Some characters are preserved by the actual Rspress slugger, such as underscores in `BASE_URL`; avoid guessing when a link already works.

.agents/skills/create-draft-release-notes/SKILL.md

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

.agents/skills/create-draft-release-notes/scripts/create-draft-release-notes.mjs

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

.agents/skills/docs-en-improvement/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docs-en-improvement
33
description: Improve English documentation under `website/docs/en` by rewriting unnatural translated sentences into clear, professional English while preserving meaning. Use when editing or polishing English docs.
44
---
55

6-
# Docs En Improvement
6+
# Docs en improvement
77

88
## Steps
99

.agents/skills/pr-creator/SKILL.md

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

.agents/skills/release-core/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release-core
33
description: Use when asked to release `@rsbuild/core` for a specific version.
44
---
55

6-
# Release Core
6+
# Release core
77

88
## Input
99

0 commit comments

Comments
 (0)