evitaDB
E-commerce database development, benchmarking, and release workflows
All Skills in This Repository (8)
Pure Emerald Level Indicatorsnew-constraint
Plan end-to-end implementation steps for a new evitaDB query constraint.
openapi-breaking-changes
Compare evitaDB OpenAPI REST schemas to identify breaking changes.
evita-schema-change
Apply evitaDB schema changes across contracts, DTOs, builders, mutations, and serializers.
release-notes
Generate release-notes.md for evitaDB releases from tags, commits, and issues.
code-quality-pipeline
Coordinate planning, execution, and verification in a three-phase code-quality pipeline.
new-external-api-object
Add new API objects across evitaDB external APIs using descriptor inheritance and converters.
release-pr
Create or update GitHub PRs from dev to master with auto-generated release notes.
gql-breaking-changes
Compare GraphQL schemas and report breaking changes between evitaDB demo and local branch.
Frequently Asked Questions
FAQPage SchemaHow to install evitaDB skills?βΌ
Run `npx skills add FgForrest/evitaDB --all -g -y` in your terminal to install all skills in this suite globally.
What is evitaDB used for?βΌ
evitaDB is an in-memory NoSQL database that acts as a fast secondary search and lookup index for e-commerce front stores, with ready-to-use GraphQL, REST, and gRPC APIs.
How to check evitaDB API changes for breaking changes?βΌ
The gql-breaking-changes and openapi-breaking-changes skills compare your local branch's GraphQL or REST schema against the public demo server and report every breaking change with client impact.
How to measure evitaDB write performance?βΌ
The wal-replay-profiling and warmup-reindex-benchmark skills replay real production catalog data through the write path and report commit latency, allocation, and full publishing time.
Do these skills work with Claude Code?βΌ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and compatible coding agents.
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