FlowGuard: Skill for Codex

.agents/skills/flowguard-field-lifecycle-mesh/SKILL.md

flowguard-field-lifecycle-mesh is a skill for Codex from liuyingxuvka/FlowGuard. It costs 56 tokens per session (641 once invoked), scanned A, original, MIT.

A field-change checklist for tracking data fields in schemas, configuration, prompts, requests, stored data, and user interfaces from creation through removal or replacement.

In plain words
What is it for?
Use it to inventory fields, record replacements, defaults, aliases, and fallbacks, identify missing cases, and pass behavior or testing work to the appropriate checks.
Why use it?
It prevents fields from being missed when they are renamed, migrated, replaced, or removed, including unclear handling of old fields. It also keeps field tracking separate from proving the wider behavior works.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is liuyingxuvka/FlowGuard's own configuration. It tells Codex how to work on FlowGuard itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything FlowGuard configures →

Reuse

Borrowing it

Nothing to install: this file belongs to liuyingxuvka/FlowGuard. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/liuyingxuvka/FlowGuard/main/.agents/skills/flowguard-field-lifecycle-mesh/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/liuyingxuvka/FlowGuard

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 flowguard-field-lifecycle-mesh

README.md
[![agentmods](https://agentmods.dev/badge/skills/liuyingxuvka/flowguard/flowguard-field-lifecycle-mesh/github.svg)](https://agentmods.dev/skills/liuyingxuvka/flowguard/flowguard-field-lifecycle-mesh)
Your own site
<a href="https://agentmods.dev/skills/liuyingxuvka/flowguard/flowguard-field-lifecycle-mesh"><img src="https://agentmods.dev/badge/skills/liuyingxuvka/flowguard/flowguard-field-lifecycle-mesh/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 flowguard-field-lifecycle-mesh

Your own site · 80×15
<a href="https://agentmods.dev/skills/liuyingxuvka/flowguard/flowguard-field-lifecycle-mesh"><img src="https://agentmods.dev/badge/skills/liuyingxuvka/flowguard/flowguard-field-lifecycle-mesh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 641 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.00056 $0.00641
Opus 5 $0.00028 $0.00320
Sonnet 5 $0.00011 $0.00128
Haiku 4.5 $0.00006 $0.00064

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

Security

Grade A, and why

flowguard-field-lifecycle-mesh 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 12d 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/flowguard-field-lifecycle-mesh/SKILL.md · 44 lines

How it starts

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

FlowGuard Field Lifecycle Mesh

Purpose

Account every discovered leaf field, project behavior-bearing fields upward, and close old-field disposition before broad confidence.

Entrypoint Scope

Route id: field_lifecycle_mesh; role: public_owner; native owner: field_lifecycle_mesh. This standalone FlowGuard satellite skill owns field boundaries and projections, not downstream behavior proof.

Local Material Routing

Read references/field_lifecycle_mesh_protocol.md for FieldLifecyclePlan, grouped leaf rows, projections, replacement policy, and handoffs.

Entrypoint Acceptance Map

Accept a bounded field inventory; create leaf rows and behavior projections; block missing fields or unknown old-field disposition; hand canonical malformed cases, owners, obligations, and repair evidence to their routes.

Use When

  • Use for schema/payload/config/prompt/persisted/UI/runtime fields, migrations, aliases, defaults, fallbacks, or field-rooted model misses.

Do Not Use When

  • Do not put every field in the high-level model, treat inventory as behavior proof, or replace alignment/testing; return missing behavior models to flowguard.

Required Workflow

  1. Independently discover and freeze the field inventory revision, fingerprint, and evidence before disposition.
  2. For each field record one owner, locations, readers/writers, default, absence/null and serialization semantics, privacy, content fingerprint, and one modeled/delegated/scoped disposition.
  3. Add FieldProjection only for locally modeled behavior-bearing fields; delegation names a specialist and current native evidence, while scope needs a bounded reason.
  4. Route invalid/old cases to ContractExhaustionMesh, close replacement disposition, and send owners, projections, cases, and gaps downstream.

Hard Gates

  • Model-purpose gate: pre-build/change freeze task-specific failure(s)/boundary; bind candidate to native good/bad-per-failure/oracle/current evidence. Reusable types are not fixed-purpose: no mode/fallback; only FlowGuard-declared checks may support completion claims.
  • Require the real FlowGuard check engine and AGENTS.md managed record; forbid fake mini-frameworks.
  • Default replacement requires delete, block, migrate, delegate, repair, explicit preserve, or scoped reason; unknown disposition blocks full confidence.
  • A complete claim blocks on empty/stale inventory identity, missing or unexpected rows, duplicate field ids, missing semantics/fingerprints, or incomplete delegated/scoped dispositions.
  • Behavior claims need current obligations, code/test owners, and freshness.
  • Only explicit reuse/publication or proven cross-project use triggers strict risk_template_library closure.

Read the full file on GitHub · 44 lines

Files

What ships with it

5 files 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. 12d ago First seen · 44 lines · 56 tokens per session scan A 43add04e6c2c

Subscribe to this mod's changes

flowguard-field-lifecycle-mesh is a skill published in the GitHub repository liuyingxuvka/FlowGuard (2 stars, last pushed 17d ago), licensed MIT. It adds 56 tokens to every session and 641 once invoked, about $0.0003 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.