一键导入
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.