materialize
Agent skills for building, testing, and debugging Materialize database code
All Skills in This Repository (16)
Pure Emerald Level Indicatorsmz-commit
Prepares commits and pull requests following Materialize repository conventions.
mz-query-perf
Diagnose and benchmark SQL query rewrites against Materialize catalog relations.
mz-parallel-workload
Extends the parallel-workload framework to stress-test Materialize with concurrent random SQL actions.
mz-benchmark
Add and debug Materialize performance benchmark scenarios across three testing frameworks.
mz-test
Runs and selects test frameworks for Materialize including sqllogictest, testdrive, mzcompose, and cargo test.
mz-query-tracing
Diagnose SQL query latency in Materialize using OpenTelemetry distributed traces from Tempo.
mz-limits-test
Creates and debugs Materialize limits tests that stress the system with many objects.
mz-platform-checks
Create and debug platform checks testing Materialize features across restarts and upgrades.
mz-release-signoff
Verify Materialize release candidates by comparing Grafana metrics across release boundaries.
mz-run
Compile, run, format, and lint the Materialize codebase locally.
mz-debug-ci
Diagnose Buildkite CI failures on Materialize pull requests using gh and Buildkite tools.
mz-profile
Profile Materialize CPU, memory, and binary size using samply, heaptrack, and nm.
Frequently Asked Questions
FAQPage SchemaHow to install Materialize skills?โผ
Run `npx skills add MaterializeInc/materialize --all -g -y` in your terminal to install all skills in this suite globally.
What do the Materialize agent skills do?โผ
They teach your AI agent the exact commands and conventions for testing, building, committing, benchmarking, and debugging the Materialize database codebase.
How do I run Materialize tests with an AI agent?โผ
The mz-test skill directs your agent to the right framework, such as sqllogictest, testdrive, or cargo test, with the correct canonical commands.
Can an AI agent debug Materialize CI failures?โผ
Yes. The mz-debug-ci skill walks the agent through Buildkite annotations, logs, and known-flake databases to find the root cause of red builds.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible AI 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