find-repo

Find repository clones across machines with paths and last access times.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/yoshiwatanabe/yoshiwatanabe-plugins --skill find-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-repo
Source: https://github.com/yoshiwatanabe/yoshiwatanabe-plugins/tree/main/dev-memory/skills/find-repo
Command: npx skills add https://github.com/yoshiwatanabe/yoshiwatanabe-plugins --skill find-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you locate all clones of a repository across every connected machine, enabling you to audit presence and access patterns.

Core Features & Use Cases

  • Cross-machine discovery: Find where repositories exist across workstations and environments.
  • Clone metadata: Surface last access times and paths for each clone.
  • Use Case: When coordinating a team-wide repository migration, quickly identify all active clones to plan consolidation.

Quick Start

Use the find-repo skill to search for a repository named "my-repo" across all machines. The results will include clone locations and last-accessed timestamps.

Frequently Asked Questions about find-repo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find all clones of a git repository across multiple machines?

To find all clones of a git repository across multiple machines, you need a tool that queries memory data to surface clone locations. This Skill retrieves clone paths and last access times across workstations using a configuration repository path and repository name.

What is cross-machine repository discovery and when do I need it?

Cross-machine repository discovery is the process of locating where a repository exists across different workstations and environments. You need this when auditing repository presence or coordinating a team-wide repository migration to identify all active clones.

How do I locate the path and last access time for a repository clone?

To locate the path and last access time for a repository clone, apply this Skill with the required configuration repository path and repository name parameters. It uses a Python querying script to retrieve clone metadata and present it in an organized format.

Do I need a configuration repository path to track clones across workstations?

Yes, you need a configuration repository path to track clones across workstations. The Skill requires this path alongside a repository name parameter to query memory data and retrieve clone locations across all connected machines.

Can I audit repository presence and access patterns across environments?

Yes, you can audit repository presence and access patterns across environments. The Skill surfaces clone locations and last access timestamps across workstations, enabling you to review where repositories exist and plan consolidation.