Ask HN: How do you manage skills files?
131–140 of 305 posts
Re: Ask HN: How do you manage skills files?
#132Re: Ask HN: How do you manage skills files?
#133Skills are mostly snake oil, the way people use them (the aspiration to download kung foo from a celebrity). There was a time when maybe it mattered (last year), but with good repos and good prompts today's agents can find exactly what they need without any skills. "Skills" as developer macros can be useful, but at most those are things shared with the team (in the repo), not something you download from the internet.…
Re: Ask HN: How do you manage skills files?
#134Re: Ask HN: How do you manage skills files?
#135Never understood the “skills” part tbh. Thse models are being trained in trillions of texts. Adding something small and particular about my codebase doesn’t really move the needle
There is this urge to create a non-ephemeral library of at least something.
Re: Ask HN: How do you manage skills files?
#136Skills are mostly snake oil, the way people use them (the aspiration to download kung foo from a celebrity). There was a time when maybe it mattered (last year), but with good repos and good prompts today's agents can find exactly what they need without any skills. "Skills" as developer macros can be useful, but at most those are things shared with the team (in the repo), not something you download from the internet.…
If you are spending time on all text forums like this, you are likely a person whose skill set skews towards the verbalization of abstract concepts. This is also the exact skill set needed to use LLMs well. If you are able to articulate exactly what you want in a concise prompt, little else is needed. I think we tend to overlook the fact that LLMs have tilted the scales heavily in favor of those with good verbal skil…
Your observation on the readership bias of HN is a good one for people to add to their HUMANS.md before reading and commenting. :)
Re: Ask HN: How do you manage skills files?
#137I only want the model to have the tools it needs to get the job I ask of it done.
Re: Ask HN: How do you manage skills files?
#138To the extent that skills are contextual guidance (for this author, this project, etc) and not just (raw) capabilities they are unlikely to be eaten by models. I maintain all my skill files in a central location (like dotfile management) and have guix home sync it to the skill folders of various harnesses that I'm playing with (codex, pi, antigravity, Claude Code, Deepseek harness, etc). They're set up to be bidirect…
Re: Ask HN: How do you manage skills files?
#139I have like 3 skills, and so far so good, most of my recent changes have been asking Claude to please stop using metaphors and creative figures of speech that make the documents so much harder to read and understand (maybe it's only annoying to non-native speakers, I don't know)
Re: Ask HN: How do you manage skills files?
#140I make sure they work by understanding every skill, reviewing pull requests, and testing the end product. The result is rarely perfect, so I am constantly tweaking the skills and how I use AI.