feat(#26): implement mosaic-plugin-gantt skill
This commit is contained in:
28
packages/skills/gantt/.claude-plugin/plugin.json
Normal file
28
packages/skills/gantt/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "mosaic-plugin-gantt",
|
||||
"description": "Query and analyze project timelines, task dependencies, and schedules from Mosaic Stack's Gantt/Project API",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Mosaic Stack Team",
|
||||
"email": "support@mosaicstack.dev"
|
||||
},
|
||||
"skills": [
|
||||
"gantt"
|
||||
],
|
||||
"commands": [
|
||||
{
|
||||
"name": "gantt-api",
|
||||
"description": "API query helper for Mosaic Stack projects and tasks",
|
||||
"path": "../gantt-api.sh"
|
||||
}
|
||||
],
|
||||
"environment": {
|
||||
"required": [
|
||||
"MOSAIC_WORKSPACE_ID",
|
||||
"MOSAIC_API_TOKEN"
|
||||
],
|
||||
"optional": [
|
||||
"MOSAIC_API_URL"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user