jiangzhejiangzheCommunityยท4 Agent Skills Included

doradb

Document-driven planning, tracking, and review for Rust database development

Manages the full development workflow of the DoraDB Rust storage engine through structured task, RFC, backlog, and issue documents. Creates implementation-ready task plans, runs style audits on branch changes, and links GitHub issues to design documents automatically. Eliminates lost design context and untracked follow-ups by keeping every decision traceable from proposal to completion.
npx skills add jiangzhe/doradb --all -g -y
Available:

Tells the agent the repository layout, build and test commands, and to prefix git and cargo execution with the rtk tool when working in this project.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install DoraDB skills?โ–ผ

Run `npx skills add jiangzhe/doradb --all -g -y` in your terminal to install all workflow skills globally.

What is DoraDB?โ–ผ

DoraDB is a work-in-progress storage engine written in Rust that combines an in-memory row store with an on-disk column store and full transaction support.

How does document-driven development work here?โ–ผ

Every feature starts as a task or RFC document under docs/, which the agent researches, gets approved, implements in an isolated worktree, and later compacts into a permanent record.

Can these skills create GitHub issues automatically?โ–ผ

Yes. The issue-task and issue-rfc skills validate a document, create a labeled GitHub issue, and link task issues to their parent RFC epic.

Do I need Rust experience to use these skills?โ–ผ

Basic Rust knowledge helps for reviewing changes, but the agent handles research, document writing, style audits, and issue creation from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’