Initial commit
This commit is contained in:
25
.claude-plugin/plugin.json
Normal file
25
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user