name: g-kade description: Use when the user wants the KADE plus gstack bridge, including session kickoff with user-profile context, /g-kade install style project scaffolding, repo adaptation, or structured handoff logging tied to llm-wiki-memory packet setup. This packet-owned wrapper is installable into ~/.agents/skills, ~/.codex/skills, and ~/.claude/skills.
g-kade
This is the packet-owned bridge skill for KADE plus gstack.
Its only purpose is to unify kade-hq plus gstack and make routing easier for the agent.
It is not the KADE System itself and it is not proof that the richer upstream runtime is installed.
Startup
- Read repo-local instructions first.
- Detect whether a richer external
g-kadeskill or fullgstackbundle is installed.
A richer install is one that contains runtime or companion content beyond this wrapper, for example bin/, browse/, qa/, review/, kade/, or multiple sibling skill folders.
Check these locations in order:
C:\Users\prest\.agents\skills\g-kadeC:\Users\prest\.agents\skills\gstack~/.codex/skills/g-kade~/.claude/skills/g-kade~/.agents/skills/g-kade~/.codex/skills/gstack~/.claude/skills/gstack~/.agents/skills/gstack- repo-local
.codex/skills/g-kade - repo-local
.claude/skills/g-kade - repo-local
.agents/skills/g-kade - repo-local
.codex/skills/gstack - repo-local
.claude/skills/gstack - repo-local
.agents/skills/gstack
If you find a richer install, read the relevant upstream SKILL.md there and use it.
If you do not find one, continue with this wrapper.
Install Flow
Preferred packet toolset surface when the packet checkout is available:
powershell -NoProfile -ExecutionPolicy Bypass -File <llm_wiki_prompt_packet>\support\scripts\llm_wiki_packet.ps1 init --project-root <repo-root>python <llm_wiki_prompt_packet>\support\scripts\llm_wiki_packet.py init --project-root <repo-root>
Use the current invoked folder as the workspace root unless deeper repo instructions say otherwise.
Fastest local path when the packet checkout is present:
powershell -NoProfile -ExecutionPolicy Bypass -File .\support\scripts\llm_wiki_packet.ps1 init --project-root <repo-root>python .\support\scripts\llm_wiki_packet.py init --project-root <repo-root>python installers/install_g_kade_workspace.py --workspace <repo-root>powershell -NoProfile -ExecutionPolicy Bypass -File .\installers\install_g_kade_workspace.ps1 --workspace <repo-root>bash ./installers/install_g_kade_workspace.sh --workspace <repo-root>
Hosted fallback when only the hosted installer is available:
- PowerShell:
LLM_WIKI_INSTALL_MODE=g-kade- then run the hosted
install.ps1with the repo root path
- Shell:
LLM_WIKI_INSTALL_MODE=g-kade- then run the hosted
install.shwith the repo root path
This flow must:
- detect the repo root from the invoked location
- install the packet into that repo root
- scaffold repo-local
g-kadeandgstackskill surfaces - scaffold
kade/AGENTS.mdandkade/KADE.md - run setup and health helpers with GitVizz skipped unless it is configured
After install, verify these surfaces:
AGENTS.mdCLAUDE.mdLLM_WIKI_MEMORY.md.llm-wiki/config.jsonscripts/setup_llm_wiki_memory.ps1or.sh
For first-run setup, prefer the installed helper from the target vault:
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\llm_wiki_packet.ps1 setuppython .\scripts\llm_wiki_packet.py setuppowershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\setup_llm_wiki_memory.ps1bash ./scripts/setup_llm_wiki_memory.sh
If GitVizz is not configured yet, do not block the packet install on it:
- leave
gitvizz.repo_pathunset until you have the GitVizz checkout - use
-SkipGitvizzor--skip-gitvizzwhen you want setup to focus on QMD, BRV, and MCP wiring first - once the repo path is configured, use
scripts/launch_gitvizz.ps1or.shand then rerun setup or health checks
Scaffold or refresh these KADE overlays when missing or stale:
~/.kade/HUMAN.mdkade/AGENTS.mdkade/KADE.md
Treat packet instructions as the base contract. Layer KADE guidance on top instead of replacing packet surfaces.
Fastest Successful Install
- Run
powershell -NoProfile -ExecutionPolicy Bypass -File .\support\scripts\llm_wiki_packet.ps1 init --project-root <repo-root>. - Let it install the packet into the repo root.
- Let it scaffold repo-local
.agents/.codex/.claudeskill surfaces forkade-hq,g-kade,gstack, andpokemon-benchmark. - Let it run
scripts/setup_llm_wiki_memory.ps1or.shwith GitVizz skipped unless a real GitVizz repo path is configured. - Confirm the workspace has packet files, local skill files, and a valid health-helper path.
Roadblocks And Corrections
- Roadblock: packet install alone stops at file copy.
Correction: use the dedicated
install_g_kade_workspace.pyflow so install continues into repo-local scaffolding, setup, and health validation. - Roadblock: home skill install can look successful while the current repo is still unbootstrapped. Correction: always target the repo root first and treat home skill installs as optional overlays, not proof of bootstrap.
- Roadblock: GitVizz may be unset during first-run bootstrap.
Correction: run setup and health with
SkipGitvizz/--skip-gitvizzso QMD, BRV, and MCP wiring happen first. - Roadblock: thin packet wrappers can be mistaken for richer upstream runtimes.
Correction: only treat an upstream install as richer when it contains runtime or companion content beyond the wrapper, such as
bin/,browse/,qa/,review/,kade/, or multiple workflow folders.
Wish I Knew Before Install
xyz: a successful/g-kade installis not "copy the wrapper skill". It is "bootstrap the repo into a layered workspace".xyz: the repo root is the workspace target;~/.agents/skills/g-kadeby itself is not enough.xyz: the fastest reliable path is the packet CLIinitentrypoint because it delegates to the workspace installer, keeps the surface stable, and leaves a repo-local toolset behind for setup, checks, and benchmarks.
Session Flow
- Read
~/.kade/HUMAN.mdwhen present. - Read
kade/AGENTS.mdand the latest handoff inkade/KADE.mdwhen present. - Clarify the session goal, propose a short plan, and keep one next action visible.
- Route execution to the right workflow: investigate, review, QA, ship, design, docs, or deployment.
- End by appending a concise handoff entry with changed files, why, verification, and next action.
Constraints
- Preserve the separation of concerns:
- the packet owns search, memory, MCP wiring, and workspace scaffolding
- KADE owns user profile, handoff state, and session structure
- gstack-style workflows own execution tactics
- Do not claim the full upstream
g-kaderuntime is installed unless you verified it. - Report whether you used this packet wrapper or a richer external install.