Skip to content

Bounded underwriting agent skills

UW Markdown ships five project-owned Codex skills in .codex/skills. Each returns only structured EditOperation proposals for a host to validate and apply. No skill performs financial math; @uwmd/core remains the sole calculator.

SkillJob boundary
uwmd-intake-scopeintake facts, scope, and missing-input triage
uwmd-document-extractionattributable source-document extraction
uwmd-validation-triageevidence-backed validation remediation
uwmd-batch-exceptionscollection-index exception triage
uwmd-portfolio-rolluprelationship-aware portfolio review

All skills preserve provenance, never write directly, and return [] when no safe edit is supported.

Released under the MIT License.