flow-research

Research software questions against primary sources and return cited evidence packets.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/AO-HyS/aohys.com --skill flow-research-ao-hys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: flow-research
Source: https://github.com/AO-HyS/aohys.com/tree/main/.agents/skills/flow-research
Command: npx skills add https://github.com/AO-HyS/aohys.com --skill flow-research-ao-hys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Version-sensitive questions about frameworks, APIs, platforms, and processes often get answered from stale blog posts or model memory, leading to decisions based on outdated or unverified claims. This Skill grounds every material claim in primary sources and marks version and date applicability. ## Core Features & Use Cases - Primary-source research: Traces each claim to official documentation, source code, specifications, first-party APIs, or research papers. - Structured evidence packets: Returns claims with supporting sources, version/date applicability, confirmed facts versus inferences, unresolved uncertainty, and consequences for the current decision. - Optional delegation: Inside a Git repository, loads the coding-orchestration docs_researcher role when delegation improves speed or context quality. - Use Case: Before upgrading a dependency, ask whether a specific API changed in the latest release and receive a cited answer distinguishing confirmed facts from inference. ## Quick Start Ask the assistant to research whether a specific framework feature is supported in a given version using official documentation and return a cited evidence packet.

Frequently Asked Questions about flow-research

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

FAQPage Schema
How do I verify if a framework feature exists in a specific version?▼

Ask the research question with the framework name and target version. The Skill checks official documentation, source code, or specifications and returns the claim with its source, version applicability, and whether it is confirmed or inferred.

What sources does primary-source technical research use?▼

It uses official documentation, source code, specifications, first-party APIs, and research papers. Each material claim is traced to the source that owns it rather than secondary blog posts or summaries.

When does the research skill write a Markdown artifact?▼

A cited Markdown artifact is written only when the user explicitly asks for durable documentation or the active workflow requires it. Otherwise results are returned directly as a compact evidence packet.

Can research tasks be delegated to other agents?▼

Inside a Git repository, the Skill can load coding-orchestration and use its docs_researcher role when delegation improves speed or context quality. Small questions are researched directly without delegation.

How are uncertain or unconfirmed research findings handled?▼

Findings are explicitly labeled as confirmed fact versus inference, and unresolved uncertainty is reported separately. Each result also states the consequence for the current decision so gaps stay visible.