my-repos

Locate dwmkerr's repositories locally or clone them from GitHub.

23|2|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/dwmkerr/claude-toolkit --skill my-repos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-repos
Source: https://github.com/dwmkerr/claude-toolkit/tree/main/plugins/dwmkerr/skills/my-repos
Command: npx skills add https://github.com/dwmkerr/claude-toolkit --skill my-repos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate and work with dwmkerr's repositories. Use when user mentions "my repos", "my repo X", "check my repo", or needs to find/access a specific repository.

Core Features & Use Cases

  • Local discovery: Check for repos in common local paths and project directories.
  • Remote access & cloning: View on GitHub and clone when the local copy is missing.
  • Use Case: Example: user asks for the claude-toolkit repo; this skill locates it locally or fetches it from GitHub for immediate exploration.

Quick Start

Use the my-repos skill to locate and access a repository by name, for example claude-toolkit, and clone it if it is not present locally.

Frequently Asked Questions about my-repos

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

FAQPage Schema
How do I find local git repositories on my machine by name?

To find local git repositories by name, this skill checks common local paths and project directories to locate existing clones. It searches for the repository by name across standard development folders to verify if a local copy already exists.

How do I clone a GitHub repository when I don't have it locally?

Cloning a GitHub repository when a local copy is missing is handled by using the gh CLI to view the remote repository and standard git operations to fetch it. The skill discovers the repo on GitHub and clones it for immediate work.

Can I use the gh CLI to check if I already have a repo cloned before downloading it again?

Yes, you can check for existing local copies before downloading again. The skill first scans local directory paths to verify if the repository is already present, and only uses gh and git clone operations if the local check comes up empty.

What's the best way to locate and access a specific repository across local and remote sources?

The best way to locate and access a specific repository across local and remote sources is to use a discovery process that checks local directories first, then falls back to GitHub viewing and git cloning. This ensures you find the repo quickly wherever it exists.

Do I need the gh CLI installed to find and clone my GitHub repositories?

You need the gh CLI installed to access GitHub viewing capabilities for remote repository discovery and cloning. While local directory checks do not require it, fetching remote repositories relies on gh and standard git operations to complete the clone.