# Eric Working With Repo

> Find the right repository before working. Check ~/Developer first, then GitHub personal repos, then organization repos. Clone into Developer by default, or /tmp when the user says it is one-off.

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

---


# Eric Working With Repo

Find the repo before doing anything else.

- Look locally first. Local repos live under `~/Developer`.
- If it is not local, search GitHub. Check personal repos first; there are many.
- Then check organization repos.
- Clone a remote match into `~/Developer`.
- A brand-new repo starts in `~/Developer` too, not in the current working directory.
- When the work runs through paseo, register the new project with `paseo project create <path>`.
- If the user says this is one-off, just use it once, or similar, clone into `/tmp` instead.

