🤖 Adding Agent Skills 🤖 #445
DavidVujic
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🤖 🧠 Adding Agent Skills to the CLI 🧠 🤖
The skills will tell the agents how to use the commands, and add knowledge about the Polylith Architecture.
I think this will be helpful for teams that practice Agentic Engineering. The agents/LLMs will be aware of the
polytool and what the command does, also should be able to determine when to create a base or a component, validating the workspace, getting information about bricks, interfaces and dependencies.The creator of FastAPI, Sebastián Ramírez, has released a new tool called library-skills. The purpose of that tool is to extract any skills added by the installed libraries in a repo. You can add the Polylith skills with that tool.
NOTE: it seems that the library-skills tool currently doesn't support scanning dev-dependencies, but I have posted a question about it at the library-skills repo.
Another option is to just copy the contents of the
.agentsfolder in this repo. It's at the very top of the structure.Give this a try and share your feedback about how your agents understand the skills. 🙏
I know that different agents do and understand things differently from each other, so your feedback is much appreciated.
The skills are added to the CLI, from version 1.47.
Beta Was this translation helpful? Give feedback.
All reactions