7 ms·
I made an agent skill for `tsort` and that unlocked a lot of interesting things. Giving the agent an external tool to consider the sequencing of anything with
by sjanes 10d ago
I made an agent skill for `tsort` and that unlocked a lot of interesting things.
Giving the agent an external tool to consider the sequencing of anything with dependencies led to some creative construction and offloading sequencing not unlike offloading calculation. (I also made a `bc` skill).
https://github.com/sj4nes/clanker-tools https://github.com/sj4nes/clanker-tools is where I've been riffing on this. My plan is to collect not "just skills" so much but "capsules" of reliable knowledge that agents can pull without confabulation. I'm already hitting the organizational stumbles, so this HN thread is right-on-time.