skills/dataset_search/SKILL.md
```markdown # SKILL: Dataset Search ## Task Description This skill is designed to efficiently locate relevant, publicly available datasets based on a given research objective. It prioritizes datasets that directly address the problem statement and provide data suitable for analysis and model training. ## Output Format A JSON object containing a list of dataset recommendations. Each recommendation includes the dataset name, a brief description, the source URL, and a relevance score (0-100). ``
npx skillsauth add prathamchopra001/inquiro skills/dataset_searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# SKILL: Dataset Search
## Task Description
This skill is designed to efficiently locate relevant, publicly available datasets based on a given research objective. It prioritizes datasets that directly address the problem statement and provide data suitable for analysis and model training.
## Output Format
A JSON object containing a list of dataset recommendations. Each recommendation includes the dataset name, a brief description, the source URL, and a relevance score (0-100).
```json
{
"datasets": [
{
"name": "Dataset Name 1",
"description": "Brief description of the dataset and its relevance.",
"source_url": "URL of the dataset.",
"relevance_score": 85
},
{
"name": "Dataset Name 2",
"description": "Brief description of the dataset and its relevance.",
"source_url": "URL of the dataset.",
"relevance_score": 70
}
]
}
Example 1:
{
"datasets": [
{
"name": "Telco Customer Churn Dataset",
"description": "Customer churn data from a telecommunications company, including demographic information, service usage, and churn status.",
"source_url": "https://www.kaggle.com/blastchar/telco-customer-churn",
"relevance_score": 95
}
]
}
Example 2:
{
"datasets": [
{
"name": "102 Category Flower Dataset",
"description": "A large dataset of images of 102 different flower species.",
"source_url": "https://www.robots.ox.ac.uk/~vgg/data/flowers/102/",
"relevance_score": 90
},
{
"name": "Flowers Recognition",
"description": "A dataset of flower images categorized into 5 classes: daisy, dandelion, rose, sunflower, tulip.",
"source_url": "https://www.kaggle.com/alxmamaev/flowers-recognition",
"relevance_score": 80
}
]
}
development
# SKILL.md: task_generation ## Task Description Generates focused research tasks to advance a scientific objective by addressing knowledge gaps and balancing exploration/exploitation. Prioritizes tasks that validate strong findings or explore high-impact hypotheses. ## Output Format **JSON Array** of objects with these fields: - `type`: "Exploration" (new hypotheses) or "Exploitation" (existing hypothesis validation) - `description`: Specific action to take (e.g., "Test hypothesis X un
development
```markdown # SKILL: Scoring ## Task Description This role is responsible for assigning scores or ratings based on predefined criteria. It involves evaluating information and applying a consistent scoring rubric. ## Output Format The output should be a JSON object with the following structure: ```json { "score": INTEGER, "reason": STRING, "confidence": FLOAT (0.0 to 1.0) } ``` ## Decision Framework 1. **Identify Criteria:** Understand the specific criteria to be used for scoring. This
development
```markdown # SKILL: schema_design ## Task Description This skill focuses on designing effective and well-structured schemas for various data types, ensuring data integrity and facilitating efficient data processing. It involves defining the structure, data types, and constraints for datasets. ## Output Format Output should be a well-formatted JSON schema definition, including: * `type`: Data type (e.g., "object", "string", "number", "array", "boolean") * `properties`: (For objects) A dict
development
```markdown # SKILL: Report Writing ## Task Description This skill focuses on synthesizing research findings into concise, well-structured reports. It involves identifying key themes, patterns, and insights from individual findings, and presenting them in a coherent and informative manner. ## Output Format The output should be a structured report, formatted as follows: ```json { "report_title": "Title of the Report", "executive_summary": "A brief overview of the report's key findings and