c9ai
Version:
Universal AI assistant with vibe-based workflows, hybrid cloud+local AI, and comprehensive tool integration
35 lines (33 loc) • 1.35 kB
JSON
{
"id": "markdown-to-slideshow",
"name": "Markdown → Web Slideshow",
"description": "Convert a markdown deck into a web slideshow (Reveal.js)",
"vibe": {
"energy": "focused-creative",
"mood": "presentational",
"duration": "15-minutes",
"tags": ["slides", "markdown", "reveal", "presentation"]
},
"flow": [
{
"step": "convert-md",
"description": "Generate HTML slides from a markdown file using node scripts/md-to-slides.js. Example: node scripts/md-to-slides.js --input docs/slides/c9ai-gamma-deck.md --output public/slides/c9ai.html --title \"C9AI\" --theme black",
"tools": ["shell.run", "fs.read", "fs.write"],
"vibe": "build",
"estimatedTime": "2-3min"
},
{
"step": "share-link",
"description": "Provide the local URL to open the slides in a browser (http://127.0.0.1:8787/slides/NAME.html)",
"tools": [],
"vibe": "share",
"estimatedTime": "1min"
}
],
"adaptations": {
"white-theme": { "description": "Use a light theme", "modifications": ["set --theme white"] },
"beige-theme": { "description": "Use beige theme", "modifications": ["set --theme beige"] }
},
"triggers": { "time": ["any"], "energy": ["focused"], "context": ["quiet-space"] },
"credits": { "estimated": 0, "breakdown": { "shell.run": 0, "fs.write": 0 } }
}