logoalt Hacker News

gidellavtoday at 12:03 AM2 repliesview on HN

While I think that the core philosohpy is the same, i'd like to ask: why adding features like Skills and prompt templates?

I personally decided to not implement Skills and instead using a prompt library approach, where certain .md are used to fully replace the system prompt, in order to allow for an approach similar to Skills with ~100 LoC dedicated to this system.


Replies

afzalivetoday at 3:48 AM

Isn't the key thing with skills that the description is used to match them from a prompt that doesn't mention them?

Would a prompt library do that too?

c-hendrickstoday at 2:38 AM

Aren't skills fairly easy to share, and can contain more than one file?