Skip to content

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.

Consolidated Tenzir package creation skill

Section titled “Consolidated Tenzir package creation skill”

May 27, 2026 · @mavam, @codex

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:

Terminal window
npx skills add tenzir/skills@tenzir-create-parser-package
npx skills add tenzir/skills@tenzir-create-ocsf-mapping

After:

Terminal window
npx skills add tenzir/skills@tenzir-create-package

Use the new skill for parser package work, OCSF mapping work, and broader package development.

Jun 3, 2026 · @mavam, @codex

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.