docs: update skills documentation for markdown format
Reflect PR #275 changes - skills now use Markdown files with YAML frontmatter instead of Jinja templates with XML-style tags.
This commit is contained in:
@@ -50,7 +50,7 @@ Skills are specialized knowledge packages that enhance agent capabilities. They
|
||||
### Creating a Skill
|
||||
|
||||
1. Choose the right category
|
||||
2. Create a `.jinja` file with your skill content
|
||||
2. Create a `.md` file with YAML frontmatter (`name` and `description` fields)
|
||||
3. Include practical examples—working payloads, commands, test cases
|
||||
4. Provide validation methods to confirm findings
|
||||
5. Submit via PR
|
||||
|
||||
Reference in New Issue
Block a user