14 lines
874 B
Markdown
14 lines
874 B
Markdown
# tool-skills
|
||
|
||
工具类「技能入口」集合。每个技能一个目录,遵循 `.claude/skills/<name>/SKILL.md` 标准形式(frontmatter `name` / `description` + 正文)。
|
||
|
||
## 技能
|
||
|
||
- [install-my-git-bash](my-git-bash/SKILL.md) — 在 Windows Git Bash 上安装 xnng/my-git-bash 终端美化与工具集(mintty 主题 / git 提示符 / tmux / tree / Powerline 字体 / alias),按用户偏好安全增量安装。
|
||
|
||
- [install-wsl2-ubuntu](wsl2-ubuntu/SKILL.md) — 在 Windows 11 上启用 WSL2 并安装 Ubuntu 22.04(国内网络实测路径:DISM 启用功能 + GitHub MSI 经 ghfast 镜像装运行时 + 清华镜像下 rootfs + wsl --import;附 NDK r16b 交叉编译环境)。
|
||
|
||
## 配置模板
|
||
|
||
- [git-config](git-config/) — 跨平台 Git 配置模板,含推荐的 `.gitattributes`(换行符 / 编码属性 + 匹配优先级注释)。
|
||
|