ワンクリックで
dartsnut-skill
Legacy Dartsnut runtime index that routes to the granular pydartsnut, conf, display, and asset skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Legacy Dartsnut runtime index that routes to the granular pydartsnut, conf, display, and asset skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Dartsnut asset manifest, loader-helper, placeholder, and apply-mode workflow for art-bearing entities.
Root conf.json schema, defaults, size rules, preview handling, and reload requirements for Dartsnut projects.
Dartsnut workspace scaffold rules, just-in-time skill loading, file constraints, and emulator verification workflow.
Dartsnut display and framebuffer mapping rules for panels, physical screens, layout, clipping, and fonts.
Pixel-perfect compact UI guidance for console-style Dartsnut games and widgets.
Dartsnut game dart slot color mapping based on dart_index modulo four.
| name | dartsnut-skill |
| description | Legacy Dartsnut runtime index that routes to the granular pydartsnut, conf, display, and asset skills. |
| license | MIT |
This id is kept for backward compatibility. For new work, load granular skills instead of treating this file as the full procedure.
| Skill id | When |
|---|---|
pydartsnut-core | Before main.py — instance, loop, framebuffer, deps, Chat run steps |
pydartsnut-widget-loop | Widget main.py (Pillow, no pygame) |
pydartsnut-game-io | Game main.py with hits/buttons and pygame loop |
conf-contract | Before conf.json |
karpathy-guidelines | Creator execution style (goals, verify, simplicity) |
creator-incremental | Every new creator scaffold (constraints + verify run) |
dartsnut-display-mapping — layout, framebuffer merge, fonts on canvasasset-pipeline — dartsnut.assets.json, assets_loader.py, placeholdersAsset-applier sessions: load pydartsnut-core + asset-pipeline (apply mode rules in asset-pipeline).
Do not duplicate full loop snippets here — use the corresponding Dartsnut plugin skill on the ids above.