Additonal object tags for generating agent skill files. #88
Unanswered
webmaster442
asked this question in
Ideas and suggestions
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.
Hello everybody,
As we all know, agentic AI is here and will stay. Mainly I'm using spectre.console to write internal tools and it would be nice to have dedicated tags in the OpenCli document for generating agent skill files for my tools.
Agent skill files have a defined format (https://agentskills.io/home) and it would be nice to have an
agenticobject for each command, so that I could generate a SKILL.md from the OpenCLI documentation. Theagentictag would need to have two properties for the markdown file:description- Would tell the agent when to use the given commandcliTemplate- Would tell the agent how to use the command.All reactions