chore: reorganize agent skills and add web design skills for all agents (#31334)

This commit is contained in:
yyh
2026-01-21 14:48:58 +08:00
committed by GitHub
parent 34436fc89c
commit 4b068022e1
129 changed files with 82 additions and 305 deletions

1
.github/skills/component-refactoring vendored Symbolic link
View File

@@ -0,0 +1 @@
../../.agents/skills/component-refactoring

1
.github/skills/frontend-code-review vendored Symbolic link
View File

@@ -0,0 +1 @@
../../.agents/skills/frontend-code-review

1
.github/skills/frontend-testing vendored Symbolic link
View File

@@ -0,0 +1 @@
../../.agents/skills/frontend-testing

1
.github/skills/orpc-contract-first vendored Symbolic link
View File

@@ -0,0 +1 @@
../../.agents/skills/orpc-contract-first

1
.github/skills/skill-creator vendored Symbolic link
View File

@@ -0,0 +1 @@
../../.agents/skills/skill-creator

View File

@@ -0,0 +1 @@
../../.agents/skills/vercel-react-best-practices

1
.github/skills/web-design-guidelines vendored Symbolic link
View File

@@ -0,0 +1 @@
../../.agents/skills/web-design-guidelines

View File

@@ -82,6 +82,6 @@ jobs:
# mdformat breaks YAML front matter in markdown files. Add --exclude for directories containing YAML front matter.
- name: mdformat
run: |
uvx --python 3.13 mdformat . --exclude ".claude/skills/**"
uvx --python 3.13 mdformat . --exclude ".agents/skills/**"
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27