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: README.md
+53-3Lines changed: 53 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,61 @@ Install our Github App to auto propagate changes from your repo to your deployme
27
27
28
28
## AI Workflow
29
29
30
-
We have a subagent, `docs-reviewer.md`, designed to help us edit our docs. It's based on a sub-agent created by a GCP technical writer. (Read more in [this article](https://medium.com/google-cloud/supercharge-tech-writing-with-claude-code-subagents-and-agent-skills-44eb43e5a9b7), or [this repo](https://github.com/kazunori279/gcp-blogs/blob/main/.claude/agents/docs-reviewer.md).) It can be triggered via a Claude Code command like:
30
+
### Setting Up the DeepL Claude Code Marketplace (DeepL Internal Only)
31
31
32
-
`Use the docs-reviewer subagent on [filename]`
32
+
**DeepL team members:** Install our internal Claude Code marketplace to access the `diataxis-documentation` plugin for structured technical writing:
1. Help identify the correct documentation type (tutorial, how-to, reference, or explanation)
54
+
2. Guide you through following Diátaxis writing principles
55
+
3. Provide examples of good documentation structure
56
+
57
+
### Subagents (Available to Everyone)
58
+
59
+
We have a custom subagent in `.claude/agents/` that is **automatically available to anyone** who clones this repo (no installation required):
60
+
61
+
-**`docs-reviewer.md`**: Designed to help edit our docs. Based on a sub-agent created by a GCP technical writer. (Read more in [this article](https://medium.com/google-cloud/supercharge-tech-writing-with-claude-code-subagents-and-agent-skills-44eb43e5a9b7), or [this repo](https://github.com/kazunori279/gcp-blogs/blob/main/.claude/agents/docs-reviewer.md).)
62
+
63
+
### Recommended Documentation Review Workflow
64
+
65
+
For the highest quality documentation, use both the diataxis plugin and docs-reviewer subagent together:
66
+
67
+
1.**Write or update documentation** - Simply ask Claude naturally:
68
+
- "Create a tutorial for [feature]"
69
+
- "Write a how-to guide for [task]"
70
+
- "Document this API endpoint"
71
+
72
+
The diataxis skill will activate automatically and ensure your content follows the correct documentation type (tutorial, how-to, reference, or explanation).
73
+
74
+
If you prefer to write the documentation by hand, you can also say "Review this documentation".
75
+
76
+
2.**Review with the docs-reviewer subagent:**
77
+
```
78
+
Use the docs-reviewer subagent on [filename]
79
+
```
80
+
This checks for style, clarity, and consistency with our documentation standards.
81
+
82
+
This two-pass approach ensures both structural correctness (via diataxis) and editorial quality (via docs-reviewer).
83
+
84
+
### Future Plans
35
85
36
86
- Add a subagent to search our codebase and backstage
37
87
- Further customize subagents to match our writing style
0 commit comments