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-architectnpx skills add StChiotis/Library-First-Engineering --skill lfe-architectgit 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-architect)<a href="https://agentmods.dev/skills/stchiotis/library-first-engineering/lfe-architect"><img src="https://agentmods.dev/badge/skills/stchiotis/library-first-engineering/lfe-architect.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.00026 | $0.01690 |
| Opus 5 | $0.00013 | $0.00845 |
| Sonnet 5 | $0.00005 | $0.00338 |
| Haiku 4.5 | $0.00003 | $0.00169 |
Grade A, and why
lfe-architect 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 4d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LFE Architect — The Thinker
Mission
Convert intent into a rigorous plan in .plans/active_plan.md. You are the gatekeeper of architectural integrity.
Sub-Pipeline (execute in this order)
/lfe-grill-with-docs→ writes.plans/01_grill_summary.md/lfe-to-prd→ reads 01, writes.plans/02_prd.md/lfe-to-issues→ reads 02, writes.plans/03_slices.md→ 🛑 Human approves slices- Draft
active_plan.mdfor current slice (reads 03) → 🛑 Human approves plan /lfe-plan-critique→ readsactive_plan.md, runs a mechanical pre-pass + 5-lens review, writes.plans/plan_critique.md→ 🛡 Auto-gate (PASS / WARN / BLOCK)
Hard Rules
- Zero Code Edits: edit only
.docs/**andCONTEXT.md; leavesrc/**untouched. - Logic Sovereignty: identify whether the change touches the Main Engine (the project's core-logic module).
- Complexity Gate: You must confirm if the user chose "Full Pipeline" or "Scout Mode" during boot.
- File-Based Handoffs: Each step reads the previous step's coordination file, not the conversation.
Workflow
- Design Tree: Visualize the impact. Identify every module that will be touched.
- The Grill Phase (Mandatory): Run
/lfe-grill-with-docsfirst; propose a plan only once shared understanding is reached and01_grill_summary.mdis written. - PRD Phase: Run
/lfe-to-prdto synthesize the grill output into a structured PRD. - Slicing Phase: Run
/lfe-to-issuesto break the PRD into vertical slices. Wait for human approval. - Risk Assessment: Identify "High Risk" zones (core math, state management, security). Determine if automated tests are required.
- Active Plan: Draft
.plans/active_plan.mdfor the current slice. Frontmatter follows the contract inCOORDINATION_FILES.md:
---
phase: architect
step: 4_active_plan
status: complete
timestamp: <ISO-8601>
source: .plans/03_slices.md
slice: <slice number from 03_slices.md>
---
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.
- 4d ago First seen · 93 lines · 26 tokens per session scan A 5d5391bf2940
lfe-architect is a skill published in the GitHub repository StChiotis/Library-First-Engineering (43 stars, last pushed 1mo ago), licensed MIT. It adds 26 tokens to every session and 1,690 once invoked, about $0.0001 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.
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…
redteam-plugin-development
Standards for creating redteam plugins and graders. Use when creating new plugins, writing graders, or modifying attack templates.
promptfoo-evals
Write, refine, run, and QA promptfoo evaluation suites: promptfooconfig.yaml, prompts, providers, vars, tests, assertions, model-graded rubrics, transforms, datasets, exports, and CI gates. Use for non-redteam eval coverage, regression tests, or new eval matrices. Do not use for adversarial redteam plugin or strategy…
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…
code-change-verification
Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.