Rockielab/rockie-codex

Autonomous AI research harness for OpenAI Codex CLI. Sibling to rockie-claude (Claude Code). Apache-2.0.

20Stars on the repository
32Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

agent-builder

01

Rockielab/rockie-codex

Skill Claude CodeCodex

Build any goal-declared agent end to end. Turns one declared goal into a portable, self-hardening, publishable agent repo on the Claude-Code harness. Declare goal, pick runtime/tools and write policies/hooks/safeguards, scaffold a portable repo (config-over-code split), build, run a fresh no-memory adversarial…

not rated 20 1mo ago A 159 tokens copy · 100% Apache-2.0

self-critic

02

Rockielab/rockie-codex

Skill Claude CodeCodex

This agent's own internal adversarial critic loop. Hardens every deliverable with a fresh no-memory domain critic until it passes twice consecutively with zero CRITICALs before return.

not rated 20 1mo ago A 40 tokens copy · 100% Apache-2.0

autopilot

03

Rockielab/rockie-codex

Skill Claude CodeCodex

Continuous-operation mode for rockie — runs the experiment queue autonomously, using Zero-Cost Monitoring ($0 LLM cost during training), anti-burn exponential cooldown on failures, and ntfy to wake the human only when a decision is needed. Use when you want agent-driven research to proceed for days without human…

not rated 20 1mo ago A 93 tokens copy · 92% Apache-2.0

autoresearch

04

Rockielab/rockie-codex

Skill Claude CodeCodex

