mmx-research-gitclone

Search GitHub repositories and clone up to two top results via SSH.

5|3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ZHLX2005/fr --skill mmx-research-gitclone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mmx-research-gitclone
Source: https://github.com/ZHLX2005/fr/tree/main/.claude/skills/mmx-research-gitclone
Command: npx skills add https://github.com/ZHLX2005/fr --skill mmx-research-gitclone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of researching open-source projects and cloning the most valuable ones into a local workspace, reducing manual scouting time.

Core Features & Use Cases

  • Deep search: perform multiple parallel searches to identify high-value candidates across GitHub, packages, and tutorials.
  • Value-based selection: evaluates results by stars, recency, relevance, and code presence to pick top candidates.
  • Git clone workflow: clone with SSH into .claude/repo, respecting depth and safety checks.
  • Validation & limits: verify clone results and enforce a maximum of 2 repositories.

Quick Start

Search for a Flutter glassmorphism implementation and clone the top two candidates using SSH.

Frequently Asked Questions about mmx-research-gitclone

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

FAQPage Schema
How do I automate searching and cloning open-source projects from GitHub?

You can automate searching and cloning open-source projects by running parallel deep searches across GitHub, evaluating candidates by stars and recency, and selectively cloning the top results directly into a local workspace.

Can I clone repositories using SSH with a depth limit?

Yes, you can clone repositories using SSH with a depth-limited fetch. The workflow targets the .claude/repo directory, enforcing safety checks and limiting the clone depth to optimize local storage.

How do I find high-value GitHub repositories for a specific framework feature?

To find high-value GitHub repositories, perform multiple parallel searches across code packages and tutorials, then evaluate the results by stars, recency, relevance, and code presence to identify the top candidates.

What is the maximum number of repositories I can clone in a single research workflow?

The maximum number of repositories you can clone in a single research workflow is two. The system enforces a strict clone-limit workflow and validates the cloned repository content after the operation.

Does the automated git clone workflow validate the cloned repository content?

Yes, the automated git clone workflow includes validation of repository content. After performing an SSH-based clone into the designated directory, it verifies the clone results to ensure the repository data is intact and present.

How do I compare open-source projects by popularity before cloning them?

You compare open-source projects by popularity through a value-based selection process that evaluates search results by stars, recency, relevance, and code presence, allowing you to selectively clone only the top two candidates.