Agent Skills
› ciembor/agent-rules-books
› designing-data-intensive-applications
designing-data-intensive-applications
GitHub用于指导高数据密集型系统的设计,涵盖可靠性、扩展性、一致性、复制、事务、流处理及模式演进等核心原则,辅助进行技术权衡与决策。
Trigger Scenarios
设计数据系统架构
评估数据一致性或扩展性方案
处理分布式事务或流处理逻辑
规划数据迁移或模式演进
Install
npx skills add ciembor/agent-rules-books --skill designing-data-intensive-applications -g -y
SKILL.md
Frontmatter
{
"name": "designing-data-intensive-applications",
"license": "MIT",
"description": "Apply Martin Kleppmann-inspired data-system rules when designing reliability, scalability, consistency, replication, transactions, streams, or schema evolution."
}
Designing Data-Intensive Applications Skill
Use this skill when a task involves data ownership, consistency semantics, event flows, replication, partitioning, transactions, streams, batch processing, fault tolerance, or schema evolution.
Before making design or code decisions, read and apply designing-data-intensive-applications.mini.md. Use designing-data-intensive-applications.md only as a deeper reference when the mini rules are not enough for the current data-system tradeoff.
Version History
- 893a88a Current 2026-09-11 20:34


