スキル一覧に戻る
ivanvza

asset-templates

by ivanvza

A DSPy integration for the Agent Skills specification, enabling ReAct agents to dynamically discover and use modular, sandboxed skills

6🍴 0📅 2026年1月24日
GitHubで見るManusで実行

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 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.

  1. Read assets/template.txt using read_skill_resource
  2. Fill in the placeholders with the user's data
  3. 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"

  1. Read assets/template.txt to get the template structure
  2. Substitute {{PROJECT_NAME}} with "Alpha"
  3. Substitute {{STATUS}} with "Complete"
  4. 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.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です