Skip to main content

Bullish-Design/eventic

SkillsMP has collected 9 skills from Bullish-Design/eventic. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
9
GitHub stars
1
GitHub forks
0

Skills in this repository

1 occupation categories · 100% classified

Showing 9 of 9 collected skills.

occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

Use when a module edit or an input bump doesn't take effect, or to decide which cache layer to reset. The lock vs eval-cache decision tree for devenv repos.

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
Showing 9 of 9 collected skills.