Skills for Dlang?

Ki rill.ki at yahoo.com
Wed Sep 16 03:26:04 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?

Hi, I have not found any skills for D so I created one myself. 
But I call it a meta-skill as it contains a few sub-skills:
* `SKILL.md` - the main skill definition (name, description, 
usage trigger, D language cheat sheet)
* `references/language.md` - full D language reference (types, 
memory model, templates, CTFE, etc.)
* `references/phobos.md` - Phobos standard library reference
* `references/vibed.md` - vibe.d web/async framework reference
* `references/vibe-mongodriver.md` - MongoDB driver reference
* `references/postgresql.md` - PostgreSQL driver reference
* `references/minio-d.md` - MinIO/S3 client reference

You can download it here: https://filebin.net/ujzo12h8saouczug
It will be available for 6 days from the time of my post.

I would have given a git link, but I host git myself with Gitea 
and something happened to my server - cannot access it for now. I 
will check it when I get home and then post the link.


More information about the Digitalmars-d mailing list