creative-studio-template

Generates structured Creative Studio template drafts as JSON for manual user review.

284|54|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/nomifun/nomifun-desktop --skill creative-studio-template-nomifun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creative-studio-template
Source: https://github.com/nomifun/nomifun-desktop/tree/main/crates/backend/nomifun-app/assets/builtin-skills/creative-studio-template
Command: npx skills add https://github.com/nomifun/nomifun-desktop --skill creative-studio-template-nomifun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It converts a user's creative goal into a strictly formatted NomiFun Creative Studio template draft, eliminating the need to hand-write prompt templates and placeholder syntax for image generation workflows. ## Core Features & Use Cases - Template Draft Generation: Produces a single nomifun.creative-studio.template-draft/v1 JSON object with name, description, category, and promptTemplate fields. - Two Supported Modes: Creates single-image drafts using {{product_name}} and {{selling_points}} placeholders, or multi-image-series drafts using {{topic}}, {{style}}, and {{platform}} placeholders. - Safe Review Workflow: Never saves, runs, or invokes media models; the user must explicitly apply and save the draft in the editor. - Use Case: A marketer asks for a product promo image template and receives a ready-to-review draft with a prompt template like "Create an image for {{product_name}} highlighting {{selling_points}}." ## Quick Start Ask the assistant to design a single-image Creative Studio template for promoting a product with its key selling points.

Frequently Asked Questions about creative-studio-template

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

FAQPage Schema
How do I create a Creative Studio template draft?

Describe your creative goal and the skill returns one JSON draft containing a name, description, category, and promptTemplate. You then review the draft and explicitly apply and save it in the Creative Studio editor.

What placeholders can I use in a single-image template?

Single-image templates support only the {{product_name}} and {{selling_points}} placeholders. Multi-image-series templates use {{topic}}, {{style}}, and {{platform}} instead, and at least one allowed placeholder must appear.

Does the skill save or run the generated template?

No, the skill only produces a draft for review. It never saves templates, runs them, calls media models, or invents asset and model IDs; the user must explicitly apply the draft in the editor.

What template modes does Creative Studio support?

The first release supports exactly two modes: single-image and multi-image-series. The mode value must be set to one of these exact strings in the draft JSON.

Why does my template draft get rejected?

Drafts are rejected if they include extra keys, disallowed or nested placeholders, or fields owned by the product such as IDs, timestamps, revisions, visibility, tags, variables, or model bindings.