- Fix incorrect API endpoint paths (removed /api prefix) - Improve TypeScript strict typing with explicit metadata interfaces - Update SKILL.md with clear trigger phrases and examples - Fix README installation path reference - Add clarification about API URL format (no /api suffix needed) - Export new metadata type interfaces
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 for detailed documentation.
Installation
Skills can be installed individually to Clawdbot:
# 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 metadataREADME.md- User documentation- Implementation files (TypeScript, Bash, etc.)
License
MIT