← スキル一覧に戻る

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日
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.
- First, read
references/guide.mdto understand the data format - Then, read
assets/data.csvto get the actual data - Use the guide to interpret the codes in the data
Example Workflow
User asks: "Analyze the data and tell me what region R02 represents"
- Read
references/guide.mdusingread_skill_resourcewith resource_type='references' - Read
assets/data.csvusingread_skill_resourcewith resource_type='assets' - Look up region code R02 in the guide
- 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
レビュー
💬
レビュー機能は近日公開予定です