loopdive/js2

JavaScript (ECMAScript) ahead-of-time compiler

59Stars on the repository
42Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

analyze-regression

01

loopdive/js2

Skill Claude CodeCodex

Compare two test262 result files to find exactly which tests changed status. Use after a test262 run shows unexpected pass count changes.

59 yesterday A 31 tokens original Apache-2.0

analyze-wat

02

loopdive/js2

Skill Claude CodeCodex

Compile a source file to WAT and analyze the output for codegen inefficiencies. Use after a codegen change to verify the output is clean, when investigating performance issues, or when creating optimization issues from real compiler output.

59 yesterday A 50 tokens original Apache-2.0

architect-spec

03

loopdive/js2

Skill Claude CodeCodex

Write an implementation spec for a hard issue. Read compiler source, identify exact functions/lines, design the fix, document edge cases.

59 yesterday A 30 tokens original Apache-2.0

bisect-regression

04

loopdive/js2

Skill Claude CodeCodex

Quickly find which commit introduced a test262 regression using git bisect with automated test.

59 yesterday A 23 tokens original Apache-2.0

claim-issue

05

loopdive/js2

Skill Claude CodeCodex

Atomically claim an issue for a developer (human or agent) via the cross-developer lock ref, so two devs never pick up the same task. Syncs with origin first, refuses if already claimed or already done on main, and pushes the claim immediately without touching main or triggering CI.

59 yesterday A 64 tokens original Apache-2.0

create-issue

06

loopdive/js2

Skill Claude CodeCodex

Create a new issue file from a test262 failure pattern. Includes smoke test, sample extraction, and proper frontmatter.

59 yesterday A 28 tokens original Apache-2.0

dev-self-merge

07

loopdive/js2

Skill Claude CodeCodex

Merge self-check for a green PR. Reads the PR's required-check status from the checks API (the committed ci-status feed is RETIRED), outputs MERGE (mark task completed, stand down — server-side auto-enqueue enqueues.

59 yesterday A 54 tokens original Apache-2.0

handle-regression

08

loopdive/js2

Skill Claude CodeCodex

Protocol for detecting, isolating, and fixing regressions in test262 pass count. Use when a test run shows fewer passes than expected.

59 yesterday A 32 tokens original Apache-2.0

merge-wave

09

loopdive/js2

Skill Claude CodeCodex

Triage N open PRs with sharded test262 results, rank by net pass delta, merge winners, close catastrophes. Use when multiple PRs have completed CI and you want to land a batch.

59 yesterday A 45 tokens original Apache-2.0

pr-conflict-refresh

10

loopdive/js2

Skill Claude CodeCodex

Find every open PR that is CONFLICTING/DIRTY against current main after a merge wave, ping its assigned dev to merge main into their branch and push, and track the re-test status.

59 yesterday A 45 tokens original Apache-2.0

publish-release

11

loopdive/js2

Skill Claude CodeCodex

Cut and publish a versioned release of @loopdive/js2 + the js2wasm proxy — bump both manifests in lockstep, land a reviewed release PR, then push the vX.Y.Z tag that triggers npm/JSR publish. Use this whenever the user wants to release, publish, ship, cut, or tag a version, bump the version number, push a release tag…

59 yesterday A 183 tokens original Apache-2.0

regression-triage

12

loopdive/js2

Skill Claude CodeCodex

Bulk-classify a list of test262 pass→other transitions from a CI run. Distinct from handle-regression (single fix) and analyze-regression (diff two runs). Use after a merge wave when the sharded run reports N regressions and you need to bucket them by root cause and decide which are false positives.

59 yesterday A 72 tokens original Apache-2.0

scratch-cleanup

13

loopdive/js2

Skill Claude CodeCodex

Sweep leaked ad-hoc dev scratch files (check-.ts, debug-.ts, test--debug.ts, tests/probe-.test.ts, etc.) into .tmp/ so git status stays clean and token cost per tool call stays low.

59 yesterday A 57 tokens original Apache-2.0

session-wrapup

14

loopdive/js2

Skill Claude CodeCodex

End-of-session checkpoint — append diary, update active sprint doc with interim results/retro, write tech-lead handoff, commit and push. Use before /compact or at end-of-day. Distinct from sprint-wrap-up which closes a sprint.

59 yesterday A 54 tokens original Apache-2.0

shutdown-dev

15

loopdive/js2

Skill Claude CodeCodex

Cleanly shut down a dev teammate — instruct them to write a context summary to plan/agent-context/{name}.md first, receive their approval, verify process exit. Use for scale-down, rotation, sprint wrap-up.

59 yesterday A 48 tokens original Apache-2.0

smoke-test-issue

16

loopdive/js2

Skill Claude CodeCodex

Quick validation of whether an issue still reproduces against current main. Use before dispatching to avoid wasting cycles on already-fixed issues.

59 yesterday A 32 tokens original Apache-2.0

sprint-planning

17

loopdive/js2

Skill Claude CodeCodex

Collaborative sprint planning — validate issues, prioritize, get architect/SM input, create task queue. Any agent can facilitate.

59 yesterday A 30 tokens original Apache-2.0

loopdive/js2

Skill Claude CodeCodex

Run a sprint retrospective — gather data, analyze incidents, propose action items. Any agent can facilitate.

59 yesterday A 26 tokens original Apache-2.0

sprint-wrap-up

19

loopdive/js2

Skill Claude CodeCodex

End-of-sprint checklist — finalize results, clean up worktrees, update docs, prepare for retro. Any agent can run this.

59 yesterday A 32 tokens original Apache-2.0

steward

20

loopdive/js2

Skill Claude CodeCodex

Repo-specific PR/CI conventions for an agent subscribed to PR activity (loopdive/js2wasm). Read this BEFORE acting on a CI or review event. Overrides the generic PR-steward defaults where this repo's merge queue, gates and hooks make them wrong — most importantly: agents NEVER enqueue, a bot hold is a real regression…

59 yesterday A 92 tokens original Apache-2.0

suspend

21

loopdive/js2

Skill Claude CodeCodex

Suspend ALL in-flight team work durably — snapshot every agent worktree, write a.

59 yesterday A 20 tokens original Apache-2.0

tech-lead-loop

22

loopdive/js2

Skill Claude CodeCodex

The tech lead's standing loop for keeping development unblocked across a sprint. Defines phase-by-phase protocol enforcement, merge-queue monitoring, and escalation triggers. Invoke at session start, again after every significant state change, and whenever devs look idle.

59 yesterday B 55 tokens original Apache-2.0

test-and-merge

23

loopdive/js2

Skill Claude CodeCodex

Dev self-merge pipeline — merge main into branch, equiv tests, CI wait, self-merge via /dev-self-merge. Run by devs, not a separate tester agent.

59 yesterday A 43 tokens original Apache-2.0

test262-pass-rates

24

loopdive/js2

Skill Claude CodeCodex

Show current test262 pass rates for both the js-host (gc) and standalone targets side by side, from committed baseline summaries — no network fetch, no compile. Use for a quick conformance status check.

59 yesterday A 48 tokens original Apache-2.0