General
PromptBeginner5 minmarkdown
Untitled Skill
193
**When to use:** After knowledge extraction is complete. Creates the export.zip for GatorSquare upload.
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
When to use: After knowledge extraction is complete. Creates the export.zip for GatorSquare upload.
export.zip/
├── metadata.json — Project metadata (REQUIRED)
├── knowledge.json — Extracted knowledge graph data (REQUIRED)
├── comic-data.json — Panel data with narrations + metadata (REQUIRED)
├── panels/
│ └── default/
│ ├── panel-01.png — Panel images (REQUIRED)
│ ├── panel-02.png
│ └── ...
└── brief.md — Research document (OPTIONAL but recommended)
Run these checks before creating the zip:
The creator pays for LLM extraction. The platform pays for graph computation (cheap — no LLM needed).