This release consolidates Tenzir package development into the new tenzir-create-package skill, replacing the older parser and OCSF mapping workflows with one broader package creation workflow. It also adds a generated Google SecOps UDM skill for schema reference and normalization guidance.
💥 Breaking Changes
Section titled “💥 Breaking Changes”Consolidated Tenzir package creation skill
Section titled “Consolidated Tenzir package creation skill”The package creation workflow is now centered on tenzir-create-package, a single skill for building library-quality Tenzir packages with UDOs, tests, examples, disabled-by-default pipelines, inputs, contexts, and optional OCSF mappings.
Before:
npx skills add tenzir/skills@tenzir-create-parser-packagenpx skills add tenzir/skills@tenzir-create-ocsf-mappingAfter:
npx skills add tenzir/skills@tenzir-create-packageUse the new skill for parser package work, OCSF mapping work, and broader package development.
🚀 Features
Section titled “🚀 Features”Add Google UDM skill
Section titled “Add Google UDM skill”Added tenzir-google-udm, a generated Google SecOps UDM schema and
normalization guidance skill derived from the canonical googleapis/googleapis
UDM and Entity protocol buffers plus targeted Google SecOps usage guidance.