Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:04 +08:00
commit e475d70950
13 changed files with 417 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "technical-writing",
"description": "Documentation strategy, API references, and release communication workflows",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/doc-requirements-matrix/SKILL.md",
"./skills/api-style-guide/SKILL.md",
"./skills/quality-review-checklist/SKILL.md",
"./skills/versioning-dashboard/SKILL.md"
],
"agents": [
"./agents/documentation-architect.md",
"./agents/api-docs-editor.md",
"./agents/release-documentation-manager.md"
],
"commands": [
"./commands/plan-documentation-roadmap.md",
"./commands/publish-release-documentation.md",
"./commands/update-api-reference.md"
]
}