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:
0xallam
2026-01-21 14:50:48 -08:00
committed by Ahmed Allam
parent 25ac2f1e08
commit 1b394b808b
2 changed files with 20 additions and 18 deletions

View File

@@ -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