27 lines
525 B
Markdown
27 lines
525 B
Markdown
# Skill Assets
|
|
|
|
This directory contains static assets used by this skill.
|
|
|
|
## Purpose
|
|
|
|
Assets can include:
|
|
- Configuration files (JSON, YAML)
|
|
- Data files
|
|
- Templates
|
|
- Schemas
|
|
- Test fixtures
|
|
|
|
## Guidelines
|
|
|
|
- Keep assets small and focused
|
|
- Document asset purpose and format
|
|
- Use standard file formats
|
|
- Include schema validation where applicable
|
|
|
|
## Common Asset Types
|
|
|
|
- **config.json** - Configuration templates
|
|
- **schema.json** - JSON schemas
|
|
- **template.yaml** - YAML templates
|
|
- **test-data.json** - Test fixtures
|