16 lines
348 B
Markdown
16 lines
348 B
Markdown
---
|
|
name: Test Skill
|
|
description: Validate skills loading and read_file flow.
|
|
example_prompts:
|
|
- "Use the test skill to explain how to proceed."
|
|
tools:
|
|
- read_file
|
|
tags:
|
|
- test
|
|
---
|
|
|
|
# Test Skill
|
|
|
|
This skill exists to verify that the skills system can discover, list, sync,
|
|
and read SKILL.md content via read_file. Replace this content later.
|