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.
npx agentmods add skills/stchiotis/library-first-engineering/lfe-inspectornpx skills add StChiotis/Library-First-Engineering --skill lfe-inspectorgit clone --depth 1 https://github.com/StChiotis/Library-First-EngineeringWrote 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.
[](https://agentmods.dev/skills/stchiotis/library-first-engineering/lfe-inspector)<a href="https://agentmods.dev/skills/stchiotis/library-first-engineering/lfe-inspector"><img src="https://agentmods.dev/badge/skills/stchiotis/library-first-engineering/lfe-inspector.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00035 | $0.05189 |
| Opus 5 | $0.00017 | $0.02594 |
| Sonnet 5 | $0.00007 | $0.01038 |
| Haiku 4.5 | $0.00003 | $0.00519 |
Grade A, and why
lfe-inspector 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.
How it starts
The opening of the file, as written. The whole thing — 224 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LFE Inspector
Mission
Verify that the implementation matches the domain truth and numerical baselines. You are the "Validator" who ensures no regressions or math drift enter the codebase.
Sub-Pipeline (execute in this order)
/lfe-zoom-out→ Orient on unfamiliar modules before verifying/lfe-inspector(this skill) → Write.plans/critique.md(Devil's Advocate pass) → then write.plans/inspection_report.md/lfe-diagnose→ (conditional) If verification fails, enter diagnosis loop
Toolbox
/lfe-zoom-out: Step 1. Use when encountering unfamiliar code areas./lfe-diagnose: Step 3 (conditional). Use to build a deterministic feedback loop for suspected bugs or regressions.
Hard Rules
- Truth Over Vibe: Implementation must match documented domain knowledge exactly.
- Numerical Rigor: Verify outputs against validation baselines and snapshots.
- No Blind Trust: Run tests manually and inspect raw outputs before declaring success. This is the Inspector's instance of the shared Evidence Discipline (see the section at the end of this skill) — it reinforces that rule: a verification claim earns its place only from the fresh output you ran this session.
- File-Based Input (with explicit fallback):
- Primary: read
.plans/tdd_report.md. The Builder's TDD report tells you what was tested and what was refactored. - Fallback (LFE-FORCE recovery): if
.plans/tdd_report.mddoes NOT exist AND.docs/quality/PROTOCOL_DEBT.mdhas at least one unresolved entry, read the latest unresolved Protocol Debt entry instead and verify the hotfix described there directly againstsrc/. Setsource: .docs/quality/PROTOCOL_DEBT.mdin the inspection report frontmatter — exact full path, because Archivist Step 3.6's matcher keys off this string verbatim. This path is the ONLY way to clear Protocol Debt — the framework MUST stay recoverable here (no deadlock). - Hard fail: if neither input exists, halt and ask the human whether to escalate to
/lfe-extract-domain(true black box) rather than fabricate a verification.
- Primary: read
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.
- 5d ago First seen · 224 lines · 35 tokens per session scan A 6b49b8e27f85
lfe-inspector is a skill published in the GitHub repository StChiotis/Library-First-Engineering (43 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 5,189 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.
Other skills, from other repositories
playwright
Use when the task requires capturing or automating a real browser from the terminal.
ai-engineering-toolkit
6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.
implementation-final-review
Perform the repository's risk-tiered independent final review before implementation completion. Use only when explicitly invoked or when repository instructions require it after behavior-impacting implementation work; audit the complete task diff, supported contracts, lifecycle and security boundaries, complexity, and…
promptfoo-provider-setup
Configure promptfoo providers or redteam targets for hosted models, live HTTP APIs, Python/JavaScript local scripts, agent SDKs, or multi-input systems. Use when connecting promptfoo to the system under test, mapping vars, auth env vars, request bodies, response transforms, or static-code-derived provider wrappers. Do…
redteam-plugin-development
Standards for creating redteam plugins and graders. Use when creating new plugins, writing graders, or modifying attack templates.
search-params
URL search param and hash state management. Use when adding or modifying URL search params, working with useSearchParams, setSearchParams, useSearchParamState, or navigate() with query strings or hash fragments, or fixing browser back/forward button issues.