Skills for Dlang?
Lance Bachmeier
no at spam.net
Sat Sep 12 21:29:10 UTC 2026
On Saturday, 12 September 2026 at 11:31:03 UTC, jmh530 wrote:
> I recently started playing around with Codex and ran into an
> issue where there was a DMD compiler error and the agent didn't
> use dustmite to reduce it until afterward when I asked it to.
> So I'm curious if anyone out there has put together D-specific
> agent skills?
>
> And also in general, what skills do people find useful when
> programming with D?
I don't have anything that I'd share publicly, due to the
specific nature of the work I'm doing, but in general terms I
create skill files that capture processes and preferences. For
example, when I translate C code to D, I want the for loops
converted to foreach loops, I want to change i and j indexes to
ii and jj indexes, and that sort of thing. I record these
preferences in one or more skill.md files as I go. Model quality
with D can vary, so sometimes putting knowledge in skill files
delivers more accurate results. (This is more relevant for local
models like Qwen 3.6 or Gemma 4 than for Codex.)
More information about the Digitalmars-d
mailing list