feat(#26): implement mosaic-plugin-gantt skill

This commit is contained in:
Jason Woltje
2026-01-29 21:18:14 -06:00
parent 9de0b2f92f
commit 18c7b8c723
12 changed files with 1129 additions and 0 deletions

39
packages/skills/README.md Normal file
View File

@@ -0,0 +1,39 @@
# Mosaic Stack Skills
Clawdbot skills for integrating with Mosaic Stack services.
## Available Skills
### gantt
Query and analyze project timelines, task dependencies, and schedules from Mosaic Stack's Gantt/Project API.
**Features:**
- Query project timelines and task lists
- Check task dependencies and blocking relationships
- Get project status overviews with statistics
- Identify critical path items in projects
- PDA-friendly language (supportive, non-judgmental)
**Usage:**
See [gantt/README.md](./gantt/README.md) for detailed documentation.
## Installation
Skills can be installed individually to Clawdbot:
```bash
# Install gantt skill
cp -r packages/skills/gantt ~/.claude/plugins/mosaic-plugin-gantt
```
## Development
Each skill follows the Clawdbot skill structure:
- `SKILL.md` - Skill definition and usage documentation
- `.claude-plugin/plugin.json` - Plugin metadata
- `README.md` - User documentation
- Implementation files (TypeScript, Bash, etc.)
## License
MIT