원클릭으로
creator-incremental
Dartsnut workspace scaffold rules, just-in-time skill loading, file constraints, and emulator verification workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Dartsnut workspace scaffold rules, just-in-time skill loading, file constraints, and emulator verification workflow.
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 display and framebuffer mapping rules for panels, physical screens, layout, clipping, and fonts.
Legacy Dartsnut runtime index that routes to the granular pydartsnut, conf, display, and asset skills.
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 | creator-incremental |
| description | Dartsnut workspace scaffold rules, just-in-time skill loading, file constraints, and emulator verification workflow. |
| license | MIT |
Technical constraints for workspace files. Load karpathy-guidelines for edit discipline.
| Need | Load |
|---|---|
Root config / conf.json | conf-contract |
Runnable main.py / loop | pydartsnut-core + widget or game loop skill |
| Layout / fonts on canvas | dartsnut-display-mapping, widget-fonts |
| Game I/O | pydartsnut-game-io |
| Art slots / manifest | asset-pipeline |
python / json source in thinking.When conf.json and main.py already exist: use glob_files / grep_files to locate the relevant code, read_file before edits; prefer replace_in_file (make find unique, or replace_all). Do not rescaffold unless the user asks.
Use check_python (fast syntax check, no run) after writing/editing Python, then reload_emulator then get_emulator_logs after material changes. Stop when logs are clean and the user's request is met — do not declare done after a partial skeleton unless that satisfies what they asked for.