スキル一覧に戻る
ivanvza

combined-resources

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: combined-resources description: Analyze data files using lookup guides. Use when the user needs to interpret CSV data with code lookups, or process data files that require reference documentation. license: MIT metadata: author: dspy-skills-test version: "1.0"

Combined Resources

A skill that uses both references and assets together for data analysis.

When to Use This Skill

Activate this skill when the user needs to:

  • Analyze data files that contain codes requiring lookup
  • Interpret CSV data using reference documentation
  • Process data with the help of a guide

Available Resources

References

  • guide.md - Documentation for interpreting the data file

Assets

  • data.csv - Sample data file containing codes

How to Complete Tasks

IMPORTANT: You must use BOTH the reference guide AND the data file.

  1. First, read references/guide.md to understand the data format
  2. Then, read assets/data.csv to get the actual data
  3. Use the guide to interpret the codes in the data

Example Workflow

User asks: "Analyze the data and tell me what region R02 represents"

  1. Read references/guide.md using read_skill_resource with resource_type='references'
  2. Read assets/data.csv using read_skill_resource with resource_type='assets'
  3. Look up region code R02 in the guide
  4. Return the region name and any relevant data

スコア

総合スコア

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

レビュー

💬

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