with one click
mochila
mochila contains 3 collected skills from jmlweb, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Release-safety gate for mochila-ts before opening or updating a PR — run the full verify pipeline, classify the diff's real semver impact against the proposed commit/PR title, check the export chain and README table for drift, and produce a ready-to-use PR title and body. Use when the user says "pre-pr", "ready to ship?", "open a PR", "check before merge", or after finishing any branch work.
Add a new utility to mochila-ts end-to-end — scaffold, implement data-last curried function, tests with type-level assertions, wire both export barrels, update the README table script, and run the full verify gate. Use when the user says "add utility", "new function", "implement {name}", or lists several utilities to add.
Adversarial edge-case audit of one or more mochila-ts utilities — hunt the bug classes this library has actually shipped (division by zero, negative-number math, circular references, unicode, memory leaks in stateful utilities), prove each bug with a failing test, then fix. Use when the user says "harden", "audit", "find edge cases", "stress test {utility}", or after a batch of new utilities lands.