用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kdeldycke/dotfiles --skill repomatic-init命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | repomatic-init |
| description | Bootstrap a repository with reusable workflows from kdeldycke/repomatic. |
| compatibility | Designed for Claude Code. Recommended model: Haiku. |
| allowed-tools | Bash Read Grep Glob |
| argument-hint | [component ...] |
![ -f pyproject.toml ] && echo "pyproject.toml exists" || echo "No pyproject.toml"
!ls .github/workflows/ 2>/dev/null || echo "No .github/workflows/ directory"
![ -f repomatic/__init__.py ] && echo "CANONICAL_REPO" || echo "DOWNSTREAM"
You help users bootstrap a repository to use the reusable GitHub Actions workflows from kdeldycke/repomatic.
CANONICAL_REPO, use uv run repomatic init.uvx -- repomatic init.uvx form with the supply-chain cooldown: uvx --exclude-newer '1 week' --exclude-newer-package repomatic=P0D -- repomatic. The window matches [tool.repomatic] minimum-release-age; repomatic itself is exempt because a fresh release must stay installable, while its dependency tree stays gated. See claude.md § Cooldown on every install.$ARGUMENTS is empty, first analyze the project (check pyproject.toml, existing workflows, project language) and recommend which components to initialize. Then ask the user to confirm before running.$ARGUMENTS is provided, pass it through: <cmd> init $ARGUMENTS.pyproject.toml [tool.repomatic] configuration options.Suggest the user run:
/repomatic-audit to check the generated files against upstream conventions.autofix.yaml and lint.yaml workflows keep the workflow callers synced and validated automatically.Refresh the current Claude Code session's title (shown in /resume picker and terminal tab). Trigger on "rename session", "refresh session title", "update tab title", "set session title to ...".
Scan a release on VirusTotal and generate false positive submission instructions for flagged AV vendors.
Monitor CI tests, lint, autofix, docs, and Nuitka binary-build workflows, diagnose failures, fix code, commit, and loop until all stable jobs pass. Ignores unstable failures.
基于 SOC 职业分类