template-rendering

Map PageContent sections to template variables and render final HTML output.

2|3|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/genesis-agents/GenesisPod --skill template-rendering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-rendering
Source: https://github.com/genesis-agents/GenesisPod/tree/main/backend/src/modules/ai-app/office/slides/skills/template-rendering
Command: npx skills add https://github.com/genesis-agents/GenesisPod --skill template-rendering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deterministic rendering of slide content into HTML templates to ensure consistent visuals and predictable outputs.

Core Features & Use Cases

  • Maps PageContent.sections to template variables
  • Injects chart SVGs into placeholders
  • Wraps content with theme containers and decorative elements
  • Provides fallback rendering when templates are unavailable Use Case: Generate brand-consistent presentation slides from structured content without AI intervention.

Quick Start

Provide a PageContent outline and a template ID to render the final HTML using the selected slide template.

Frequently Asked Questions about template-rendering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render structured content into HTML presentation slides deterministically?

Deterministic slide rendering maps PageContent sections to template variables and outputs final HTML. This ensures brand-consistent presentation slides without unpredictable AI interventions.

Can I inject charts into HTML slide templates?

Yes, chart injection is supported. The rendering process injects chart SVGs directly into designated template placeholders, allowing you to embed data visualizations within your presentation slides.

What is the best way to generate brand-consistent marketing decks from structured data?

The best way is mapping PageContent sections to template variables and applying theme containers. This wraps your content with decorative elements for predictable, deterministic visuals across marketing decks.

Does template rendering work when a specific slide template is unavailable?

Yes, fallback rendering is provided. When your specified template is unavailable, the system still generates final HTML output to ensure your presentation slides render without interruption.

Do I need a template ID to render report slides into HTML?

Yes, you provide a PageContent outline and a template ID. The system uses these inputs to map content sections to variables and render the final HTML using the selected slide template.