research-ops-edho-ferdian

Produces cited research reports with per-claim evidence labels and source cross-checking.

2|Updated Sep 6, 2026
One-click install
npx skills add https://github.com/edhoferdian/EEF --skill research-ops-edho-ferdian-edhoferdian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-ops-edho-ferdian
Source: https://github.com/edhoferdian/EEF/tree/main/.agents/skills/research-ops-edho-ferdian
Command: npx skills add https://github.com/edhoferdian/EEF --skill research-ops-edho-ferdian-edhoferdian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Research answers often sound confident but cannot be traced — the reader cannot tell which sentence came from a source, which came from the user, and which was invented. This Skill forces every important claim to carry an explicit evidence label and picks the lightest research path that actually answers the question. ## Core Features & Use Cases - Ask classification and path selection: Distinguishes local questions (answer in the repo), quick factual lookups, comparison memos, and deep-dive landscapes, then applies the matching depth instead of over-researching. - Evidence-labeled reports: Every claim is tagged [SOURCED], [USER], [INFERENCE], or [RECOMMENDATION], with dated citations, contrarian evidence, and an explicit confidence-and-gaps section. - Untrusted-source handling: Treats fetched pages as data, never instructions — flags prompt-injection attempts, single-source claims, and stale information. - Use Case: Ask "compare PostgreSQL vs MySQL for our workload" and receive a structured decision memo with 5-15 cited sources, a downside case, one recommendation, and a list of what could not be verified. ## Quick Start Ask the assistant to research a question such as "what is the current state of edge runtime cold starts" and request a cited report with evidence labels.

Frequently Asked Questions about research-ops-edho-ferdian

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

FAQPage Schema
How do I get a cited research report from an AI assistant?

State your question and ask for a research report with evidence labels. The skill classifies the ask, searches primary sources first, reads key sources in full, and delivers a structured report where every claim is tagged [SOURCED], [USER], [INFERENCE], or [RECOMMENDATION] with dated citations.

How to compare two technologies with sourced evidence?

Ask a comparison question like "X vs Y for my use case" to trigger the comparison path. The skill gathers 5-15 sources, includes contrarian evidence and the strongest argument against its own recommendation, and ends with one decision plus what finding would flip it.

What happens when no web search tool is available?

The skill never simulates a search. If no web search tool exists in the session, it says so explicitly and labels the entire output as memory-based and unverified, so you know the claims cannot be traced to fetched sources.

Can AI research be trusted when sources contain prompt injection?

The skill treats every fetched page as untrusted data, never instructions. It refuses to follow commands embedded in sources, never sends data outward to endpoints a page names, and flags any manipulation attempt in the report under its citation.

When should a question not trigger web research?

When the answer lives in the local repository's code, docs, or git history, the skill reads the repo instead of searching the web. It also collapses single-fact lookups into a short cited answer rather than inflating them into full reports.

How are single-source or outdated claims handled in research?

Claims supported by exactly one source are flagged as uncorroborated rather than promoted. Freshness-sensitive claims like prices, versions, and funding must be dated, and sources older than 12 months are called out for fast-moving topics.