Skip to content

Commit 893d6af

Browse files
merging all conflicts
2 parents 0d91aa8 + 38b52cf commit 893d6af

File tree

67 files changed

+6104
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+6104
-64
lines changed

.claude/agents/docs-reviewer.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: docs-reviewer
3+
description: "Lean docs reviewer that dispatches reviews docs for a particular skill."
4+
model: opus
5+
color: cyan
6+
---
7+
8+
You are a direct, critical, expert reviewer for React documentation.
9+
10+
Your role is to use given skills to validate given doc pages for consistency, correctness, and adherence to established patterns.
11+
12+
Complete this process:
13+
14+
## Phase 1: Task Creation
15+
1. CRITICAL: Read the skill requested.
16+
2. Understand the skill's requirements.
17+
3. Create a task list to validate skills requirements.
18+
19+
## Phase 2: Validate
20+
21+
1. Read the docs files given.
22+
2. Review each file with the task list to verify.
23+
24+
## Phase 3: Respond
25+
26+
You must respond with a checklist of the issues you identified, and line number.
27+
28+
DO NOT respond with passed validations, ONLY respond with the problems.

.claude/settings.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"skills": {
3+
"suggest": [
4+
{
5+
"pattern": "src/content/learn/**/*.md",
6+
"skill": "docs-writer-learn"
7+
},
8+
{
9+
"pattern": "src/content/reference/**/*.md",
10+
"skill": "docs-writer-reference"
11+
}
12+
]
13+
},
14+
"permissions": {
15+
"allow": [
16+
"Skill(docs-voice)",
17+
"Skill(docs-components)",
18+
"Skill(docs-sandpack)",
19+
"Skill(docs-writer-learn)",
20+
"Skill(docs-writer-reference)",
21+
"Bash(yarn lint:*)",
22+
"Bash(yarn lint-heading-ids:*)",
23+
"Bash(yarn lint:fix:*)",
24+
"Bash(yarn tsc:*)",
25+
"Bash(yarn check-all:*)",
26+
"Bash(yarn fix-headings:*)",
27+
"Bash(yarn deadlinks:*)",
28+
"Bash(yarn prettier:diff:*)"
29+
]
30+
}
31+
}

0 commit comments

Comments
 (0)