comic-intent-parser

Convert raw user briefs into schema-valid intent_spec nodes for comic creation.

48|3|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/wanshuiyin/ARIS-Movie-Director --skill comic-intent-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comic-intent-parser
Source: https://github.com/wanshuiyin/ARIS-Movie-Director/tree/main/skills/comic-intent-parser
Command: npx skills add https://github.com/wanshuiyin/ARIS-Movie-Director --skill comic-intent-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gpt-5.5, codex, jsonschema, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill transforms raw ideas or storyboards into a schema-valid intent_spec node, providing a structured starting point for comic creation.

Core Features & Use Cases

  • Intent Spec Creation: Converts raw input into a structured intent_spec node, ensuring all necessary information is present.
  • Schema Validation: Validates the node against a predefined schema, ensuring consistency and completeness.
  • User Approval: Allows users to review and approve the intent_spec before proceeding with comic creation.

Quick Start

Run the comic-intent-parser skill with your raw story input to generate an intent_spec node.

Frequently Asked Questions about comic-intent-parser

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

FAQPage Schema
How do I convert raw story inputs into a structured intent spec for comic creation?

To convert raw story inputs into an intent spec for comic creation, this Skill parses text, scripts, and storyboards to generate a schema-valid intent_spec node. It validates the structured data against a predefined schema to ensure completeness.

What is the best way to validate a comic intent spec against a predefined schema?

The best way to validate a comic intent spec is by using a schema validation process that checks your structured storyboard data against predefined jsonschema rules. This ensures your intent_spec node maintains consistency and completeness before generation.

Can I review and approve the intent spec before proceeding with comic generation?

Yes, you can review and approve the intent spec before proceeding with comic generation. The workflow includes a user approval step that allows you to verify the schema-valid intent_spec node created from your raw ideas.

Does comic intent parsing work with both text scripts and visual storyboards?

Comic intent parsing works with both text scripts and visual storyboards. The parser handles multiple raw input formats, transforming them into a structured intent_spec node suitable for downstream comic creation tasks.

What limitations exist when parsing raw story inputs into a schema-valid intent spec node?

A key limitation when parsing raw story inputs into a schema-valid intent spec node is that the output must conform strictly to the predefined schema. Complex or highly unstructured inputs may require manual review during the user approval phase to ensure valid parsing.