lfe-zoom-out

lfe-zoom-out is a skill for Claude Code from StChiotis/Library-First-Engineering. It costs 31 tokens per session (160 once invoked), scanned A, original, MIT.

A system-mapping skill for unfamiliar code that explains how relevant modules and callers fit together. It is the first step of an inspection process and uses the project's domain glossary and documentation.

In plain words
What is it for?
Use it during code inspection to map a module's role, callers, dependencies, boundaries, and documented domain meaning.
Why use it?
It gives an agent enough context to understand a code area before checking its implementation or making judgments about it.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it during code inspection to map a module's role, callers, dependencies, boundaries, and documented domain meaning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stchiotis/library-first-engineering/lfe-zoom-out
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 StChiotis/Library-First-Engineering --skill lfe-zoom-out
Clone the repo
git clone --depth 1 https://github.com/StChiotis/Library-First-Engineering

Made for: Claude Code.

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 lfe-zoom-out

README.md
[![agentmods](https://agentmods.dev/badge/skills/stchiotis/library-first-engineering/lfe-zoom-out/github.svg)](https://agentmods.dev/skills/stchiotis/library-first-engineering/lfe-zoom-out)
Your own site
<a href="https://agentmods.dev/skills/stchiotis/library-first-engineering/lfe-zoom-out"><img src="https://agentmods.dev/badge/skills/stchiotis/library-first-engineering/lfe-zoom-out/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 lfe-zoom-out

Your own site · 80×15
<a href="https://agentmods.dev/skills/stchiotis/library-first-engineering/lfe-zoom-out"><img src="https://agentmods.dev/badge/skills/stchiotis/library-first-engineering/lfe-zoom-out.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 160 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.00031 $0.00160
Opus 5 $0.00015 $0.00080
Sonnet 5 $0.00006 $0.00032
Haiku 4.5 $0.00003 $0.00016

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

Security

Grade A, and why

lfe-zoom-out 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 9d 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.

.agents/skills/lfe-zoom-out/SKILL.md · 20 lines

What it actually says

LFE Zoom Out

Position in Pipeline

  • Phase: 3 (Inspector sub-pipeline, Step 1)
  • Persona: Inspector

Treat this area of code as unfamiliar. Go up a layer of abstraction. Give me a map of all the relevant modules and callers, using the project's domain glossary vocabulary from CONTEXT.md.

Focus on:

  • What this module does in the context of the whole system
  • Who calls it and who it calls
  • Where the seams are
  • What the domain documentation says about this area
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. 9d ago First seen · 20 lines · 31 tokens per session scan A c1b0899f6bb1

Subscribe to this mod's changes

lfe-zoom-out is a skill published in the GitHub repository StChiotis/Library-First-Engineering (43 stars, last pushed 1mo ago), licensed MIT. It adds 31 tokens to every session and 160 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

code-review

Reviews code for bugs, security issues, and best practices.

promptfoo/promptfoo · 11 tokens

eslint-fix

A project-aware assistant for finding and fixing ESLint errors, warnings, and configuration compatibility problems. ESLint is a tool that checks JavaScript and TypeScript code for style and common mistakes.

laolaoshiren/claude-code-skills-zh · 79 tokens

perf-profiler

A performance investigation guide that uses repeatable measurements and profiling evidence to find where software spends time or resources. Profiling records runtime activity such as CPU use, memory use, database work, or network delays.

laolaoshiren/claude-code-skills-zh · 78 tokens

log-analyzer

A log-analysis helper that reads application and system logs to find unusual patterns and likely causes. Logs are records of events such as errors, requests, warnings, and service activity.

laolaoshiren/claude-code-skills-zh · 24 tokens

bug-reproducer

Find likely software bugs in a codebase, rank concrete bug candidates, and prove or reject them with focused regression tests before proposing a fix. Also turn bug reports, stack traces, screenshots, failing behavior, support tickets, and regressions into minimal reproducible cases with red-to-green evidence. Use when…

AnastasiyaW/codex-claude-code-config · 147 tokens

dx-audit

Audits libraries, CLIs, and SDKs using 38 rules for public contracts, package exports, piped output, errors, and configuration. Use when asked to "audit my CLI", "review my SDK", "make this agent-friendly", or diagnose package type resolution. For agentic product trust use ax-audit; for docs use docs-writing.

mblode/agent-skills · 76 tokens