# Project Reference Research

> Read before investigating a project the user mentions.

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

---


- Resolve the project's canonical upstream repository first. Verify remotes, not directory names, and ask when its identity or ownership is ambiguous.
- `~/Work` holds the user's own working projects. Place or reuse those checkouts there exactly as they are. Do not pull, switch, reset, clean, stash, or otherwise disturb them unless the user separately asks.
- `~/Frameworks` holds third-party repositories used only as disposable, read-only references. Verify the canonical upstream, clone if absent, and update to the latest upstream version before research. If local state blocks a clean update, discard it or recreate the checkout.

