Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:54 +08:00
commit 33b13a8d5e
10 changed files with 2050 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "doc-writer",
"description": "Write clear, effective technical documentation following industry-proven patterns from exemplary projects (React, Rust, Stripe, Twilio) and authoritative style guides (Google, Diátaxis, Write the Docs, Microsoft). Use when creating or improving READMEs, API docs, tutorials, guides, or any technical documentation.",
"version": "1.0.0",
"author": {
"name": "codethread"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"hooks": [
"./hooks"
]
}