app
hook
Public Made by Adomby adom
Registry-native cross-agent auto-update hook. Keeps adom/core apps and skills current from wiki.adom.inc on every Claude Code and Codex prompt, in the background.
{
"slug": "hook",
"version": "1.2.1",
"type": "app",
"org": "adom",
"bundled": true,
"description": "Registry-native cross-agent auto-update hook. Keeps adom/core apps and skills current from wiki.adom.inc on every Claude Code and Codex prompt, in the background.",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"tags": [
"hook",
"auto-update",
"bootstrap",
"claude-code",
"codex",
"registry"
],
"discovery_triggers": [
"auto update skills and apps",
"keep core packages current",
"core packages are behind",
"adom-wiki update hook",
"claude code update hook",
"codex update hook",
"registry auto update"
],
"hero": {
"headline": "Always current. Zero clicks.",
"subhead": "Registry-native auto-update for Claude + Codex",
"screenshot": "docs/shot.png",
"accent": "#7ee787"
}
}