| name | gest_jj_installer |
| description | Install jj Gest package extras after npx installs the skills, including hooks/settings and AGENTS guidance. |
Gest JJ Installer
Use this package-specific installer after a user has installed the jj Gest
skills with:
npx skills add rahuldave/agent_gest_jj_skills -a codex --skill '*' -y
npx skills add installs skill folders only. It does not run hooks or copy
root-level package extras. Runtime references, helper scripts, and setup
templates are vendored inside the installed skill folders. When the user asks
to install the jj Gest hooks/settings or AGENTS guidance, run the bundled
helper from this skill directory:
bash .agents/skills/gest_jj_installer/scripts/install_gest_jj_package.sh .
For a normal fresh install, explain the flow plainly: npx skills add got the
skills, this installer adds hooks/settings and optional AGENTS starter guidance,
and gsu handles ordinary project setup afterward.
Resolve the script relative to the installed gest_jj_installer skill if it is
installed globally or in another agent skill root. The helper fetches this
package repository into a temporary directory and runs the repo-level installer
script against the target repo.
Ask for approval before overwriting repo files. Missing workflow tools should
be reported clearly; they should not be treated as a reason that
npx skills add itself failed.