Skip to main content

hermesoffice-decks

Produce presentations in HermesOffice Slides — the plan_deck/generate_deck pipeline, native element editing, and the templates/decks style specs (modern, elegant, professional, keynote-speaker, minimal, tech-dark, investor-pitch, workshop). Load for any request that creates or restyles a deck.

Zur Installation springen

Quellinformationen

Repository
criptogus/HermesOffice
Letzte Quellaktivität
5. August 2026 um 13:22
Erkannte Sprache von SKILL.md
Englisch
Sterne
589
Forks
77

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
hermesoffice-decks
description
Produce presentations in HermesOffice Slides — the plan_deck/generate_deck pipeline, native element editing, and the templates/decks style specs (modern, elegant, professional, keynote-speaker, minimal, tech-dark, investor-pitch, workshop). Load for any request that creates or restyles a deck.
# Producing decks ## New decks: always through the generation pipeline For blank/from-scratch decks do **not** hand-assemble pages element by element — use the pipeline: 1. If the brief is vague, `ask_clarification` (audience, goal, tone) or decide with professional judgment. 2. Pick a style spec from `templates/decks/` and read it: | Spec | Character | | -------------------- | ------------------------------------------ | | `modern.md` | Bold, asymmetric, one idea per slide | | `elegant.md` | Editorial serif, muted luxury | | `professional.md` | Corporate reviews/QBRs, agenda + summary | | `keynote-speaker.md` | Stage deck: huge type, dark, no bullets | | `minimal.md` | Monochrome, typographic, zero decoration | | `tech-dark.md` | Developer product: dark UI, code cards | | `investor-pitch.md` | Fundraising: traction-first, ≤12 slides | | `workshop.md` | Interactive session: exercises + timeboxes | 3. `plan_deck` with a `core_hook`, the spec's **Style** section as `style`, and the user's content mapped onto the spec's suggested page plan. 4. `generate_deck` once, passing all planned pages; follow the `<generation-progress>` notes until every page is done. ## Refining an existing deck (native tools) When the deck already has real content, refine with the element tools: `read_slide` for fresh ids, then `set_element_text/style/transform/fill/ stroke`, `edit_table_*`, `edit_chart`, `set_slide_background`. For multi-element layout changes use `execute_slide_script` (atomic, reads real geometry) and heed the layout-audit warnings it returns. ## Data discipline Charts require a declared `dataSource` (`user` / `document` / `search` / `sample`). `search` requires an actual `web_search` in this conversation; `sample` data must be explicitly flagged to the user as illustrative.
Auf GitHub ansehen