mcpbeat Sign in

Ipollowork Template Generation Skill for Codex

Create or update reusable iPolloWork templates through conversation for Design, Slides/native editable PPT, and HyperFrames Video. Use when planning, generating, repairing, validating, or saving a template package, manifest, reusable variables, cover, slide/PPT markers, video composition, or design-system token integration.

2k tokens
context cost
the whole folder, loaded on every use
7
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
3593
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Devin-AXIS/iPolloWork --skill ipollowork-template-generation

What comes with it

6 784 bytes besides the instruction
agents/openai.yaml
references/design.md
references/slides-ppt.md
references/template-generation-contract.md
references/video.md
scripts/audit-template.mjs

The instruction itself

6 sections, as written by the author

iPolloWork Template Generation

Create a reusable template, not a one-off artifact. The product-selected category and server validator are authoritative.

Route The Work

  • Read references/template-generation-contract.md.
  • Read exactly one surface reference:
  • Design: references/design.md
  • Slides or native editable PPT: references/slides-ppt.md
  • HyperFrames Video: references/video.md
  • When converting an existing project, preserve its category, surface, structure, and source files. Saving creates a new personal template; it never updates the source template.

Conversational Authoring

Guide the user in this order: purpose and audience, content structure, reusable variables, visual/design system, surface-specific constraints, generation and validation.

  • Ask one consequential question at a time.
  • Do not ask for information the user already supplied.
  • Once the project is sufficiently specified, edit the project and show the result instead of extending the interview.
  • Keep the package manifest, variable declarations, cover, and validation checklist current after every structural change.
  • Treat the selected design system as optional context. Load only its manifest, usage guide, and design rules; never load every installed system.
  • Use local assets or stable user-provided asset URLs. Do not invent dependencies.

Package Loop

  • Maintain manifest.json, the surface entry, design-tokens.css, local assets when needed, and a 960 x 540 cover.
  • Put reusable content in typed manifest/HyperFrames variables and reusable visual choices in --ipw-* tokens. Do not mix content variables with design tokens.
  • Preserve structural invariants while applying themes: DOM meaning, responsive layout, slide geometry/PPT markers, or video timing/tracks/compositions.
  • Run the product validator before saving:
node .codex/skills/ipollowork-template-generation/scripts/audit-template.mjs <template-directory>
  • Repair every error. Warnings must be resolved or deliberately accepted.
  • Re-instantiate the staged package and verify that the correct right-side editor opens, variables remain editable, theme switching preserves structure, and the source project is unchanged.

Hard Boundary

This Skill is guidance for repository agents. Product runtime behavior does not depend on Skill discovery. Authoring System Context and the shared server validator provide the same category rules to every user.

Completion

Report the selected surface/category, files changed, reusable variables, design-system coverage, preserved surface invariants, validator result, re-instantiation result, and any remaining warning.

How to use it

Copy the folder

Take devin-axis/ipollowork-template-generation from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.