remkit
Collection of scripts, agent skills, snippets, customisations, and tools.
2026 Rémino Rem https://remino.net/
Browser tools
bookmarklets/contains installable bookmarklets and their source files. Import bookmarklets/index.html to add them to a browser.userscripts/contains userscripts for a userscript manager such as Tampermonkey or Violentmonkey.userstyles/contains userstyles for Stylus.
Some bookmarklets have their own pages:
Toolbox
customized/holds application and terminal customizations.cheatsheets/andquickref/hold command and application references.snippets/holds reusable examples across languages.skills/holds reusable agent skills.- The remaining top-level directories contain focused utilities and configuration for tools such as Karabiner, Photoshop, Raycast, JXA, and shaders.
Agent skills
Install a skill for Codex with npx skills:
npx skills add remino/remkit --skill guided-commits --agent codex
Replace guided-commits with the skill you want to install. Omit --skill to
choose from the repository interactively.
Development
Bookmarklets
Install dependencies with npm install, copy
bookmarklets/_template.bookmarklet.js to a numbered bookmarklet filename, then
run npm start. The generated bookmark file is bookmarklets/index.html.
Build the accompanying Jekyll site with rake build, or run it locally with
live reload using rake serve.
Licence
See LICENSE.txt.