combined-resources
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
More from ivanvza/dspy-skills
web-scraper
Web scraping toolkit for extracting content from web pages. Fetch HTML, extract links, parse text content, and download page resources. Use when the user needs to scrape websites, extract data from web pages, gather links, or harvest text content.
19file-utils
File utility toolkit for searching, analyzing, and comparing files. Find files by pattern/size/date, count lines, get file statistics, and compare file contents. Use when working with file discovery, analysis, or comparison tasks.
9pentest-commands
This skill should be used when the user asks to "run pentest commands", "scan with nmap", "use metasploit exploits", "crack passwords with hydra or john", "scan web vulnerabilities with nikto", "enumerate networks", or needs essential penetration testing command references.
7json-tools
JSON processing toolkit for validating, formatting, querying, and comparing JSON data. Use when working with JSON files, API responses, configuration files, or any structured JSON data that needs parsing, validation, transformation, or comparison.
7web-fingerprint
Find and fingerprint web servers on a target. Use when asked to "find web servers", "fingerprint a website", "what's running on this web server", "identify web technologies", or "scan for web services".
7network-recon
Perform network reconnaissance including host discovery, port scanning, and service enumeration. Use when asked to "scan a network", "find hosts", "discover devices", "enumerate services", "recon a subnet", or "what's on my network".
6