Skip to main content
GitHub 저장소

zombuul

zombuul에는 oscar-gilg에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
9
업데이트
2026-05-11
Forks
2
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

zombuul-setup
소프트웨어 개발자

Interactive onboarding for zombuul. Walks through prerequisites, API keys, .env creation, and verifies everything works. Run this after installing the plugin.

2026-05-11
zombuul-smoke-test
소프트웨어 품질 보증 분석가·테스터

End-to-end smoke test of zombuul. Pre-flight, then 3 parallel agents (API, pod list, full pod lifecycle), then a serial e2e step that runs /zombuul:run-experiment on a tiny canned spec to exercise the orchestration + PR flow. Use before publishing a release. Takes ~10–15 minutes and costs roughly $0.10 in RunPod GPU time.

2026-05-11
zombuul-run-experiment
데이터 과학자

Run an experiment from a spec or description. If given a path to an existing spec, runs it directly. If given a natural language description, synthesizes a spec first, then runs it. Argument $ARGUMENTS — `<spec_path_or_description> [--remote] [--no-pr]`. Pass `--remote` to execute autonomously on a GPU pod (survives local disconnects); otherwise runs local-first. Pass `--no-pr` to skip the draft-PR-on-the-experiment-branch flow.

2026-05-11
zombuul-finalize-experiment
소프트웨어 개발자

Finalize an experiment after the main work is done — sync pod results back, run analysis, spawn report review, commit and push. Argument $ARGUMENTS — `<spec_path> [--pod <pod_name>]`. Invoked automatically by `/zombuul:babysit --on-complete` when a long-running job finishes, or directly by you when an experiment doesn't use a babysitter (no pod, no cron).

2026-05-11
zombuul-launch-runpod
네트워크·컴퓨터 시스템 관리자

Spin up a RunPod GPU pod. Argument $ARGUMENTS — optional pod name, optionally followed by `--remote` to install Claude Code + zombuul plugin on the pod (needed when the pod itself will run an agent, not just receive SSH commands).

2026-05-11
zombuul-pause-runpod
네트워크·컴퓨터 시스템 관리자

Pause a RunPod pod: stop GPU billing; keep /workspace only (container disk is wiped on resume).

2026-05-11
zombuul-provision-pod
네트워크·컴퓨터 시스템 관리자

Provision a RunPod pod: wait for setup, configure SSH, sync .env and data. Argument $ARGUMENTS — JSON with keys: pod_id, pod_name, ip, port, and optionally spec_path and data_dirs.

2026-05-11
zombuul-resume-runpod
네트워크·컴퓨터 시스템 관리자

Resume a paused RunPod pod.

2026-05-11
zombuul-review-spec
소프트웨어 품질 보증 분석가·테스터

Review an experiment spec for completeness before running it. Argument $ARGUMENTS — path to the experiment spec.

2026-05-11
zombuul-babysit
네트워크·컴퓨터 시스템 관리자

Monitor a long-running job on a RunPod GPU pod. Checks every 5 min, restarts on crash, and either pauses the pod or fires a follow-up prompt when done. Argument $ARGUMENTS — `<pod_name> <description> [--on-complete "<prompt>"]`. Use when a GPU job is expected to take >10 min and may crash (I/O errors, OOM, SSH timeouts). The description should say what's running and how to tell when it's done. Pass `--on-complete` to chain the next step (e.g. `/zombuul:finalize-experiment <spec> --pod <name>`) so the workflow resumes automatically when the job finishes.

2026-05-04
zombuul-review-experiment-report
생화학자 및 생물물리학자

Review and rewrite a research report for clarity. Argument $ARGUMENTS — path to the report markdown file.

2026-05-01