example_asset.txt 864 B

123456789101112131415161718192021222324
  1. # Example Asset File
  2. This placeholder represents where asset files would be stored.
  3. Replace with actual asset files (templates, images, fonts, etc.) or delete if not needed.
  4. Asset files are NOT intended to be loaded into context, but rather used within
  5. the output Codex produces.
  6. Example asset files from other skills:
  7. - Brand guidelines: logo.png, slides_template.pptx
  8. - Frontend builder: hello-world/ directory with HTML/React boilerplate
  9. - Typography: custom-font.ttf, font-family.woff2
  10. - Data: sample_data.csv, test_dataset.json
  11. ## Common Asset Types
  12. - Templates: .pptx, .docx, boilerplate directories
  13. - Images: .png, .jpg, .svg, .gif
  14. - Fonts: .ttf, .otf, .woff, .woff2
  15. - Boilerplate code: Project directories, starter files
  16. - Icons: .ico, .svg
  17. - Data files: .csv, .json, .xml, .yaml
  18. Note: This is a text placeholder. Actual assets can be any file type.