ai-coding-principles
Coding discipline rules and distributed data system design guidance
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core