From 9cff247d89c686985bf42852299b387f41aefc32 Mon Sep 17 00:00:00 2001 From: 0xallam Date: Tue, 20 Jan 2026 12:43:30 -0800 Subject: [PATCH] docs: update skills README for markdown format --- strix/skills/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/strix/skills/README.md b/strix/skills/README.md index 45b515a..4543cd5 100644 --- a/strix/skills/README.md +++ b/strix/skills/README.md @@ -49,8 +49,9 @@ A good skill is a structured knowledge package that typically includes: - **Practical examples** - Working payloads, commands, or test cases with variations - **Validation methods** - How to confirm findings and avoid false positives - **Context-specific insights** - Environment and version nuances, configuration-dependent behavior, and edge cases +- **YAML frontmatter** - `name` and `description` fields for skill metadata -Skills use XML-style tags for structure and focus on deep, specialized knowledge that significantly enhances agent capabilities for that specific context. +Skills focus on deep, specialized knowledge to significantly enhance agent capabilities. They are dynamically injected into agent context when needed. ---