# Web Research

> Research changing technical facts from primary sources and convert findings into implementation decisions with traceability.

- Skill: `nafeeur/web-research` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nafeeur/web-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nafeeur/web-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: nafeeur (https://skillmd.com/u/nafeeur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nafeeur/web-research

---


# Technical Web Research

- Start with official documentation, specifications, source repositories, changelogs, and release notes.
- Check publication and event dates; prefer current versioned docs over blog summaries.
- Record exact compatibility constraints, schemas, commands, and deprecations that affect implementation.
- Cross-check unstable or surprising claims with another primary source.
- Keep quotations minimal and preserve source links in design notes or code comments only where they remain useful.
- Separate sourced fact from engineering inference.

