Hacker News new | ask | show | jobs
by kingkongjaffa 168 days ago
My big gripe with skills is getting claude webapp and claude code to get them to invoke them in the right situations (often unexpected situations) without explicitly telling it directly to use skill x + skill y.

Ideally I would build a bunch of atomic skills that combine well and claude just uses them naturally when the situation arises.

1 comments

1000000% agree. That's a problem I'm working on right now. I did learn about hooks, which is a way to constantly remind it. But that's too generic.

At some point I plan to do some ralph wiggum loop stuff maybe to hash out the best way for triggers to work.

I'm reading up on this right now.

Here's some prior work that might be interesting: https://scottspence.com/posts/how-to-make-claude-code-skills...

Edit: I realise it might look kind of weird I posted this link in 2 comments on this thread - disclaimer I am not the author of that random blog post, just sharing what I found!