research

Answers technical questions from primary sources with cited markdown research reports.

15|3|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/thefear078/cursor-kit-for-ai --skill research-thefear078
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/thefear078/cursor-kit-for-ai/tree/main/plugins/engineering/skills/research
Command: npx skills add https://github.com/thefear078/cursor-kit-for-ai --skill research-thefear078

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineers often make API and architecture decisions based on memory or outdated blog posts, leading to integration bugs and rework. This Skill grounds technical answers in authoritative primary sources — official documentation, specifications, and source code — and delivers a verifiable report with citations. ## Core Features & Use Cases - Source Hierarchy Enforcement: Prioritizes official docs, RFCs, vendor source code, and release notes over secondary blogs, with explicit labeling when only secondary sources exist. - Structured Research Report: Produces a markdown report with confidence level, constraints table, conflicts section, and recommendations that can be pasted into issues or ADRs. - Version-Aware Verification: Matches documentation and source tags to the project's locked dependency versions and checks deprecation notices. - Use Case: Before integrating Stripe webhooks, run this Skill to verify idempotency behavior, timeout defaults, and retry semantics against the official API docs, then feed the findings into a spec or architecture decision record. ## Quick Start Ask the agent to research how a specific API or library actually behaves using official documentation and produce a cited research report with a confidence level.

Frequently Asked Questions about research

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

FAQPage Schema
How do I verify API behavior against official documentation?▼

State the research question, identify primary sources like official docs and RFCs, then extract cited answers into a structured report. The Skill enforces a source hierarchy that prefers versioned official documentation over blogs or model memory.

What sources should I trust for technical research?▼

Prefer official product documentation first, then specifications, vendor source code, release notes, and issue trackers. Secondary blogs and Stack Overflow are used only when primary sources are silent and must be labeled as secondary.

How do I research the exact library version my project uses?▼

Read the source tag matching the locked version in package-lock.json or poetry.lock rather than the main branch, and prefer versioned documentation URLs. The report records the exact version researched along with region and license notes.

Can research findings feed architecture decision records?▼

Yes, the markdown report is designed to be copy-pasted into issues or ADRs, with citations, constraints tables, and confidence levels. It suggests next skills such as architecture, to-spec, or prototype based on findings.

When should I not rely on a research report alone?▼

Do not make production changes on low-confidence findings, which arise from inference, preview docs, or conflicting sources. In those cases the Skill recommends running a prototype spike to verify behavior empirically.