list-recent-repos

List recently accessed repositories across machines with count and filter parameters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill lists repositories you've recently worked on across all machines, helping you quickly resume work after context switches.

Core Features & Use Cases

  • Cross-machine activity overview: see the most recently touched repositories from each device.
  • Parameterized queries: control how many results to show with count and filter by machine type (work, personal, all).
  • Resume workflow example: quickly locate and reopen the last active repository on the desired machine.

Quick Start

Run the memory-manager skill to list recent repositories with default settings: count=5, filter=all.

Frequently Asked Questions about list-recent-repos

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

FAQPage Schema
How do I list recently accessed repositories across multiple machines?

You can list recently accessed repositories across multiple machines by running a query against a cross-machine memory manager. It gathers your recent project activity and formats the results for quick navigation and work resumption.

What is the best way to track recent repos when switching between work and personal devices?

Tracking recent repos across work and personal devices is done by querying a memory manager that records cross-machine activity. You can filter results by machine type to quickly locate and reopen the specific project you need.

Can I limit the number of recent repositories displayed when resuming work?

Yes, you can limit the number of recent repositories displayed by specifying a count parameter. The default query shows five results, but you can adjust this number to control how many recent projects are surfaced.

How do I filter recent repository activity by machine type?

You filter recent repository activity by machine type using the filter parameter. You can specify work, personal, or all to narrow the cross-machine visibility to the exact device context needed to resume your workflow.

Does a memory manager script work for cross-machine repository navigation?

Yes, a memory manager script works for cross-machine repository navigation by executing a query to gather and format recent activity. It supports developers managing code across devices by providing quick visibility to recent projects.