asset-templates

A skill for generating formatted output using template files.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "asset-templates" with this command: npx skills add ivanvza/dspy-skills/ivanvza-dspy-skills-asset-templates

Asset Templates

A skill for generating formatted output using template files.

When to Use This Skill

Activate this skill when the user needs to:

  • Generate a formatted report

  • Use a template to structure output

  • Create documents following a specific format

Available Templates

Check the assets/ directory for available templates:

  • template.txt

  • Basic report template

  • config.json

  • Configuration settings for reports

  • images/sample.png

  • Sample image (binary file)

How to Use Templates

IMPORTANT: You MUST read the template file before generating output.

  • Read assets/template.txt using read_skill_resource

  • Fill in the placeholders with the user's data

  • Return the formatted result

Template Format

Templates use {{placeholder}} syntax for variable substitution.

Example Workflow

User asks: "Generate a report for project Alpha with status Complete"

  • Read assets/template.txt to get the template structure

  • Substitute {{PROJECT_NAME}} with "Alpha"

  • Substitute {{STATUS}} with "Complete"

  • Return the filled template

Binary Files

The assets/images/ directory contains binary files like images. When asked about binary files, report their path but do not attempt to read their contents.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

web-scraper

No summary provided by upstream source.

Repository SourceNeeds Review
General

file-utils

No summary provided by upstream source.

Repository SourceNeeds Review
General

web-fingerprint

No summary provided by upstream source.

Repository SourceNeeds Review
General

network-recon

No summary provided by upstream source.

Repository SourceNeeds Review