lastlight-guide

lastlight-guide is a skill for Claude Code, Codex from nearform/lastlight. It costs 0 tokens per session (1,563 once invoked), scanned A, original, MIT.

A guide that directs Last Light users to the right workflow for operating a deployment or measuring its quality. Last Light is an agent system whose server, client, customization, and evaluation tasks follow separate flows.

In plain words
What is it for?
Use it to choose a path for setting up a server, connecting a client, customizing workflows, or running evaluations.
Why use it?
It helps when you know the general goal but do not know which Last Light procedure or skill to use.

Skill for Claude CodeCodex

Part of the lastlight plugin — 7 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/nearform/lastlight/lastlight-guide
Any agent
npx skills add nearform/lastlight --skill lastlight-guide
Clone the repo
git clone --depth 1 https://github.com/nearform/lastlight

Made for: Claude Code, Codex.

Or install lastlight, the plugin that ships this one along with the rest of its 7 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lastlight-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/nearform/lastlight/lastlight-guide.svg)](https://agentmods.dev/skills/nearform/lastlight/lastlight-guide)
Your own site
<a href="https://agentmods.dev/skills/nearform/lastlight/lastlight-guide"><img src="https://agentmods.dev/badge/skills/nearform/lastlight/lastlight-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,563 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01563
Opus 5 $0.00000 $0.00781
Sonnet 5 $0.00000 $0.00313
Haiku 4.5 $0.00000 $0.00156

Measured 5d ago against content hash 5b47cdbb0393, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lastlight-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/lastlight/skills/lastlight-guide/SKILL.md · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Last Light — where do you want to go?

You don't need to know which skill you need — describe what you want and this maps you onto it.

If the user already named a concrete task, don't linger here — hand off to the matching skill immediately (see the menu below). This guide is for "which one do I need?", not for doing the work.

There are two big things people do with Last Light:

  • Operate a deployment — stand up the agent, connect to it, customize it.
  • Measure its quality — run its real workflows as evals, compare models, build datasets.

If the user's goal is ambiguous, ask (use AskUserQuestion) rather than guessing which flow they mean — "are you setting up a server, connecting a CLI to one, customizing workflows, or running evals?" Then hand off to the skill below; each is a full runbook, so invoke it and follow it rather than re-deriving its steps here.

Flow 1 — operate a Last Light deployment

The route from nothing to a running, customized agent. Do these in order the first time; each is also usable on its own later.

  1. lastlight-server — install & configure the server: Docker stack, a GitHub App, model provider key, and the repos it may manage. Start here to stand one up for the first time. Config lives in a private overlay at instance/.
  2. lastlight-client — point the lastlight CLI at an existing server and log in (saves URL + token to ~/.lastlight/config.json). For people who use a server someone else runs — no Docker, no GitHub App.
  3. lastlight-overlay — create & customize the instance/ overlay: fork built-in workflows, prompts, skills, or the agent persona (agent-context), and tune config.yaml — overriding only what you name, layered over the packaged defaults. Reach for it whenever you want to change what the agent does or how it behaves on an existing deployment.
  4. lastlight-debug — inspect a running instance over its admin API (no SSH): find a failed/stuck workflow, read the phase table, tail a session transcript, search logs, read server/docker logs, trigger/pause crons, resolve approvals, check stats. Reach for it when something already deployed misbehaved and you need to see why.

Read the full file on GitHub · 104 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 104 lines · 0 tokens per session scan A 5b47cdbb0393

Subscribe to this mod's changes

lastlight-guide is a skill published in the GitHub repository nearform/lastlight (22 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,563 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

example-skill

Counts lines, words, and bytes in a text file using the bundled count.sh script. Use when asked to count/measure a file's size in these terms.

sammwyy/clay · 37 tokens

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

Leonxlnx/taste-skill · 61 tokens

open-code-review

Performs AI-powered code review on Git changes using the ocr CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply…

alibaba/open-code-review · 98 tokens

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

Leonxlnx/taste-skill · 116 tokens

brandkit

Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, gaming, developer-tool, and consumer-app brand systems. Optimized for intentional…

Leonxlnx/taste-skill · 89 tokens

minimalist-ui

Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.

Leonxlnx/taste-skill · 34 tokens