User Story
As a user
I want to give the ai agent minimal skills via README.md file
So that he can use the skill as a template to fetch data for to task.
Description
Skill can be defined actions for example a fetch command the ai agent can use. This Skills are not defined tool but give the ai agent context hat he can use and give examples what functional fetch function and response will look like and he can execute that. Skills should not be the core conecept of pengine because small model cannot interpret complex skills fast enough. The skills should be easy template for example fetch request you use often and you now work easily. More important give context how the response should look like. Define Skills more like a OpenApi Request Response Schema that the AI agent can use.
Acceptance Criteria
User Story
As a user
I want to give the ai agent minimal skills via README.md file
So that he can use the skill as a template to fetch data for to task.
Description
Skill can be defined actions for example a fetch command the ai agent can use. This Skills are not defined tool but give the ai agent context hat he can use and give examples what functional fetch function and response will look like and he can execute that. Skills should not be the core conecept of pengine because small model cannot interpret complex skills fast enough. The skills should be easy template for example fetch request you use often and you now work easily. More important give context how the response should look like. Define Skills more like a OpenApi Request Response Schema that the AI agent can use.
Acceptance Criteria