Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

loci.nvim

loci.nvim contient 9 skills collectées depuis Bullish-Design, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
9
Stars
1
mis à jour
2026-06-26
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

devenv-authoring
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-26
repoman
Développeurs de logiciels

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