home / skills / pproenca / dot-skills / valid-skill
This skill helps validate and test agent skills by providing a reference format and guidelines for usage and validation workflows.
npx playbooks add skill pproenca/dot-skills --skill valid-skillReview the files below or copy the command above to add this skill to your agents.
---
name: valid-skill
description: A valid test skill with proper formatting. This skill should pass all validations and serves as a reference for the expected format.
---
# Valid Skill
A simple valid skill for testing purposes.
## When to Apply
Reference these guidelines when testing the skills-ref validator.
## Quick Reference
### 1. Example Category (CRITICAL)
- `example-rule-one` - First example rule for testing
- `example-rule-two` - Second example rule for testing
## How to Use
This skill is used for testing validation.
This skill provides a concise, well-formatted test example for validating agent skill metadata and structure. It demonstrates expected layout, categories, and basic rules to help authors and tools verify compliance. Use it as a clear reference when building or testing other skills.
The skill defines a minimal, valid skill manifest and a short usage guide to exercise validators and linters. It outlines an example category and two example rules that represent typical validation checks. Validators can parse the manifest, verify required fields, and ensure formatting follows the expected patterns.
What is the primary purpose of this skill?
To serve as a minimal, correct example for testing validators, linters, and tooling that process skill definitions.
Can I copy this skill as a starting point?
Yes. Use it as a template to ensure your manifest includes required fields and follows expected formatting before adding custom content.