combined-resources
3
总安装量
3
周安装量
#59374
全站排名
安装命令
npx skills add https://github.com/ivanvza/dspy-skills --skill combined-resources
Agent 安装分布
opencode
3
claude-code
3
codex
3
gemini-cli
3
cursor
3
antigravity
2
Skill 文档
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