chore(root): refresh agent skills and docs (#1835)

This commit is contained in:
rahim
2026-07-27 16:21:40 -07:00
committed by GitHub
parent b4b30b0a01
commit fd4d2662ea
206 changed files with 2199 additions and 22577 deletions
+2 -2
View File
@@ -221,7 +221,7 @@ jobs:
- Triggering PR: $PR_URL
- Generated JSON: \`site/src/content/generated-component-reference/$filename\`
> Use the \`/api-reference $SLUG\` skill to scaffold this page.
> Use the \`/write-api-reference $SLUG\` skill to scaffold this page.
EOF
)"
@@ -284,7 +284,7 @@ jobs:
- Triggering PR: $PR_URL
- Generated JSON: \`site/src/content/generated-util-reference/$filename\`
> Use the \`/api-reference $SLUG\` skill to scaffold this page.
> Use the \`/write-api-reference $SLUG\` skill to scaffold this page.
EOF
)"
+1 -1
View File
@@ -102,7 +102,7 @@ jobs:
Steps:
1. **Load context:**
- Read `.claude/skills/docs/references/writing-style.md` for tone and style rules.
- Read `.agents/skills/write-docs/references/writing-style.md` for tone and style rules.
- Read the raw changelog at `site/src/content/changelog/${{ steps.version.outputs.version }}.mdx`.
- Read other existing `.mdx` files in `site/src/content/changelog/` (if any) to match their tone and format.
- List the available docs pages so you can link them: `ls site/src/content/docs/concepts site/src/content/docs/how-to site/src/content/docs/reference`. A page's slug is its path under `site/src/content/docs/` without the extension (e.g. `reference/menu.mdx` → `reference/menu`).