ワンクリックで
dotfiles
dotfiles には sebastienrousseau から収集した 2 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Bootstrap a workstation with the dotfiles framework. Takes a GitHub user / owner+repo / explicit clone URL and runs `dot init` (which shells out to chezmoi) with the right safety prompts. Honors the active agent profile (`ask` / `plan` / `apply` / `audit`) so it defaults to dry-run in safer modes and full apply in `apply`.
Delegate a coding task to a cheap AI model (Mistral Vibe by default, but any provider Vibe knows about — DeepSeek, Gemini Flash, etc.) and supervise the result via git diff. Claude orchestrates, the cheap model codes. Claude consumes ~500-1500 tokens per delegation regardless of how many file reads the delegate does internally — reported ~10-17x cost savings vs Claude doing the work directly. Trigger: /vibe <instruction>. Also handles /vibe-report, /vibeon, /vibeoff, /vibestatus, /vibe-model-pick, /vibe-model-clear.