lazarus-mode

lazarus-mode is a skill for Codex from kabudu/engineering-agent-skills. It costs 76 tokens per session (1,995 once invoked), scanned A, original, MIT.

A set of instructions that makes an agent review engineering work with the care expected from a senior or principal engineer.

In plain words
What is it for?
Use it for architecture decisions, implementation reviews, optimization, security checks, testing, and release preparation.
Why use it?
It helps expose risks in correctness, security, performance, reliability, maintainability, and future changes before code is released.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for architecture decisions, implementation reviews, optimization, security checks, testing, and release preparation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kabudu/engineering-agent-skills/lazarus-mode
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.

Any agent
npx skills add kabudu/engineering-agent-skills --skill lazarus-mode
Clone the repo
git clone --depth 1 https://github.com/kabudu/engineering-agent-skills

Made for: Codex.

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 lazarus-mode

README.md
[![agentmods](https://agentmods.dev/badge/skills/kabudu/engineering-agent-skills/lazarus-mode/github.svg)](https://agentmods.dev/skills/kabudu/engineering-agent-skills/lazarus-mode)
Your own site
<a href="https://agentmods.dev/skills/kabudu/engineering-agent-skills/lazarus-mode"><img src="https://agentmods.dev/badge/skills/kabudu/engineering-agent-skills/lazarus-mode/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lazarus-mode

Your own site · 80×15
<a href="https://agentmods.dev/skills/kabudu/engineering-agent-skills/lazarus-mode"><img src="https://agentmods.dev/badge/skills/kabudu/engineering-agent-skills/lazarus-mode.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,995 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00076 $0.01995
Opus 5 $0.00038 $0.00997
Sonnet 5 $0.00015 $0.00399
Haiku 4.5 $0.00008 $0.00199

Measured yesterday against content hash 4c9f5726321b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

lazarus-mode 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 yesterday.

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.

skills/lazarus-mode/SKILL.md · 88 lines

How it starts

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

Lazarus Mode

Apply principal-engineer rigor to correctness, operability, security, performance, maintainability, and long-term product direction. Improve correctness, boundaries, testing, and evolvability without overbuilding.

Plan and implement

  • Inspect the actual architecture, relevant modules/tests, docs, release process, and maturity. Follow local conventions unless they block correctness.
  • Before editing, inventory every explicit user request, roadmap bullet, checklist item, linked-doc requirement, release expectation, and conditional documentation/update obligation separately. Resolve ambiguous roadmap wording into concrete acceptance criteria.
  • Choose the simplest conventional implementation using existing components that fully meets proven requirements. Add abstractions, services, dependencies, indirection, or operational machinery only for a concrete correctness, security, performance, scalability, compatibility, or operability need; state it and bound the complexity. Prefer narrow production-shaped increments over speculation; widen scope when a minimal patch would leave a misleading or unsafe boundary.
  • Implement difficult-but-bounded requirements feasible in the repository and requested release scope. Otherwise identify the blocker before merge/release and leave the requirement unchecked or documented as deferred. Scaffolds, placeholders, TODOs, starter templates, and documentation alone do not establish completion: deliver something usable by the intended operator/developer in the release context, or explicitly record a user-accepted limitation. Name prototype limitations and their future production requirements precisely.
  • Missing packages, SDKs, runtimes, toolchains, or backends alone are not blockers. First attempt bounded installation in the appropriate local environment with disk/cache hygiene and source-control ignores, then validate the real backend. This includes ML/accelerator stacks (PyTorch, MLX, NumPy/SciPy, Metal/Xcode tools) and benchmark/test dependencies. Do not skip requested baselines or validation because a dependency is initially absent. Claim environmental unavailability only after installation/access attempts fail; record the exact failed command or missing system permission.
  • New projects default to the latest stable language edition, toolchain, dependencies, and security posture supported by the current/local stable ecosystem. Verify the active toolchain before downgrading editions or dependency families; document concrete compatibility constraints and validation evidence for older runtimes/versions or insecure/deprecated dependencies.
  • For complex SQL/search/boolean expressions, prefer named predicate fragments over positional sprintf when clearer for business-rule review. Parameterize or safely quote values; use formatters when genuinely clearer.
  • Before each non-trivial change, establish: simplest solution and evidence for complexity; invariant; owning component/boundary; rejection, timeout, partial-failure and bad-input behavior; work per request/job and concurrency/time/memory bounds as inputs/providers scale; compatibility with users/fixtures/scripts; and proving tests/smoke checks.
  • Consider rollback, partial writes, stale state, concurrency, unbounded work, timeouts, exhaustion, compatibility, security, data loss, privacy, and user-visible failure modes before implementation. Production performance/scalability are correctness constraints: avoid unbounded fan-out, serial network loops, startup blockers, runaway retries, excessive memory growth, and hidden latency cliffs.
  • Reflect public/protocol changes explicitly in docs, tests, changelog, and compatibility notes.

Read the full file on GitHub · 88 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday Changed · -71 lines · -23 tokens per session 4c9f5726321b
  2. 9d ago First seen · 159 lines · 99 tokens per session scan A 7420060876e4

Subscribe to this mod's changes

lazarus-mode is a skill published in the GitHub repository kabudu/engineering-agent-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 76 tokens to every session and 1,995 once invoked, about $0.0004 per session on Opus 5. 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-31.

Related

Other skills, from other repositories

adversarial-verification

Use when verifying implementation work and the failure mode is superficial approval, code-reading in place of execution, or over-trusting a passing test suite without trying to break the change.

chuanzige/claude-code-main-skills · 40 tokens

resolve-pr-comments

Evaluate, fix, answer, and reply to GitHub pull request review comments and conversation comments. Handles both change requests (fix or skip) and reviewer questions (explain using reasoning recalled from past Claude Code transcripts). Use when the user asks to "resolve PR comments", "fix review comments", "address PR…

tobihagemann/turbo · 95 tokens

review-code

Review code for bugs, security vulnerabilities, API misuse, consistency issues, simplicity problems, or test coverage gaps by running internal reviews and a peer review in parallel and returning combined findings. Single-concern with a type argument, or full review with no argument. Use when the user asks to "review…

tobihagemann/turbo · 144 tokens

assess-technical-debt

Assess project-wide structural technical debt: complexity hotspots, deprecated API usage, duplication clusters, and architecture rot. Ranks findings by impact and refactor effort into a report at .turbo/technical-debt.md. Use when the user asks to "assess technical debt", "find technical debt", "review technical…

tobihagemann/turbo · 108 tokens

map-codebase

Deep architecture report that fans out parallel inspections across different aspects of the codebase (structure, tech stack, APIs, patterns, data flow, dependencies, testing) and synthesizes findings into a comprehensive document at .turbo/codebase-map.md and .turbo/codebase-map.html. Use when the user asks to "map…

tobihagemann/turbo · 106 tokens

peer-review

Run an independent peer review via Codex. Use when the user asks to "peer review", "peer review my code", "peer review my plan", "get a second opinion", or "independent review".

tobihagemann/turbo · 46 tokens