randerzander

answer

0
0
# Install this skill:
npx skills add randerzander/skill-agent --skill "answer"

Install specific skill from multi-skill repository

# Description

Return a final answer to the user's query

# SKILL.md


name: answer
description: Return a final answer to the user's query


Answer Skill

Use this skill to reflect on all gathered information and provide a final answer to the user's query.

Cite relevant source URLs you used to formulate the answer.

Workflow

  1. Review subquestions/tasks with check_subtask_responses(query: str)
  2. Determine whether to synthesize a final answer based on all subtask responses

OR

  1. Use the global skill_switch tool with skill_name='planning' to create more subquestions or tasks

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.