Skip to main content

beyond-all-reason/BAR-Devtools

SkillsMP 已收集 beyond-all-reason/BAR-Devtools 中的 6 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
6
GitHub 星标
6
GitHub Forks
6

这个仓库中的 skills

1 个职业分类 · 已分类 100%

已展示 6 / 6 个已收集 Skill。

职业分类
软件开发工程师
描述

All interactive decisions in long-running setup scripts go in one batch at the top, before any work runs. Use this when adding a new prompt to `cmd_init`, `setup::init`, or any multi-minute recipe — it explains the "Step 0/N Configuration" pattern and why we…

原文语言:英语

更新
职业分类
软件开发工程师
描述

There should be exactly one way to do everything in this repo. Use this when reviewing or refactoring setup/sync code — it's the rule that drove removing `cmd_once`, `_have_watchman`, watchman-host-fallback, the distrobox-optional path, and the…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Every cmd_init step except system-deps lives in scripts/setup/NN-<name>.sh as a self-registering "module" with a uniform read/prompt/write/apply contract. Use this when adding a new setup-time decision, refactoring a `read -rp` that re-asks on re-runs, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Code comments are terse or absent — never multi-line rationale blocks, never narration of what the next line does, never explaining what's missing or why-not. Use when writing or editing any code file (.sh, .just, Containerfile, .py, compose). The repo owner…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Don't probe inside the bar-dev distrobox container for things `dev.Containerfile` is supposed to install. Use this when touching `setup.sh`, `dev.Containerfile`, or distrobox-related plumbing — it explains why we removed several layers of "diligent"…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Hard-won facts about the WSL2 ↔ Windows sync daemon (sync.py, sync.sh, launch.sh). Read this before changing how files cross the WSL/Windows boundary, before adjusting watchman/rsync invocations, before "improving" the cold-copy path, or before proposing a…

原文语言:英语

更新
已展示 6 / 6 个已收集 Skill。