ventyd
Type-safe event sourcing for TypeScript applications
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core