skills/relationship_proposal/SKILL.md
# SKILL.md: relationship_proposal ## Task Description Propose relationships between entities based on contextual evidence, prioritizing clarity, relevance, and confidence in the connection. ## Output Format **JSON schema**: ```json { "entities": ["entity1", "entity2"], "relationship": "relationship_type", "confidence": 0.8, // 0-1 scale "metadata": { "source": "input_context", "rationale": "explanation_of_connection" } } ``` ## Decision Framework 1. **When to Propose
npx skillsauth add prathamchopra001/inquiro skills/relationship_proposalInstall 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.
Propose relationships between entities based on contextual evidence, prioritizing clarity, relevance, and confidence in the connection.
JSON schema:
{
"entities": ["entity1", "entity2"],
"relationship": "relationship_type",
"confidence": 0.8, // 0-1 scale
"metadata": {
"source": "input_context",
"rationale": "explanation_of_connection"
}
}
When to Propose:
Confidence Scoring:
Edge Case Handling:
Clear Relationship:
Input: "OpenTelemetry is used for observability in software systems."
Output:
{
"entities": ["OpenTelemetry", "observability"],
"relationship": "tool_for",
"confidence": 0.95,
"metadata": {
"source": "input_context",
"rationale": "Directly stated in the input"
}
}
Ambiguous Link:
Input: "Biodiversity monitoring involves GBIF and GEO BON."
Output:
{
"entities": ["GBIF", "GEO BON"],
"relationship": "related_fields",
"confidence": 0.7,
"metadata": {
"source": "input_context",
"rationale": "Both are biodiversity monitoring frameworks"
}
}
Complex Scenario:
Input: "Climate change affects both coral reefs and Arctic ice."
Output:
{
"entities": ["climate change", "coral reefs"],
"relationship": "causes_degradation",
"confidence": 0.85,
"metadata": {
"source": "input_context",
"rationale": "Direct causal link in environmental science"
}
}
confidence or metadata.entities, relationship, confidence) are present.confidence is a float between 0 and 1.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