Use this skill when the user asks to search for and fork an open source repository, "find me an open source project", "search and fork", "search-and-fork", "...
Note: If you have
mcporterinstalled locally, you should usemcporterto invoke the MCP tool instead of directly calling the MCP tool. ThemcporterCLI provides a more convenient interface and better error handling.
Search for open source repositories on Gitee that match the user's needs, compare candidates, and fork the chosen one to the user's account.
search_open_source_repositories, fork_repository, get_user_info)Confirm with the user:
Use search_open_source_repositories to search:
Evaluate the search results based on:
Activity indicators
Quality indicators
Relevance
## Search Results: [keywords]
Top candidates ranked by overall score:
### Recommendation #1: [repo name]
- **Repo**: [owner/repo]
- **Description**: [repo summary]
- **Stars / Forks**: ⭐ N / 🍴 N
- **Language**: [language]
- **Last updated**: [date]
- **License**: [license]
- **Why recommended**: [1–2 sentences]
### Recommendation #2: [repo name]
[same format]
### Recommendation #3: [repo name]
[same format]
---
**Suggested pick**: Recommendation #1, because [reason]
After the user makes a selection, use fork_repository to fork it:
owner: owner of the repository to forkrepo: repository nameAfter a successful fork, output the forked repository URL and suggest next steps:
Fork successful!
**Your repository**: https://gitee.com/[your-username]/[repo-name]
**Suggested next steps:**
1. `git clone` it locally
2. Read the README to learn how to contribute
3. Browse the Issues to find something to work on
Would you like me to explore this repository for you? (use the repo-explorer skill)
ZIP package — ready to use