Use when you have a written implementation plan to execute in a separate session with review checkpoints
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
- Review subquestions/tasks with
check_subtask_responses(query: str) - Determine whether to synthesize a final answer based on all subtask responses
OR
- 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:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.