用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nwiizo/dotfiles --skill home-validate-on-oss命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Add config to this macOS dotfiles repo. Use for env vars, fish abbreviations/functions/plugins, direct symlinked config files, tool integrations, shared agent config, and app config such as Neovim, Ghostty, Warp, Git, Bat, Atuin, tealdeer, and gh.
Add a package to this macOS dotfiles repo. Use when the user asks to install, add, or migrate a CLI package or GUI app, for example "add jq", "ripgrep を入れて", "lazygit 入れたい", "brew install foo を repo 管理に", "kubectl 追加して". Homebrew owns binaries here; update Brewfile, validate with brew bundle, apply with brew bundle, and verify the executable.
実装前の計画・設計・意思決定を、1問ずつの徹底インタビューで叩いて固める。共有理解に達するまで実装しない。Invoke manually before non-trivial implementation when a plan or design already exists and needs stress-testing.
基于 SOC 职业分类
正在显示 SKILL.md
| name | home-validate-on-oss |
| description | ツールを実際のOSSプロジェクト(bat, fd, ripgrep, eza, tokei)で検証する。ツールの品質・パフォーマンス検証時に使用。 |
| disable-model-invocation | true |
ツールを実際の OSS プロジェクトで検証する。
| Project | Size | Clone |
|---|---|---|
| bat | M | gh repo clone sharkdp/bat /tmp/bat |
| fd | S | gh repo clone sharkdp/fd /tmp/fd |
| ripgrep | L | gh repo clone BurntSushi/ripgrep /tmp/rg |
| eza | M | gh repo clone eza-community/eza /tmp/eza |
| tokei | S | gh repo clone XAMPPRocky/tokei /tmp/tokei |
for proj in /tmp/bat /tmp/fd /tmp/eza; do
echo "=== $proj ==="
your-tool $proj/src
done
bat: A-B / fd: A / ripgrep: B-C / eza: B