answer-me

Gathers code, doc, config, and test evidence for under-evidenced memory draft candidates.

1|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/manhua-man/session-distill-skills --skill answer-me-manhua-man
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: answer-me
Source: https://github.com/manhua-man/session-distill-skills/tree/main/helpers/answer-me
Command: npx skills add https://github.com/manhua-man/session-distill-skills --skill answer-me-manhua-man

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Memory draft candidates in the session-distill review chain are often plausible but lack concrete supporting evidence from code, docs, config, tests, or command output. This Skill fills those evidence gaps so reviewers can make informed decisions without blocking the main distillation chain. ## Core Features & Use Cases - Evidence Gathering: Uses Read, Grep, and Glob to locate supporting files, commands, or docs for a draft claim. - Structured Evidence Answers: Returns a compact answer with direct findings, supporting references, uncertainty notes, and a suggested classification (new, refine, confirm, conflict, or ephemeral). - Non-Blocking Design: Operates as an optional collaborator outside the default session-distill main chain and never approves, rejects, or syncs memory entries. - Use Case: A review note flags a candidate claiming a repo behavior but cites no file. Invoke this Skill to locate the relevant source file and command output, then return the evidence so the reviewer can confirm or reject the candidate. ## Quick Start Ask the assistant to use answer-me to find code and documentation evidence supporting this under-evidenced memory draft candidate.

Frequently Asked Questions about answer-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I gather evidence for an under-evidenced memory draft?▼

Invoke answer-me with the draft claim, and it searches the repository using Read, Grep, and Glob to find supporting files, commands, or docs. It returns a compact evidence answer with direct findings and any remaining uncertainty.

What does answer-me return for a candidate review?▼

It returns a direct answer, supporting files, commands, or docs, notes on uncertainty or missing evidence, and a classification of whether the evidence supports new, refine, confirm, conflict, or ephemeral.

Can answer-me approve or promote memory entries?▼

No. answer-me only gathers evidence during candidate review. Promotion decisions stay in the review chain, and it never creates, approves, rejects, or syncs candidate or durable memory entries.

Does answer-me block the session-distill main chain?▼

No. It is an optional collaborator outside the default session-distill main chain. The distillation workflow continues normally even when answer-me is unavailable.

When should I not use answer-me?▼

Do not use it to rewrite draft conclusions beyond evidence-scoped wording, to make promotion decisions, or as a required dependency of session-distill. It only answers evidence gaps for plausible but under-evidenced drafts.