Live data from Hacker News

PsiACE/Skills – A small, shared skill library

github.com

1–8 of 8 posts

Re: PsiACE/Skills – A small, shared skill library

#3
thats all well and good, but there is a big but.

Can it lay bricks, plaster a wall, tile a roof and plumb in a new bathroom suite.

I'm not convinced, always the sceptic or is that septic.

lets load the terminal and ask trusty old grep or even ripgrep.

grep -i skills

rg -i skills

returns fuck all

Re: PsiACE/Skills – A small, shared skill library

#4
Skills aren’t the right fulcrum to move LLMs on something as generic as well known language best practices. Trust the model owner to post-training on that.

Use skills for more specific things (idiosyncratic patterns, specific library docs, project specific info) that an LLM cannot be expected to know already, otherwise you are just wasting context.

Re: PsiACE/Skills – A small, shared skill library

#6
post #3

thats all well and good, but there is a big but. Can it lay bricks, plaster a wall, tile a roof and plumb in a new bathroom suite. I'm not convinced, always the sceptic or is that septic. lets load the terminal and ask trusty old grep or even ripgrep. grep -i skills rg -i skills returns fuck all

Yeah, and for some reason my hardware drivers can't manage a team of horses!

Re: PsiACE/Skills – A small, shared skill library

#7
post #4

Skills aren’t the right fulcrum to move LLMs on something as generic as well known language best practices. Trust the model owner to post-training on that. Use skills for more specific things (idiosyncratic patterns, specific library docs, project specific info) that an LLM cannot be expected to know already, otherwise you are just wasting context.

I disagree without being more explicit eg don’t write nested if then statements three tiers or more deep Claude will write very bad code like this.

Re: PsiACE/Skills – A small, shared skill library

#8

Has anyone had success using skills like these without an agent that supports them? I’m using the Zed agent, which doesn’t have skills support, and was thinking of just adding in a summary of the skills directory and how to use it inside my AGENTS.md.

You can place it anywhere and tell the AI to read these before starting work.