ソース情報
- リポジトリ
- kdeldycke/dotfiles
- ソースの最終更新活動
- 2026年8月7日 19:53
- 検出された SKILL.md の言語
- 英語
- スター
- 170
- フォーク
- 22
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/kdeldycke/dotfiles --skill repomatic-initコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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 職業分類に基づく
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.