luoling8192luoling8192Communityยท1 Agent Skills Included

ai-coding-principles

Coding discipline rules and distributed data system design guidance

Enforces strict coding discipline rules that prevent silent fallbacks, swallowed errors, weak tests, and hardcoded fake implementations. Provides a distilled reference on data-intensive system design covering replication, partitioning, transactions, consistency, and stream processing. Helps engineers write reliable code and make sound database and architecture decisions faster.
npx skills add luoling8192/ai-coding-principles --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ai-coding-principles?โ–ผ

Run `npx skills add luoling8192/ai-coding-principles --all -g -y` in your terminal to install both skills globally.

How to stop AI from writing bad code?โ–ผ

The ai-coding-discipline skill enforces six mandatory rules that block silent fallbacks, catch-all error handling, weak tests, and hardcoded fake logic in every code change.

What does the DDIA skill cover?โ–ผ

It distills Designing Data-Intensive Applications into practical guidance on data models, storage engines, replication, partitioning, transactions, consensus, and batch or stream processing.

Does ai-coding-principles work with Claude Code and Cursor?โ–ผ

Yes. Both skills follow the universal SKILL.md standard and load automatically in Claude Code, Cursor, Codex, and other compatible coding environments.

When should I use the DDIA principles skill?โ–ผ

Use it when designing database schemas, choosing storage engines, planning replication or sharding, or evaluating consistency and fault-tolerance trade-offs in system design.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’