Merge pull request #222 from koic/fix_example_description_to_include_when_to_use_guidance

Fix example description to include "when to use" guidance
This commit is contained in:
Jonathan Hefner
2026-03-10 08:40:43 -05:00
committed by GitHub
Unverified
3 changed files with 3 additions and 3 deletions
@@ -168,7 +168,7 @@ For each discovered skill, include `name`, `description`, and optionally `locati
<available_skills>
<skill>
<name>pdf-processing</name>
<description>Extract text and tables from PDF files, fill forms, merge documents.</description>
<description>Extract PDF text, fill forms, merge files. Use when handling PDFs.</description>
<location>/home/user/.agents/skills/pdf-processing/SKILL.md</location>
</skill>
<skill>
+1 -1
View File
@@ -36,7 +36,7 @@ With optional fields:
```yaml
---
name: pdf-processing
description: Extract text and tables from PDF files, fill forms, merge documents.
description: Extract PDF text, fill forms, merge files. Use when handling PDFs.
license: Apache-2.0
metadata:
author: example-org
+1 -1
View File
@@ -32,7 +32,7 @@ Every skill starts with a `SKILL.md` file containing YAML frontmatter and Markdo
```mdx
---
name: pdf-processing
description: Extract text and tables from PDF files, fill forms, merge documents.
description: Extract PDF text, fill forms, merge files. Use when handling PDFs.
---
# PDF Processing