Code walk-through presentation scripting
File:line references. Speaker notes. One markdown artifact.
Each talking point opens a specific file at a specific line range. No fumbling for the right spot during a live demo.
Full sentences the speaker reads aloud. Not bullet points — complete thoughts paced for delivery.
Four pre-built patterns (linear, layered, problem-solution, before-after) or define your own.
Per-section time targets with trim/protect guidance so the talk fits the slot.
$ bash <(curl -fsSL https://barretts.github.io/TechDemoDirector/install.sh)
PS> irm https://barretts.github.io/TechDemoDirector/install.ps1 | iex
$ git clone https://github.com/barretts/TechDemoDirector.git
$ cd TechDemoDirector
$ bash install.sh --all # or .\install.ps1 -All on Windows
--> Installing skills for all detected tools...
==> Done.
Skills (what to do) CLI Companion (tools to do it with)
skill/skills/*.md src/cli/commands/*.ts
skill/fragments/*.md src/core/*.ts
| |
v v
compiled/ (7 IDE formats) dist/ (npm link -> global CLI)
| |
+---------> Agent <----------+
Part of the Agentic Skill Mill family.
The parent project — fragment-composed skills compiled to 7 IDE targets with a companion CLI.
Manifest-driven agentic CLI orchestration with structured contracts, resumable state, and self-healing.