skills/paper_ranking/SKILL.md
# SKILL.md: paper_ranking ## Task Description Rank academic papers by relevance to a specific research objective, prioritizing domain-specific contributions, empirical evidence, and theoretical depth. ## Output Format ```json { "ranked_papers": [ { "title": "str", "author": "str", "conference": "str", "year": "int", "score": "int (0-100)", "relevance_notes": "str" } ] } ``` ## Decision Framework 1. **Align with Research Objective**: - Higher
npx skillsauth add prathamchopra001/inquiro skills/paper_rankingInstall 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.
Rank academic papers by relevance to a specific research objective, prioritizing domain-specific contributions, empirical evidence, and theoretical depth.
{
"ranked_papers": [
{
"title": "str",
"author": "str",
"conference": "str",
"year": "int",
"score": "int (0-100)",
"relevance_notes": "str"
}
]
}
Align with Research Objective:
Evaluate Empirical vs Theoretical Work:
Confidence Scoring Guidelines:
Edge Case Handling:
Example 1:
Input: "What are the key factors affecting Q-learning convergence?"
Output:
{
"ranked_papers": [
{
"title": "Convergence Rates of Q-Learning with Exploration Strategies",
"author": "Smith et al.",
"conference": "NeurIPS",
"year": 2022,
"score": 95,
"relevance_notes": "Direct empirical comparison of epsilon-greedy, UCB, and softmax"
},
{
"title": "Theoretical Analysis of Exploration Strategies in RL",
"author": "Lee & Chen",
"conference": "ICML",
"year": 2021,
"score": 88,
"relevance_notes": "Formal convergence proofs for UCB and softmax"
}
]
}
Example 2:
Input: "How do exploration strategies affect sample efficiency?"
Output:
{
"ranked_papers": [
{
"title": "Sample Efficiency in Q-Learning: A Comparative Study",
"author": "Zhang et al.",
"conference": "ICRA",
"year": 2023,
"score": 92,
"relevance_notes": "Empirical benchmarks across 10 exploration strategies"
},
{
"title": "Exploration-Exploitation Tradeoffs in Reinforcement Learning",
"author": "Brown & White",
"conference": "AAAI",
"year": 2020,
"score": 75,
"relevance_notes": "Broader discussion with partial focus on sample efficiency"
}
]
}
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