creative-studio-organize

Propose conservative layout and connection improvements for Creative Studio canvas nodes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creative Studio canvases can become cluttered and hard to read as nodes accumulate. This Skill proposes small, explainable layout and connection improvements for existing canvas nodes without creating media, deleting content, or mutating task-owned state. ## Core Features & Use Cases - Layout Proposals: Suggests node moves and resizes that preserve semantic reading order and avoid overlaps. - Connection Cleanup: Recommends connect and disconnect operations using the nomifun.creative-studio.canvas-ops/v1 artifact contract. - Safe by Design: Never deletes nodes, never creates media or config nodes, and never applies changes itself; the user reviews and explicitly applies every artifact. - Use Case: After a long brainstorming session, your Creative Studio canvas is a tangle of overlapping nodes. Ask for an organization pass and receive a reviewable set of move, resize, and reconnect operations. ## Quick Start Organize my current Creative Studio canvas by proposing node moves and connection fixes that I can review before applying.

Frequently Asked Questions about creative-studio-organize

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

FAQPage Schema
How do I organize a cluttered Creative Studio canvas?

Provide the current canvasContext and ask for an organization pass. The Skill proposes move_node, resize_node, connect, and disconnect operations as a reviewable artifact, which you must explicitly approve before anything is applied.

What operations can the Creative Studio organizer propose?

It can propose move_node, resize_node, connect, and disconnect operations under the nomifun.creative-studio.canvas-ops/v1 contract. It may update an existing text node only when you explicitly request wording changes.

Can the organizer delete nodes or create new media?

No. It never emits delete_node, never creates media or config nodes, and never changes Provider, model, or task identity. It works only with nodes and connections already present in the supplied canvasContext.

Does the Creative Studio organizer apply changes automatically?

No. It only proposes changes as artifacts and never claims they were applied. You must review each artifact and explicitly apply it, keeping full control over the canvas state.

What input does the canvas organizer require?

It requires an exact Creative Studio planning envelope containing the canvasContext with the current nodes and connections. Without that context it cannot propose layout or connection improvements.