luoling8192luoling8192Communityยท1 Agent Skills Included

ai-coding-discipline-skill

Coding discipline rules and distributed data system design guidance

Enforces strict coding rules that stop silent fallbacks, swallowed errors, weak tests, and hardcoded fake implementations. Guides database schema design, replication, partitioning, transactions, and stream processing decisions using proven distributed systems principles. Eliminates common code generation mistakes and speeds up reliable system architecture choices.
npx skills add luoling8192/ai-coding-discipline-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

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

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

What coding mistakes does this skill prevent?โ–ผ

It blocks silent fallbacks, catch-all error handling, weak tests that pass on broken code, hardcoded test-fitting logic, and premature removal of debug logs.

When does the DDIA principles skill activate?โ–ผ

It loads when you design database schemas, choose storage engines, plan replication or partitioning, handle distributed transactions, or build batch and stream processing pipelines.

Does it work with Claude Code and Cursor?โ–ผ

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

Do I need distributed systems experience to use it?โ–ผ

No. The DDIA skill distills complex topics like consensus, isolation levels, and event sourcing into quick decision tables you can apply directly.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’