원클릭으로
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.