capability-storyboard
v1.0.0Build a capability-first, multi-tool HTML storyboard for a keynote, demo walkthrough, or narrative product doc.
By rl0veLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install capability-storyboard for Codex and Claude Code
codex plugin marketplace add rl0ve/agent-skills
codex plugin marketplace upgrade rl0ve-agent-skills
codex plugin add capability-storyboard@rl0ve-agent-skillsPaste and run these commands in a terminal with Codex. They add and refresh the rl0ve-agent-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “capability-storyboard” remain stable.
- Codex:
capability-storyboard@agent-plugin-marketplace→capability-storyboard@rl0ve-agent-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/rl0ve/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/capability-storyboard/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/capability-storyboard/SKILL.md
Included Skills1
Build a capability-first, multi-tool HTML storyboard for a product keynote, demo walkthrough, or "here's what happens when..." narrative doc. Use this whenever asked to build a keynote/demo storyboard, turn a beat-by-beat customer-scenario script into something a large or mixed audience can actually follow, add a spoken talk-track and director's-notes column to a demo doc, make several different tools visually distinguishable in one mockup document, or add realistic screen chrome (browser, native app, or a bare presentation slide) to HTML product mockups. Trigger this even if the user doesn't say "storyboard" — phrases like "walk through the demo", "build the keynote deck for X", "mock up what the presenter sees", or "make this less confusing for the audience" all fit.
Plugin manifests2
{
"name": "capability-storyboard",
"version": "1.0.0",
"description": "Build a capability-first, multi-tool HTML storyboard for a keynote, demo walkthrough, or narrative product doc.",
"author": {
"name": "rl0ve"
},
"homepage": "https://github.com/rl0ve/agent-skills",
"license": "MIT",
"keywords": [
"storyboard",
"keynote",
"demo",
"mockup",
"talk-track",
"product-narrative",
"html",
"presentation"
],
"skills": "./skills/",
"interface": {
"displayName": "Capability Storyboard",
"shortDescription": "Turn a demo into a board an audience can follow",
"developerName": "rl0ve",
"category": "Productivity",
"defaultPrompt": [
"Build a keynote storyboard for this demo script",
"Mock up what the presenter sees, scene by scene",
"Make this walkthrough legible to a mixed audience"
]
}
}{
"name": "capability-storyboard",
"version": "1.0.0",
"description": "Build a capability-first, multi-tool HTML storyboard for a keynote, demo walkthrough, or narrative product doc.",
"author": {
"name": "Robert Love"
},
"keywords": [
"storyboard",
"keynote",
"demo",
"mockup",
"talk-track",
"product-narrative",
"html",
"presentation"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[capability-storyboard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/capability-storyboard)