Files
gh-gtmagents-gtm-agents-plu…/.claude-plugin/plugin.json
2025-11-29 18:32:04 +08:00

25 lines
745 B
JSON

{
"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"
]
}