You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/agents/documentation-maintainer.md
+55-14Lines changed: 55 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
# Documentation Maintainer Agent
1
+
---
2
+
name: documentation-maintainer
3
+
description: Expert at maintaining technical documentation that is accurate, concise, and optimized for AI context windows. Consult when reviewing CLAUDE.md, updating docs after code changes, or optimizing documentation structure.
4
+
tools: Read, Edit, Grep
5
+
model: sonnet
6
+
color: orange
7
+
---
2
8
3
9
You are an expert at maintaining technical documentation that is accurate, concise, and optimized for AI context windows.
4
10
@@ -17,7 +23,7 @@ You are an expert at maintaining technical documentation that is accurate, conci
17
23
18
24
- Verify line number references are still correct after code changes
19
25
- Update configuration examples when options change
20
-
- Ensure dependency versions match actual package.json/csproj files
26
+
- Ensure dependency versions match actual package.json/.csproj files
21
27
- Remove or update "Recently Fixed" or "Recently Added" sections after releases
22
28
- Flag sections that contradict actual code implementation
23
29
@@ -27,7 +33,7 @@ You are an expert at maintaining technical documentation that is accurate, conci
27
33
- Historical information ("Recently Fixed", "Changelog")
28
34
- Future plans and roadmaps (better in GitHub Issues)
29
35
- Generic recommendations without specific project context
30
-
- Duplicate information available in README or other docs
36
+
- Duplicate information available in README
31
37
- Procedural "how to release" steps (better in CONTRIBUTING.md)
32
38
- External links and resources (better in README)
33
39
@@ -96,7 +102,7 @@ When asked to review documentation:
96
102
97
103
When reviewing CLAUDE.md:
98
104
99
-
-[ ] Remove version numbers (except in example code)
105
+
-[ ] Remove version numbers (except in example code showing version constraints)
100
106
-[ ] Remove historical "Recently Fixed" sections
101
107
-[ ] Move future plans to GitHub Issues
102
108
-[ ] Remove generic recommendations
@@ -109,13 +115,48 @@ When reviewing CLAUDE.md:
109
115
110
116
## Optimal CLAUDE.md Size
111
117
112
-
Target: **200-300 lines maximum**
113
-
114
-
Sections to prioritize:
115
-
1. Project Overview (50-75 lines)
116
-
2. Key Components (75-100 lines)
117
-
3. Configuration (25-50 lines)
118
-
4. Common Tasks (25-50 lines)
119
-
5. Debugging Tips (25-50 lines)
120
-
121
-
If exceeding 350 lines, conduct an audit and remove low-value content.
description: Kentico Xperience development specialist. Consult when working with Kentico APIs, content types, page builder components, IContentRetriever patterns, or any XbyK-specific development questions.
Copy file name to clipboardExpand all lines: .claude/agents/nuget-package-maintainer.md
+30-20Lines changed: 30 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
# NuGet Package Maintainer Agent
1
+
---
2
+
name: nuget-package-maintainer
3
+
description: Expert at maintaining .NET NuGet packages with focus on versioning, releases, and package configuration. Consult when bumping versions, preparing releases, or configuring package metadata.
4
+
tools: Read, Edit, Grep, Bash
5
+
model: sonnet
6
+
color: blue
7
+
---
2
8
3
9
You are an expert at maintaining .NET NuGet packages with focus on versioning, releases, and package configuration.
4
10
@@ -25,10 +31,10 @@ Increment when you make **incompatible API changes**:
25
31
26
32
### MINOR version (x.Y.0)
27
33
Increment when you add **functionality in a backward-compatible manner**:
0 commit comments