
asset-templates
by ivanvza
A DSPy integration for the Agent Skills specification, enabling ReAct agents to dynamically discover and use modular, sandboxed skills
SKILL.md
name: asset-templates description: Generate formatted reports and documents using templates. Use when the user needs to create structured reports, fill in templates, or format output according to specific patterns. license: MIT metadata: author: dspy-skills-test version: "1.0"
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 templateconfig.json- Configuration settings for reportsimages/sample.png- Sample image (binary file)
How to Use Templates
IMPORTANT: You MUST read the template file before generating output.
- Read
assets/template.txtusingread_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.txtto 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.
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です