Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent-skill.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h1 class="sheet-heading">
<div class="summary">
<ul class="summary-list">
<li>Use this to help an AI agent generate your first draft.</li>
<li>The agent creates a link to a pre-populated<a href="/studio.html">Studio</a> page.
<li>The agent creates a link to a pre-populated <a href="/studio.html">Studio</a> page.
</li>
<li>Edit the result on the web, or download as PNG, MP4, or GIF.</li>
</ul>
Expand Down
203 changes: 196 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,18 @@
"@cloudflare/vitest-pool-workers": "^0.18.8",
"@playwright/test": "^1.61.1",
"@types/node": "^26.1.1",
"fontkit": "^2.0.4",
"jsdom": "^29.1.1",
"typescript": "^7.0.2",
"vite": "^8.1.5",
"vitest": "^4.1.10",
"wrangler": "^4.114.0"
},
"dependencies": {
"@modelcontextprotocol/server": "^2.0.0",
"gifenc": "^1.0.3",
"mp4-muxer": "^5.2.2",
"obscenity": "^0.4.6"
"obscenity": "^0.4.6",
"zod": "^4.4.3"
}
}
1 change: 0 additions & 1 deletion plugins/comic-strip/skills/comic-strip/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Add `--base http://localhost:5173` to point the link at a dev server instead of
| --- | --- | --- |
| strip | `version` | `2` |
| | `columns` | 1 to 8 panels per row, default 4 |
| | `size` | `classic` or `modern` (default) |
| | `seed` | integer, fixes the engine's random choices |
| panel | `kind` | `scene` (default) or `title` |
| | `background` | a backdrop name, or omit for blank |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ MP4 and GIF exports are also available in the editor, and hold each panel about
- It spends a panel on no story. A four panel strip with a card in front is three beats, so write it as (title) 1+ (comic panels) 3 or let the sheet run up to 1+7 etc (4 panels per row) if you want to fill the page.
- You can name the cast that carry the strip, or leave it empty for a simple title card.
- The credit line puts the script chosen names of the characters (the avatar names are generic art identifiers). If keeping it short (e.g Dan the Server Man), you could use those lines for comedic effect or framing.
- `footer` is an optional bottom line, off by default: an authorship credit ("Written by ...") or a date. Use it when the strip is signed work; leave it out otherwise. It never costs a credit row, though a five-name cast on a `classic` sized strip fills the card and drops it entirely (default `modern` works fine however)
- `footer` is an optional bottom line, off by default: an authorship credit ("Written by ...") or a date. Use it when the strip is signed work; leave it out otherwise. It never costs a credit row, though a five-name cast can fill the card and drop it entirely
- Whether to use title is a creative choice. Usually it's not needed. e.g skip it for most cases. It can be used to set the framing/stage of the comic in advance where creatively beneficial, or for longer strips (8+)
## Pairings that work

Expand Down
Loading