원클릭으로
gest-git-installer
Install Git/GitButler Gest package extras after npx installs the skills, including hooks/settings and AGENTS guidance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install Git/GitButler Gest package extras after npx installs the skills, including hooks/settings and AGENTS guidance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Gest Format. Run formatting, linting, typechecking, compile/static checks, and mechanical diff hygiene; fix mechanical issues. Use gte for tests and gdo for documentation.
Gest Implement. Implement one concrete Gest task end to end by reading, claiming, splitting if too broad, editing, verifying, reviewing, formatting as appropriate, and completing it.
Gest Setup. Bootstrap or refresh a Gest-tracked repository workflow surface across tool checks, project command contracts, Justfile targets, AGENTS.md mappings, docs, tests, and setup follow-ups.
Gest Test. Run unit, API regression, smoke, regression, and integration tests appropriate to the changed code; add missing tests when the task changes callable behavior.
Gest Track Work. Use for substantial coding, debugging, implementation, refactoring, documentation, verification, GitHub issue planning, or project work. GTW is the router that classifies requests, chooses/creates Gest outline parents, creates session or development tasks, decides whether a spec or parallel work is needed, and routes to the g* stage skills.
Gest Brainstorm. Explore rough ideas or ambiguous requests, inspect existing code/docs/Gest context, ask clarifying questions when needed, and decide whether to create a spec, outline issue, plan, or session task.
| name | gest_git_installer |
| description | Install Git/GitButler Gest package extras after npx installs the skills, including hooks/settings and AGENTS guidance. |
Use this package-specific installer after a user has installed the Git/GitButler Gest skills with:
npx skills add rahuldave/agent_gest_git_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 Git/GitButler Gest hooks/settings or AGENTS guidance, run the
bundled helper from this skill directory:
bash .agents/skills/gest_git_installer/scripts/install_gest_git_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_git_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.