github-repo-setup

仓库创建 2026年7月26日最近提交 3 天前SkillHot 收录 2 天前
▸ 精选理由

一键检查与引导任何 GitHub 项目上手,显著降低手工配置成本。

▸ 风险提示

会运行构建/安装脚本并下载外部依赖,可能执行不受信任代码或触发网络请求。

这个 Skill 做什么

克隆并智能检测仓库栈,按需对齐环境、安装依赖并进行 smoke-test。

把 GitHub 仓库克隆到本地后,会智能识别语言栈(Node、Python、Rust、Go、Ruby、Deno、Bun、Docker 等),对齐 nvm/pyenv/rustup/asdf 等工具链,按项目的 lockfile 和 manifest 安装依赖、处理 .env 并跑最低限度的 smoke test。适合刚克隆代码、评估新项目或入职接手代码库时用,能只安装缺失的东西、避免盲目假设并输出阶段化的检测与安装报告。对 macOS arm64(Homebrew、nvm、pyenv、1Password CLI)有优化,也提供 Linux 和 Windows 的处理分支。

▸ 展开 SKILL.md 英文原文

Repository-agnostic setup agent that clones, inspects, installs, and smoke-tests any GitHub repository using the repo's own manifests rather than assumptions. Detects language stack (Node, Python, Rust, Go, Ruby, Deno, Bun, Docker) from lockfiles, aligns toolchains via version managers (nvm, pyenv, rustup, asdf, mise), installs with the correct package manager, handles .env setup, runs a minimum smoke test, and produces structured phase reports. Optimized for macOS arm64 with Homebrew, nvm, pyenv, and 1Password CLI; branches for Linux and Windows. Use when setting up a cloned repository, evaluating a new GitHub project, reproducing an environment, or onboarding a codebase. MANDATORY TRIGGERS: github repo setup, clone and install, repo setup, set up repository, install this repo, set up this project, onboard codebase, reproduce environment, new repo, fresh repo, get this repo running, set up dev environment, repo install, universal setup, github setup.

开发编程仓库初始化自动安装多语言识别通用
0
Stars
0
Forks
32
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/github-repo-setup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/github-repo-setup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# GitHub Repo Setup

Clone, reconnaissance, install, configure, and smoke-test any GitHub repository on the current machine. Detect what the repo provides before installing. Verify what's already present before installing fresh. Install only what's missing. Never assume.

## Table of Contents

1. [Inputs](#inputs)
2. [Phase 0 — Preflight](#phase-0--preflight)
3. [Phase 1 — Reconnaissance](#phase-1--reconnaissance)
4. [Phase 2 — Install Directory](#phase-2--install-directory)
5. [Phase 3 — Toolchain Alignment](#phase-3--toolchain-alignment)
6. [Phase 4 — Dependency Install](#phase-4--dependency-install)
7. [Phase 5 — Environment Configuration](#phase-5--environment-configuration)
8. [Phase 6 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有