dtprjdtprjOfficialยท3 Agent Skills Included

dongting

Build, test, and run a high-performance Raft KV engine

Builds, tests, and operates the Dongting distributed Raft, KV, and message queue engine. Eliminates guesswork around Maven multi-module builds, flaky unit tests, and cluster startup scripts. Guides coding agents through fiber-based concurrency, zero-dependency rules, and benchmark execution for faster, safer development.
npx skills add dtprj/dongting --all -g -y
Available:

Tells the agent how to build, test, and modify the Dongting codebase, routing it to the right sub-skills for Maven builds, IntelliJ integration, and server operations.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Dongting skills?โ–ผ

Run `npx skills add dtprj/dongting --all -g -y` in your terminal to install all skills in this repository globally.

What is the Dongting project?โ–ผ

Dongting is a high-performance, zero-dependency Java engine combining multi-group Raft consensus, a distributed KV configuration store, and message queues, capable of over one million TPS.

How do I build and test Dongting?โ–ผ

The build-and-test skill provides exact Maven commands such as `mvn clean package -DskipUTs` for builds and `mvn clean test -Dtick=3` for stable unit test runs.

How do I start a Dongting server cluster?โ–ผ

The run-dongting skill explains the start, stop, admin, and benchmark scripts, which launch a single-node DtKV cluster on ports 9331 and 9332 by default.

Does it work with IntelliJ IDEA?โ–ผ

Yes. The idea-mcp skill lets your agent use IntelliJ IDEA for accurate Java error checking, refactoring, and code search in this multi-module Maven project.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’