Replies: 3 comments 1 reply
-
Update: Fix Implemented + Naming Best Practices QuestionI've fixed the immediate bug in my fork (commit): Problem: Templates use This makes names valid per Claude's requirements, but I noticed Claude's best practices actually recommend action-oriented names (gerunds):
The tension: Standards are topics, Skills are actions. Questions
Happy to implement any approach, just want to align before submitting a PR. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
FWIW - even with those changes I'm still not sure Claude is picking up the skills after the name changes. I was playing with claude skills in another project that does not use agent-os and noticed that claude asks for confirmation before using them, but I personally haven't got prompted for that when using agent os commands like I'm doing some more digging around this, but I'm curious to know if others are seeing their skills being used out in the wild. |
Beta Was this translation helpful? Give feedback.
-
|
This fixes the issue that agent-os skills don't load out of the box with opencode-skills plugin also, it fails loading them with the message that they don't follow the naming spec. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As per Claude Docs:
But agent-os is generating a "standard_name_humanized_capitalized" for all skills and I have a feeling it's not picking up the skills when it should based on my interactions with it for the past week or so.
Here's what I got for my project for example:
I'll try to put up a PR for this today if time permits
Beta Was this translation helpful? Give feedback.
All reactions