Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

loci.nvim

loci.nvim 收录了来自 Bullish-Design 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
1
更新
2026-06-26
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

devenv-authoring
软件开发工程师

Use when writing a scripts/tasks/processes entry or a manager module. Covers which surface to use, guarding enterShell echoes, and the 0/1/2/3 exit contract.

2026-06-26
devenv-inputs
软件开发工程师

Use when editing devenv.yaml or adding an input/import. Covers flake:false for modules, nixpkgs-python for version pins, and transitive inputs.

2026-06-26
devenv-module-edits
软件开发工程师

Use when you edited a modules/ file, devenv.nix, or env.* and nothing changed. Resolves the lock + eval-cache staleness loop.

2026-06-26
devenv-processes
软件开发工程师

Use when starting a server or any long-running / heavy task. Use processes + devenv up; don't block the shell; poll logs instead of piping out of view.

2026-06-26
devenv-python-venv
软件开发工程师

Use on ModuleNotFoundError or import failures inside the devenv shell, or after a fresh venv. The venv exists but deps may not be installed.

2026-06-26
devenv-run-commands
软件开发工程师

Use when about to run pytest, python, uv, ruff, or any build/tooling command in this repo. Enforces running through the devenv shell.

2026-06-26
devenv-troubleshoot
软件开发工程师

Use on "command not found", the shell won't enter, or eval errors. A symptom→cause→fix decision tree for devenv repos.

2026-06-26
gitman
软件开发工程师

Route ALL version control through gitman (jj + colocated git). Never run raw jj/git.

2026-06-26
repoman
软件开发工程师

Start here for any work in this repo. Routes to the right manager and owns the lifecycle order (verify before save, scaffold before change).

2026-06-26