skills/query_formulation/SKILL.md
# SKILL: Query Formulation for Academic Literature Search ## Task Convert a research task into 3-5 academic search queries. ## Output Format Return ONLY a JSON array of strings. No explanation. ```json ["query 1", "query 2", "query 3"] ``` ## Few-Shot Examples ### Example 1: Biodiversity Monitoring **Task:** Find papers about using sensors to monitor wildlife populations **Domain terms:** biodiversity, wildlife, monitoring, sensors **Output:** ```json [ "biodiversity monitoring sensor ne
npx skillsauth add prathamchopra001/inquiro skills/query_formulationInstall 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.
Convert a research task into 3-5 academic search queries.
Return ONLY a JSON array of strings. No explanation.
["query 1", "query 2", "query 3"]
Task: Find papers about using sensors to monitor wildlife populations Domain terms: biodiversity, wildlife, monitoring, sensors
Output:
[
"biodiversity monitoring sensor networks",
"wildlife population tracking IoT devices",
"acoustic sensors species detection",
"camera traps automated wildlife census",
"bioacoustic monitoring bird populations"
]
Task: Investigate AI techniques for early diabetes detection Domain terms: diabetes, machine learning, detection, healthcare
Output:
[
"machine learning diabetes prediction models",
"deep learning early diabetes detection",
"AI glucose monitoring prediabetes",
"neural network diabetes diagnosis accuracy",
"random forest diabetes risk factors"
]
Task: Find papers about observability in microservices architectures Domain terms: observability, microservices, distributed tracing
Output:
[
"observability microservices distributed systems",
"distributed tracing service mesh monitoring",
"OpenTelemetry microservices instrumentation",
"log aggregation kubernetes observability",
"metrics collection cloud native applications"
]
Task: Research carbon sequestration methods in forests Domain terms: carbon, sequestration, forests, climate
Output:
[
"forest carbon sequestration rates",
"tree species carbon storage capacity",
"reforestation climate mitigation",
"soil carbon forest ecosystems",
"biomass carbon accounting forestry"
]
❌ "study of things related to the topic" - Too vague
❌ "an investigation into the relationship between factors and outcomes in the domain" - Too long
❌ ["query"] - Only one query (need 3-5)
❌ Queries without domain terms
❌ Plain text instead of JSON array
Good queries:
Bad queries:
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