Skip to content
Skillv1.0.0

odp-slide-generator

Generates highly styled 3-column Corporate Presentation slides (PPTX/ODP format) based on a specific HTML/CSS theme using python-pptx.

by linuxmalaysia(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from linuxmalaysia/deep-state-of-mind-for-my-ai (.agents/skills/odp-slide-generator/SKILL.md). Install upstream with npx skills add linuxmalaysia/deep-state-of-mind-for-my-ai --skill odp-slide-generator. Copyright stays with the author.

odp-slide-generator

When to use this skill

Use this skill when you need to generate a LibreOffice Impress / Microsoft PowerPoint presentation that strictly adheres to the custom 3-column corporate theme (deep blue, vibrant orange accents, grid layout).

Format Rules

The slide generator (tools/compile_3col_slides.py) expects a highly specific Markdown format to populate the complex geometric shapes.

  1. Create a markdown file with the following exact structure:
    • # [Main Slide Title] (Must be Top Level)
    • ## [Slide Subtitle] (Optional Subtitle)
    • ### [Column Label] (e.g. Stage 01: Source)
    • **[Box Header Text]** (e.g. Direct Extraction)
    • - [Bullet point 1]
    • - [Bullet point 2]
    • > "[Footer Quote Text]" (Optional footer quote block)

Example Markdown:

# Achieving Zero-Downtime Cutover
## Near-Real-Time Delta Sync (CDC) Architecture

### Stage 01: Source
**Direct Extraction**
- Native connection to PostgreSQL Write-Ahead Logs (WAL).
- Row-level mutation tracking without database triggers.

### Stage 02: Transport
**Streaming Fabric**
- Apache Kafka (KRaft Mode) for high-throughput event bus.
- Debezium Connect for automated change capture.

### Stage 03: Target
**Instant Mirroring**
- Near-instant transaction mirroring to Percona target.
- Continuous data validation during sync phase.

> "By streaming row-level mutations in real-time, we compress the final production cutover window."

Execution

  1. Write the target markdown file (e.g., docs/slide_data.md).
  2. Run the compiler using uv:
    uv run --with python-pptx python tools/compile_3col_slides.py docs/slide_data.md docs/my_presentation.pptx
  3. The resulting .pptx file is 100% natively compatible with LibreOffice Impress and will retain all shape geometries, exact RGB colors, and custom fonts.

Deep State of Mind (DSOM) For My AI Protocol | Harisfazillah Jamel (LinuxMalaysia) | 2026-07-04 Standard: UK English | DBP-standard Bahasa Melayu Malaysia (Piawai) | GNU General Public License v3.0

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/linuxmalaysia-deep-state-of-mind-for-my-ai-odp-slide-generator/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

linuxmalaysia-deep-state-of-mind-for-my-ai-odp-slide-generator.ocm.jsonjson
{
  "ocm": "1",
  "id": "linuxmalaysia-deep-state-of-mind-for-my-ai-odp-slide-generator",
  "kind": "skill",
  "name": "odp-slide-generator",
  "description": "Generates highly styled 3-column Corporate Presentation slides (PPTX/ODP format) based on a specific HTML/CSS theme using python-pptx.",
  "publisher": "linuxmalaysia",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "presentation",
      "pptx",
      "odp",
      "python-pptx",
      "slides",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Generates highly styled 3-column Corporate Presentation slides (PPTX/ODP format) based on a specific HTML/CSS theme using python-pptx."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/linuxmalaysia/deep-state-of-mind-for-my-ai",
      "path": ".agents/skills/odp-slide-generator/SKILL.md",
      "ref": "834fcc315f2a30d11d4a8bd9af7a096852a655e5",
      "url": "https://github.com/linuxmalaysia/deep-state-of-mind-for-my-ai/blob/834fcc315f2a30d11d4a8bd9af7a096852a655e5/.agents/skills/odp-slide-generator/SKILL.md",
      "key": "linuxmalaysia/deep-state-of-mind-for-my-ai/.agents/skills/odp-slide-generator/SKILL.md"
    }
  },
  "instructions": "# odp-slide-generator\n\n## When to use this skill\nUse this skill when you need to generate a LibreOffice Impress / Microsoft PowerPoint presentation that strictly adheres to the custom 3-column corporate theme (deep blue, vibrant orange accents, grid layout).\n\n## Format Rules\n\nThe slide generator (`tools/compile_3col_slides.py`) expects a highly specific Markdown format to populate the complex geometric shapes.\n\n1. Create a markdown file with the following exact structure:\n   - `# [Main Slide Title]` (Must be Top Level)\n   - `## [Slide Subtitle]` (Optional Subtitle)\n   - `### [Column Label]` (e",
  "cost": {
    "context_tokens": 520
  }
}

Fetch it by URL: GET /api/v1/registry/linuxmalaysia-deep-state-of-mind-for-my-ai-odp-slide-generator/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.