Back to list
Knuckles-Team

repository-manager-clone

by Knuckles-Team

Manage your git repositories. Now supports Agentic AI MCP Server Integration!

2🍴 0📅 Jan 24, 2026

SKILL.md


name: repository-manager-clone description: Initializes and clones Git repos. Use for setup/new projects. Triggers - start repo, clone from remote.

Overview

Handles repo creation/cloning via MCP tools. Use git_action for custom init/clone.

Key Tools

  • clone_project: Clone single. Params: git_project (URL required), repository_directory?, threads?, set_to_default_branch?.
  • clone_projects: Clone multiple. Params: projects? (list), projects_file?, repository_directory?.
  • git_action: Custom (e.g., "git init", "git clone "). Params: command (required), repository_directory?.

Usage Instructions

  1. For init: git_action with "git init".
  2. Clone: Prefer dedicated tools; fallback to git_action for options (e.g., "git clone --depth 1 ").
  3. Chain: Clone -> pull (from pull skill).

Examples

  • Init: git_action with command="git init", repository_directory="/path".
  • Clone single: clone_project with git_project="https://github.com/user/repo".
  • Clone multiple: clone_projects with projects=["url1", "url2"].

Error Handling

  • Exists: Check dir first.
  • Auth: Ensure URL has creds if private.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon