Skip to content

/repo-finder

Resolve a repo name to its real path in one command.

What it does

Turns a bare repo name into every local copy plus the facts you need about each: origin, default branch, whether it is a checkout or a worktree, current branch, dirty state, build tooling. One config-bounded command instead of searching the filesystem.

When to reach for it

Any time a repo is referred to by name and nobody has established where it actually is.

It's working if

  • It turns up a second copy of the repo you had forgotten about, and says which one is the worktree.
  • The branch and dirty state it reports match what you find when you cd there.
  • The origin it reports is exact enough to clone from, so nobody has to guess the repo's real name.

Install this skill

Then type /repo-finder in your agent.

npx skills@latest add smorinlabs/smorinlabs-harness -s repo-finder

Or install it as the repo-finder plugin.

/plugin install repo-finder@smorinlabs-harness

Where it fits