daangndaangnOfficial·1 Agent Skills Included

ventyd

Type-safe event sourcing for TypeScript applications

Builds event-sourced TypeScript applications with schemas, reducers, entities, mutations, and repositories. Eliminates guesswork from outdated API knowledge by pointing to current embedded and remote documentation. Covers validation with Valibot, Zod, ArkType, and TypeBox, plus adapters, plugins, and common error fixes.
npx skills add daangn/ventyd --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ventyd?

Run `npx skills add daangn/ventyd --all -g -y` in your terminal to install this skill globally for your coding agent.

What is event sourcing in TypeScript?

Event sourcing stores every state change as an immutable event instead of just the latest state. Ventyd lets you rebuild entity state at any point in history with full type safety.

Which validation libraries work with ventyd?

Ventyd supports Valibot, Zod, ArkType, and TypeBox through the Standard Schema specification, so you can use your preferred validation library.

Does ventyd work with Claude Code and Cursor?

Yes. This skill follows the universal SKILL.md standard and works with Claude Code, Cursor, Codex, and OpenCode.

How do I fix ventyd type errors?

Enable TypeScript strict mode and check the included common-errors reference, which covers schema prefixes, reducer defaults, and event naming issues.

Related Repositories in Software Engineering

View All in Software Engineering