nearform

40 mods across 3 repositories, 38 stars between them.

lastlight-skills

01

nearform/lastlight

Plugin Claude Code

Skills for installing, configuring and operating Last Light and Last Light Evals.

22 4d ago A tokens not measured original MIT

PreToolUse

02

nearform/lastlight

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing docs-check.sh. From nearform/lastlight.

22 4d ago A tokens not measured copy · 58% MIT

lastlight

03

nearform/lastlight

Settings file Claude Code

Agent settings declaring 1 hook event (PreToolUse).

22 4d ago A tokens not measured original MIT

docs-sync

04

nearform/lastlight

Skill Claude CodeCodex

Keep Last Light's docs in sync with the code. Use before committing changes to apps/server/workflows/, skills/, config/default.yaml, src/connectors, src/state, src/engine/router.ts, src/config/, packages/cli/src, packages/shared/src (providers/overlay helpers), or agent-context/ — or whenever the docs-check pre-commit…

22 4d ago A 106 tokens original MIT

lastlight AGENTS.md

05

nearform/lastlight

Instructions file CodexOpenCode

Instructions for nearform/lastlight: The canonical guidance for agents lives in CLAUDE.md — start there for workspace orientation (packages, dependency graph, commands), and follow its links to the per-package CLAUDE.md files (the full dev guide is apps/server/CLAUDE.md).

22 4d ago A 120 tokens original MIT

lastlight CLAUDE.md

06

nearform/lastlight

Instructions file

Instructions for nearform/lastlight, covering last light — monorepo orientation, workspace map, published packages (seven), dependency graph (workspace edges) and logging — use the logger, never console.

22 4d ago A 2,378 tokens original MIT

adjudicate-pass

07

nearform/lastlight

Skill Claude CodeCodex

The shared rules for the ADJUDICATE pass of a multi-pass PR review — the workspace layout, the severity vocabulary it ranks on, and the prior-review ledger plus the two APPROVE constraints it inherits as the only pass that owns the posted verdict. Use when turning a pile of hypotheses into one ranked, tiered review.…

22 4d ago A 81 tokens original MIT

browser-qa

08

nearform/lastlight

Skill Claude CodeCodex

Drive a real headless browser against a locally-served web UI and capture screenshot evidence, reporting step-level PASS/FAIL/BLOCKED with extracted DOM text and console errors. Use when a phase on the docker QA image must exercise a rendered UI and attach screenshots — it complements the text-evidence verify/qa-test…

22 4d ago A 69 tokens original MIT

building

09

nearform/lastlight

Skill Claude CodeCodex

Install dependencies and run the test/lint/typecheck gate for a change inside the sandbox — package-manager detection, install-first, and (when implementing) TDD discipline. Use when implementing, fixing, or verifying code in a pre-cloned repo.

22 4d ago A 52 tokens original MIT

chat

10

nearform/lastlight

Skill Claude CodeCodex

Conversational assistant for messaging-platform threads (Slack, Discord). Answer questions about repos, PRs, and issues, explain code, and guide users to the natural-language workflow triggers listed in the system prompt.

22 4d ago A 43 tokens original MIT

code-review

11

nearform/lastlight

Skill Claude CodeCodex

The shared rubric for reviewing a code change — precision-first, high-signal findings only (Critical/Important), what to check (correctness, contracts between producer and consumer, security, edge cases, regression risk, test coverage), and what is NOT a finding (pre-existing issues, linter territory, aspirational…

22 4d ago A 83 tokens original MIT

debug-production

12

nearform/lastlight

Skill Claude CodeCodex

Debug a running Last Light instance (usually production) via the lastlight CLI instead of SSH. Use when investigating a failed/stuck workflow, a bad agent run, a phase error, or "why didn't the bot do X" — anything that previously meant SSHing in to read SQLite or session logs.

22 4d ago A 66 tokens original MIT

demo

13

nearform/lastlight

Skill Claude CodeCodex

Record a short demo VIDEO of a PR or feature — drive the repo's web UI in a real headless browser, capture the session, and composite a titled, size-capped mp4 with ffmpeg. Use on the docker QA image when the deliverable is a playable demo clip (single walkthrough or before/after comparison), not a text/screenshot…

22 4d ago A 75 tokens original MIT

dependency-impact

14

nearform/lastlight

Skill Claude CodeCodex

Judge a MAJOR dependency bump by its blast radius — low / medium / high — from evidence you can gather without a checkout (release notes, dev-vs-runtime, import-site count, security sensitivity, the settled CI result). Use when a dependency PR is a major version bump and you must decide whether it can land…

22 4d ago A 74 tokens original MIT

fixing

15

nearform/lastlight

Skill Claude CodeCodex

Diagnose why a PR's CI failed — compare the CI definition against the sandbox, classify the failure, and make the minimal repair. Use when a PR is red and you must work out why before changing anything.

22 4d ago A 46 tokens original MIT

issue-answer

16

nearform/lastlight

Skill Claude CodeCodex

Answer a question directly — a sourced, neutral reply to an information/explanation/comparison request, from a GitHub issue or a Slack thread. Research repo docs and the web, output the answer, label question (GitHub only), leave open. Never write an agent brief, mark ready-for-agent, or change code.

22 4d ago A 70 tokens original MIT

issue-comment

17

nearform/lastlight

Skill Claude CodeCodex

Handle a non-build maintainer comment on an issue or PR — close, reopen, label, dedupe, answer a brief question, or triage. Action-only; redirect anything that needs code changes to /build.

22 4d ago A 47 tokens original MIT

issue-triage

18

nearform/lastlight

Skill Claude CodeCodex

Triage GitHub issues through the canonical state machine — classify, label, deduplicate, request missing info, write agent briefs, and manage stale issues. Use on demand or on a triage cron.

22 4d ago A 46 tokens original MIT

pr-comment

19

nearform/lastlight

Skill Claude CodeCodex

Answer a maintainer's question about an open PR with concrete, code-cited evidence. The PR-side counterpart to issue-comment — for questions tied to the diff, not a full review.

22 4d ago A 41 tokens original MIT

pr-review

20

nearform/lastlight

Skill Claude CodeCodex

Review a GitHub pull request and post one formal review — advance the existing discussion and give precision-first, high-signal feedback. Judgement on the diff, not a build gate — CI validates that it builds, and a targeted probe is allowed as evidence. Use when asked to review a PR or on a cron PR scan.

22 4d ago A 69 tokens original MIT

qa-test

21

nearform/lastlight

Skill Claude CodeCodex

Run an automated QA flow against a CLI or a locally-served app and report step-level pass/fail with evidence. Use when asked to QA-test a feature, exercise a flow end-to-end, or smoke-test what a PR changed.

22 4d ago A 51 tokens original MIT

repo-health

22

nearform/lastlight

Skill Claude CodeCodex

Generate a health report for a GitHub repository — open-issue and PR backlog, unreviewed PRs, stale needs-info, failing CI, and the resulting action items. Use for a status report or on a weekly cron.

22 4d ago A 50 tokens original MIT

security-feedback

23

nearform/lastlight

Skill Claude CodeCodex

Process a maintainer's comment on a security scan-summary issue — break selected findings out into individual actionable issues, or record accepted risks / false positives in SECURITY.md.

22 4d ago A 36 tokens original MIT

security-review

24

nearform/lastlight

Skill Claude CodeCodex

Diff-scoped security review of SDLC concerns GitHub's scanners miss — workflow/CI hardening, auth changes, secret handling, supply-chain churn. Files one dated summary issue with a task-list of findings. Use on a security cron or when asked to scan a repo.

22 4d ago B 59 tokens original MIT