# Warm

> Refresh project intelligence mid-session. Use when context feels stale, after switching branches, or after pulling changes.

- Skill: `tarangdeep-goel-by/warm` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tarangdeep-goel-by/warm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tarangdeep-goel-by/warm/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tarangdeep-goel-by (https://skillmd.com/u/tarangdeep-goel-by)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tarangdeep-goel-by/warm

---


Refresh the project intelligence brief by running the warm-start script:

```bash
~/.claude/scripts/warm-start.sh <<< '{"source":"manual","cwd":"'"$(pwd)"'"}'
```

Read the output carefully. It contains the current git state, recent changes,
stack information, and learnings from previous sessions. Use this to re-orient
yourself on what the user is working on.

If the script errors or hangs (>60s): report the error verbatim, retry ONCE at
most, then re-orient manually instead — `git status` + `git log --oneline -10` +
the newest `System/handoffs/**` entry cover the same ground. Don't loop on the
script and don't silently skip re-orientation.

If the user passed arguments, focus your attention on: $ARGUMENTS

