25 lines
865 B
Plaintext
25 lines
865 B
Plaintext
# Example Asset File
|
|
|
|
This placeholder represents where asset files would be stored.
|
|
Replace with actual asset files (templates, images, fonts, etc.) or delete if not needed.
|
|
|
|
Asset files are NOT intended to be loaded into context, but rather used within
|
|
the output Claude produces.
|
|
|
|
Example asset files from other skills:
|
|
- Brand guidelines: logo.png, slides_template.pptx
|
|
- Frontend builder: hello-world/ directory with HTML/React boilerplate
|
|
- Typography: custom-font.ttf, font-family.woff2
|
|
- Data: sample_data.csv, test_dataset.json
|
|
|
|
## Common Asset Types
|
|
|
|
- Templates: .pptx, .docx, boilerplate directories
|
|
- Images: .png, .jpg, .svg, .gif
|
|
- Fonts: .ttf, .otf, .woff, .woff2
|
|
- Boilerplate code: Project directories, starter files
|
|
- Icons: .ico, .svg
|
|
- Data files: .csv, .json, .xml, .yaml
|
|
|
|
Note: This is a text placeholder. Actual assets can be any file type.
|