Canonical around-the-clock research loop. Defines the agent's outer loop — read taste corpus + queue, pick the next experiment, mutate the explicitly-declared mutation surface, run the experiment under a hard time budget against a frozen metric, score, codify, repeat. Augmented with Karpathy's sharp primitives (frozen…

not rated 20 1mo ago A 106 tokens copy · 97% Apache-2.0

budget-term-sheet

05

Rockielab/rockie-codex

Skill Claude CodeCodex

Build a pre-deploy Rockie GPU budget term sheet before any Rocky-originated experiment submit. Trigger words "/budget-term-sheet", "quote the GPU budget", "show me the term sheet", or any workflow that is about to call /experiment for GPU / torch / triton / training / weight-download work.

not rated 20 1mo ago A 68 tokens copy · 100% Apache-2.0

build-agent

06

Rockielab/rockie-codex

Skill Claude CodeCodex

Lab composer command scaffold for /build-agent . In Agent Builder A1 this only creates a lab-scoped draft agent record and opens that lab's agent detail route for editing. It does not build, run, evaluate, observe, or deploy agents yet.

not rated 20 1mo ago A 57 tokens copy · 100% Apache-2.0

clean

07

Rockielab/rockie-codex

Skill Claude CodeCodex

Pre-commit anti-slop audit — checks staged/dirty files for code slop (debug artifacts, single-use helpers, dead imports) AND documentation slop (stale claims, broken internal links, new .md files, redundant sections). Writes a sentinel so the pre-commit-gate hook lets the commit through. MUST be invoked before git…

not rated 20 1mo ago A 114 tokens copy · 92% Apache-2.0

deploy-model

08

Rockielab/rockie-codex

Skill Claude CodeCodex

Skill "deploy-model" from Rockielab/rockie-codex, covering deploy-model, when to invoke, quickstart contract, runtime auth and platform api path only.

not rated 20 1mo ago A 0 tokens copy · 100% Apache-2.0

deploy-team

09

Rockielab/rockie-codex

Skill Claude CodeCodex

Dispatch a small team of Codex agents to think through a problem in parallel and return a combined report. Use for research gauntlets (brainstorm / research / attack / validate), pre-launch code audits (security / correctness / simplicity), post-run analysis (positive / adversarial / contextualizer), or blog-coherence…

not rated 20 1mo ago A 118 tokens copy · 95% Apache-2.0

diligence-deck

10

Rockielab/rockie-codex

Skill Claude CodeCodex

Produce structured acquisition due-diligence findings from deal inputs and a private data room. Triggers on "run diligence", "due diligence on", "diligence deck", "DD findings", "acquisition analysis", "data room", "ingest data room", "/diligence".

not rated 20 1mo ago A 65 tokens copy · 100% Apache-2.0

excel

11

Rockielab/rockie-codex

Skill Claude CodeCodex

Create validated Excel .xlsx workbook artifacts with XlsxWriter, formula-injection protection, and Rockie artifact emission.

not rated 20 1mo ago A 26 tokens copy · 100% Apache-2.0

experiment

12

Rockielab/rockie-codex

Skill Claude CodeCodex

Run a materials-science / ML compute job on Rockie GPU capacity. Trigger words "run experiment", "submit job", "use the experiment skill". Picks the right GPU type and count from a natural-language description (DFT for QE/VASP/ABINIT, MD for GROMACS/LAMMPS/OpenMM, training for PyTorch/JAX), generates the script…

not rated 20 1mo ago A 131 tokens original Apache-2.0

find-skills

13

Rockielab/rockie-codex

Skill Claude CodeCodex

Pull expert skills into this harness from the Rockie platform catalog (300 skills across ML training/inference, biology, chemistry, physics, databases, coding). Use BEFORE writing domain guidance from scratch or fumbling an unfamiliar framework — if the task names a library (vLLM, GRPO, TRL, AlphaFold, DuckDB…

not rated 20 1mo ago E 121 tokens copy · 89% Apache-2.0

finetune-model

14

Rockielab/rockie-codex

Skill Claude CodeCodex

Track 2 quickstart wrapper for structured fine-tune prompts using a registry model, a registry dataset, Rockie GPU jobs, and inference-loader deployment of the trained artifact.

not rated 20 1mo ago A 40 tokens copy · 100% Apache-2.0

gpu-custom-setup

15

Rockielab/rockie-codex

Skill Claude CodeCodex

One-time onboarding flow for users who set ROCKIEGPUMODE=custom (i.e., they have their own GPU setup — own AWS account, on-prem cluster, SSH tunnel to a workstation, university HPC, custom orchestration — instead of using Rockie's deidentified GPU router). Trigger this when (1) the user mentions…

not rated 20 1mo ago A 159 tokens original Apache-2.0

gpu-custom

16

Rockielab/rockie-codex

Skill Claude CodeCodex

Runtime skill for users in ROCKIEGPUMODE=custom — invoked when the user (or agent) needs to do anything GPU-related (provision, connect, check status, check cost, terminate) in a project where Rockie's GPU router is bypassed in favor of the user's own setup. Reads .codex/gpu-custom.md (populated by /gpu-custom-setup)…

not rated 20 1mo ago A 150 tokens copy · 86% Apache-2.0

gpu-spend

17

Rockielab/rockie-codex

Skill Claude CodeCodex

Skill "gpu-spend" from Rockielab/rockie-codex, covering /gpu-spend — rockie-gpu spend snapshot, when to invoke, what the skill does, composition and agent invocation template.

not rated 20 1mo ago A 0 tokens copy · 100% Apache-2.0

inference-engineer

18

Rockielab/rockie-codex

Skill Claude CodeCodex

Productize an open-source model into a hosted inference endpoint the researcher (or their agent) can call. Picks the right hardware, the right serving stack (vLLM / Triton / TEI / BentoML), wraps it in an OpenAI-compatible gateway (LiteLLM) with per-tenant auth, exposes it as an MCP tool in chat, and runs a quality +…

not rated 20 1mo ago A 159 tokens copy · 100% Apache-2.0

mode

19

Rockielab/rockie-codex

Skill Claude CodeCodex

Manage swappable operational overlays on top of the central taste corpus. A mode is a small TOML file capturing how this session's policy differs from the researcher's stable identity — hardware preferences, budget ceilings, reading focus, scope-lock, subagent model policy, output register, deadlines. The active mode…

not rated 20 1mo ago A 118 tokens copy · 100% Apache-2.0

onboard

20

Rockielab/rockie-codex

Skill Claude CodeCodex

One-time researcher onboarding interview that compiles a taste/ corpus (SOUL.md, STYLE.md, METHODOLOGY.md, DISMISSALS.md, MEMORY.md, INDEX.md) capturing the researcher's intellectual taste, beliefs, and values. Auto-injects INDEX.md into every future session via SessionStart. Triggers on first install ("no taste…

not rated 20 1mo ago A 117 tokens copy · 95% Apache-2.0

paper

21

Rockielab/rockie-codex

Skill Claude CodeCodex

Write submission-grade research papers end to end inside a Rockie lab, the way a careful human researcher does — not generic LLM filler. Three entry points. /lit-review pulls and ranks a corpus and persists a human reading list Note plus a machine-readable index Note. /paper-draft produces a brief, a page-budgeted…

not rated 20 1mo ago A 189 tokens copy · 100% Apache-2.0

physics

22

Rockielab/rockie-codex

Skill Claude CodeCodex

Route physics simulation, modeling, validation, and research-compute requests across force fields, molecular dynamics, electronic structure, particle transport/collision, continuum multiphysics, plasma/PIC, nuclear/radiation, and astro/cosmology. Use open-source-first engines, refuse local heavyweight execution on the…

not rated 20 1mo ago A 75 tokens copy · 100% Apache-2.0

post-run-review

23

Rockielab/rockie-codex

Skill Claude CodeCodex

After an experiment finishes, structured review emits {isbug, failureclass, summary, metric, lowerisbetter}, auto-closes the journal node, emits a [LEARN] block when isbug=true, and files a [DEAD-END] when the failureclass is "bad-hypothesis". Use immediately after any training/eval run — the agent invokes this…

not rated 20 1mo ago A 91 tokens copy · 100% Apache-2.0

powerpoint

24

Rockielab/rockie-codex

Skill Claude CodeCodex

Create validated PowerPoint .pptx deck artifacts through the lean Rockie PPTAgent wrapper and emit them to the lab.

not rated 20 1mo ago A 28 tokens copy · 100% Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: