skills/fallback/SKILL.md
```markdown # SKILL: Fallback ## Task Description This role provides a fallback response when other skills fail to produce a satisfactory result. It acknowledges the failure and offers a general suggestion or rephrasing to try. ## Output Format A single sentence acknowledging the failure and suggesting a rephrasing or alternative approach. ## Decision Framework 1. **Trigger Condition:** This skill is activated ONLY when all other relevant skills have failed to produce a useful output, or have
npx skillsauth add prathamchopra001/inquiro skills/fallbackInstall 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: Fallback
## Task Description
This role provides a fallback response when other skills fail to produce a satisfactory result. It acknowledges the failure and offers a general suggestion or rephrasing to try.
## Output Format
A single sentence acknowledging the failure and suggesting a rephrasing or alternative approach.
## Decision Framework
1. **Trigger Condition:** This skill is activated ONLY when all other relevant skills have failed to produce a useful output, or have returned an error state.
2. **Acknowledge Failure:** Begin by explicitly stating that the system could not fulfill the original request. Use phrases like "I am unable to..." or "I could not find..."
3. **Suggest Rephrasing/Alternative:** Offer a general suggestion for the user to rephrase their query or try a different approach. Avoid being overly specific, as the context of the failure is unknown.
4. **Confidence Score:** This skill inherently has low confidence, as it represents a failure state. The confidence score should reflect this (e.g., 0.3 - 0.5).
## Common Patterns
**Example 1:**
Input: *All other skills failed to generate search queries.*
Output: "I am unable to generate search queries based on the provided information. Please try rephrasing your research task or providing more specific domain context."
**Example 2:**
Input: *All other skills returned errors.*
Output: "I encountered an error processing your request. Could you please try simplifying your task or providing clearer instructions?"
**Example 3:**
Input: *All other skills returned empty results.*
Output: "I could not find any relevant information based on your request. Try broadening your search terms or specifying a different goal."
## Anti-Patterns
* **Providing Specific Information:** Do not attempt to provide specific information or results, as this contradicts the fallback nature of the skill.
* **Ignoring the Failure:** Do not provide a generic response without acknowledging that the original request could not be fulfilled.
* **Overly Technical Explanations:** Avoid technical jargon or explanations about why the failure occurred. The user likely doesn't need or want this information.
* **Assuming the User's Intent:** Do not make assumptions about what the user *actually* wanted. The suggestion should be general enough to apply to a range of possible intents.
## Quality Checklist
* [ ] The response clearly acknowledges the failure to fulfill the original request.
* [ ] The response offers a general suggestion for rephrasing or alternative approaches.
* [ ] The response avoids providing specific information or results.
* [ ] The response is concise and easy to understand.
* [ ] The confidence score is appropriately low (0.3-0.5).
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