Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

loci.nvim

loci.nvim에는 Bullish-Design에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 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