imran31415/kube-coder

helm chart for a isolated dev coding environment pod in kubernetes

349Stars on the repository
7Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

imran31415/kube-coder

Skill Claude CodeCodex

Safely edit the workspace pod's boot scripts (start.sh, the entrypoint/ssh-server configmaps) in kube-coder. Use when changing anything that runs at pod start — credential wiring, service launch, tmux/ttyd config, symlinks — where the two-home layout and Helm templating have non-obvious footguns.

349 9d ago A 75 tokens original MIT

kc-issue

02

imran31415/kube-coder

Skill Claude CodeCodex

Spin up an isolated agent to work a kube-coder issue. Given an issue number, creates a clean git worktree branched from a freshly-fetched origin/main, pulls the issue text, and launches a background Claude task that is BORN inside that worktree (workdir=worktree) so it cannot work in the shared clone. Use whenever the…

349 9d ago A 113 tokens original MIT

kc-preflight

03

imran31415/kube-coder

Skill Claude CodeCodex

Run kube-coder's full CI suite locally before pushing — helm lint + unit tests, server.py tests, dashboard + controller SPA builds + vitest, and shell syntax checks. Use before opening or updating a PR so CI is green on the first push.

349 9d ago A 56 tokens original MIT

kc-screenshot

04

imran31415/kube-coder

Skill Claude CodeCodex

Capture desktop + mobile, dark + light screenshots of the kube-coder dashboard SPA for visual QA of a UI change. Use when the user wants to see a frontend change rendered in a real browser rather than just unit-tested.

349 9d ago A 49 tokens original MIT

kc-ship-pr

05

imran31415/kube-coder

Skill Claude CodeCodex

Commit local changes and open a pull request against kube-coder from inside a workspace pod. Use when the user wants to push a branch or open/update a PR with the workspace GitHub App token.

349 9d ago C 45 tokens original MIT

remote-task

06

imran31415/kube-coder

Skill Claude CodeCodex

Launch a Claude task on a remote kube-coder workspace, check task status, or attach to a running session. Use when the user wants to send work to a remote workspace pod.

349 9d ago A 40 tokens original MIT

worktree

07

imran31415/kube-coder

Skill Claude CodeCodex

Create an isolated git worktree + branch + port for this session so concurrent kube-coder sessions and builds don't conflict. Use at the START of any change you want isolated, when two sessions touch the same repo, or before running a dev server/build that would collide on ports or output dirs. Also lists and tears…

349 9d ago C 70 tokens original MIT