You're probably using Agent Skills wrong
MisterBiggs
19 points
5 comments
June 22, 2026
Related Discussions
Found 5 related stories in 117.2ms across 11,176 title embeddings via pgvector HNSW
- Agent Skills BOOSTERHIDROGEN · 199 pts · May 04, 2026 · 64% similar
- Show HN: Run Agent Skills with mistral.rs v0.8.10: /v1/skills support and more ericlbuehler · 16 pts · June 18, 2026 · 54% similar
- Arguing with Agents asaaki · 56 pts · April 16, 2026 · 52% similar
- Show HN: Agent-skills-eval – Test whether Agent Skills improve outputs darkrishabh · 68 pts · May 07, 2026 · 52% similar
- AskHN:How do you handle skill atrophy from using coding agents? javhu · 30 pts · June 16, 2026 · 51% similar
Discussion Highlights (3 comments)
theowaway213456
TL;DR don't have your agent write skills using only its latent knowledge, otherwise you may as well not use a skill in the first place and let it summon that latent knowledge on the fly. Not sure if this take is correct though. I suspect self-generated skills help the agent avoid having to "decompress" its latent knowledge, which might save tokens? idk, I am not an expert
whattheheckheck
What if I want a way to open up a latent space prompt without having to type it all out everytime?
cush
Having agents create their own skills works well if you also give it a layer of verifiability. Eg. Ask the agent to write a skill then get it to prompt a subagent to use the skill, then iterate until it verifies the task was completed correctly