bydbql
Generate, validate, and optionally execute read-only BanyanDB BydbQL for STREAM, MEASURE, TRACE, and PROPERTY resources. Use when the user asks to query…
Compile and build the SkyWalking BanyanDB project. Use when the user asks to compile, build, or generate code for this project.
$ npx -y skills add apache/skywalking-banyandb --skill compiling --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/compilingContext preview
The summary Claude sees to decide when to auto-load this skill.
Compile and build the SkyWalking BanyanDB project. Use when the user asks to compile, build, or generate code for this project.
name: compiling description: Compile and build the SkyWalking BanyanDB project. Use when the user asks to compile, build, or generate code for this project. allowed-tools: Bash, Read, Grep, Glob
Follow these steps to compile the project.
Run `make generate` first. This regenerates `.pb.go` files from `.proto` definitions and mock files via mockgen.
This step is **required** whenever:
If generate fails, check:
Run `make build` to compile all project components: ui, banyand, bydbctl, mcp, fodc/agent, fodc/proxy.
Binaries are output to each component's `build/bin/dev/` directory.
BanyanDB, as an observability database, aims to ingest, analyze and store Metrics, Tracing and Logging data. It's designed to handle observability data generated by observability platform and APM system, like Apache SkyWalking etc.
Repo: apache/skywalking-banyandb
Generate, validate, and optionally execute read-only BanyanDB BydbQL for STREAM, MEASURE, TRACE, and PROPERTY resources. Use when the user asks to query…
Size-audit, write, and split BanyanDB issues that somebody else or an automated TDD workflow can implement. Use whenever the user asks to file or revise an…
Create a GitHub pull request for SkyWalking BanyanDB. Use when the user asks to create a PR, submit changes, or open a pull request.
Upgrade Go/Node.js vendor dependencies and sync tool versions. Use whenever the user says "upgrade dependencies", "update vendors", "vendor update", "run…