Communitygithub.com

monomind-ai-lab/lisa-ppt

Lisa's PPT: natively editable PowerPoint for Hi Ted, Meet Lisa. A hard fork of PPT Master, rebranded, install-only.

Was ist lisa-ppt?

lisa-ppt is a Codex agent skill that lisa's PPT: natively editable PowerPoint for Hi Ted, Meet Lisa. A hard fork of PPT Master, rebranded, install-only.

Funktioniert mit~Claude CodeCodex CLI~Cursor
npx skills add monomind-ai-lab/lisa-ppt

In Ihrer bevorzugten KI fragen

Öffnet einen neuen Chat, in dem dieser Agent-Skill bereits geladen ist.

Dokumentation

Lisa's PPT Skill

Lisa's PPT is a routed presentation workflow. This entry owns global execution discipline and route selection only; each selected route owns its procedure.

Mandatory Load Order

Hard rule — paths before commands: Retain the host-provided absolute directory containing this file as SKILL_DIR. Per tool call, expand ${SKILL_DIR} and replace any skills/lisa-ppt/ prefix with it. Never cd, use CWD, or assume a repo checkout. If unavailable, ask; never search or guess.

  1. Read this file.
  2. Run python3 "${SKILL_DIR}/scripts/preflight.py" once per session. Fix a FAIL (missing core dependency, stale Codex stubs) before continuing; warnings only degrade optional surfaces.
  3. Read workflows/routing.md through the concrete absolute path ${SKILL_DIR}/workflows/routing.md.
  4. Select exactly one top-level route and its active profile from the routing authority.
  5. Read only the resulting runtime authority and its explicitly triggered supporting documents.
Selected route / profileRuntime authority
Generate PPTX — Image to PPTXworkflows/profiles/image-to-pptx.md; Codex-supported, always Quick
Generate PPTX — Beautifyworkflows/profiles/beautify-pptx.md; explicit Quick intent selects Quick, otherwise Default
Generate PPTX — ordinary Defaultworkflows/generate-pptx.md
Generate PPTX — ordinary explicit Quickworkflows/profiles/quick-generate.md
Generate PPTX — Hi Ted, Meet Lisa HTML deck (/lisa-ppt <deck>.html)workflows/lisa-deck.md; its intake replaces Steps 1–2, then the selected Generate authority continues at Step 3
Create Templateworkflows/create-template.md
Edit Native PPTXworkflows/edit-native-pptx.md

Hard rule — selected authority only: Do not load another top-level route's procedure after routing. Image to PPTX and Beautify are mutually exclusive; Image to PPTX activates Quick, while Beautify selects from explicit Quick intent. Never load both runtimes. Supporting documents refine one route; they never compete with it.


Authored Expression Range

Reference — not a constraint: what a generated page can carry. Text — inline emphasis runs, lead-in, kicker, pull quote, hero number, takeaway line. Geometry — 187 Office presets, Boolean merge, connectors, freeform, page-field and outline-carrier composition. Image — full-bleed field, editorial crop, shaped picture, registered layers, scrim and spotlight, cross-page continuity. Paint — gradients, channel alpha, native shadow and glow, halftone, faceted form. Recurrence — one cross-page motif varied by page role. Each form's syntax lives in the selected runtime authority's construction references.


Phase Frame

Every route is one Plan → Do·Check·Act cycle: Plan ends when every authoring input exists as a file or retained decision; Do authors pages, Check runs the route's gates, Act repairs at the owning layer (discipline 7), and the cycle ends at export. Step numbers stay as written.

PhaseDefaultQuickEdit NativeCreate Template
PlanSteps 1–5§2§1–4Steps 1–3
Do·Check·ActSteps 6–7§3–4§5–7Steps 4–8

Global Execution Discipline

  1. Serial execution — Follow the selected authority's steps in order. A completed non-blocking step may continue directly to the next eligible step.
  2. Blocking means stop — At every ⛔ BLOCKING gate, wait for explicit user confirmation. Do not decide on the user's behalf.
  3. No cross-phase bundling — Do not combine work across an unclosed gate. Once the route's final user gate closes, later non-blocking steps may continue automatically.
  4. Gate before entry — Verify every listed prerequisite before entering a step.
  5. No speculative execution — Do not prepare later-phase artifacts before their owning step.
  6. Deterministic routing — Do not add a route-choice question when routing.md resolves the request. If a route prerequisite is missing, state it and stop that route.
  7. Act at the owning layer — On failure, repair at the shallowest layer that owns the fault: the page for a page-local issue, the Plan artifact for a roster/spec/resource fault, the owning source artifact for a tool failure; then resume from the route's declared pointer. Do not silently downgrade a required artifact.

Global Communication Rules

  • Match the user's language and source language unless the user explicitly overrides it.
  • Localize user-facing option labels and explanations. Keep exact enum IDs or field names when needed for precision.
  • Keep design_spec.md section headings and field names in the template's original English; content values may use the user's language.
  • Before switching roles, read the corresponding role reference and output:
## [Role Switch: <Role Name>]
📖 Reading role definition: references/<filename>.md
📋 Current task: <brief description>

Repository Compatibility

  • This package is a workflow/skill, not a generic application scaffold. Do not create .worktrees/, tests/, branch workflows, or generic engineering structure by default.
  • Keep required workflow, reference, script, and template documentation inside this Skill directory.
  • Repository-level documents may point into the package; package runtime files must not depend on repository-level instructions.
  • On Windows, if a documented python3 ... command is unavailable, rerun the same command with python.

Verwandte Skills