Commit b4e04dd
Tighten agent instructions and add docs workflow skills (#1076)
* Codify style rules for agent-authored docs
Add "Document current behavior" section (docs are not a changelog,
prefer positive statements, scoped exception for breaking changes),
jargon-translation guidance, and admonition redundancy rules to
AGENTS.md and STYLE-GUIDE.md. Add four LLM-pattern rows to the
docs-review skill and fix its placeholder guidance to match the
example.com convention. Add "write the end state" discipline to
the upstream-release-docs skill. Rewrite the auto-generated content
instruction with rationale and the complete path list.
Refs #1074
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Convert mcp-guide-writer agent to a skill
The agent format predates skills. Convert to a skill for consistency
with the other docs workflows, fix the broken STYLE_GUIDE.md
reference, and rescope the framing: guides get the server working
with ToolHive, keeping upstream details to a line with a link.
Refs #1075
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Align weekly-product-updates with word list
Defer to the AGENTS.md word list as the single source of truth for
product names instead of maintaining a divergent copy. Drop the
unsanctioned "ToolHive Portal" and "ToolHive Gateway" entries and
replace "Desktop UI" with ToolHive UI.
Refs #1075
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Add move-page and review-docs-pr skills
move-page encodes the five coupled steps of relocating a docs page
(file move, sidebars.ts, inbound link sweep, vercel.json redirect,
build verification), validated by an end-to-end test run in an
isolated worktree. review-docs-pr wraps PR review mechanics (head-ref
reads, thread resolution checks, body-level draft for approval)
around the docs-review editorial criteria.
Refs #1075
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Fix Cloud UI repo URL
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>1 parent e4a8e59 commit b4e04dd
9 files changed
Lines changed: 293 additions & 90 deletions
File tree
- .claude
- agents
- skills
- docs-review
- mcp-guide-writer
- move-page
- review-docs-pr
- upstream-release-docs
- weekly-product-updates
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
103 | | - | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
0 commit comments