FgForrestFgForrestOfficialΒ·8 Agent Skills Included

evitaDB

E-commerce database development, benchmarking, and release workflows

Guides development of evitaDB, an in-memory NoSQL database built as a fast search index for e-commerce catalogs. Covers adding query constraints and schema fields, checking GraphQL and REST APIs for breaking changes, and auditing data format compatibility before releases. Includes benchmarking scripts that measure bulk catalog publishing and transaction write performance without manual profiling setup.
npx skills add FgForrest/evitaDB --all -g -y
Available:

Gives your AI agent the build commands, module boundaries, naming rules, and decision-record conventions it must follow when writing or changing evitaDB code.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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→