no_lazy_implementation
Installation
SKILL.md
No Lazy Implementation Protocol
1. Zero Placeholder Policy
Strictly Prohibited:
// ... rest of code// ... implement logic here// ... same as above- Leaving TODOs for critical business logic that was requested.
Requirement:
- You must generate COMPLETE, WORKING CODE.
- If a file is too large for one turn, explicitly state: "This is Part 1 of X. I will implement the rest in the next step." and immediately proceed to generate the rest.
2. Full Method Implementation
Related skills
More from cityfish91159/maihouses
agentic_architecture
Enforces high-level architectural thinking, separation of concerns, and scalability checks before coding.
19code-review-excellence
程式碼審查最佳實踐指南。當進行 PR review、代碼審查或用戶提到「review」、「審查」時使用。
19nasa_typescript_safety
Adapts NASA's "Power of 10" safety rules for high-reliability TypeScript code.
18frontend_mastery
Advanced React patterns, performance optimization, and state management rules.
18code-simplifier
|
18type-checker
執行 TypeScript 類型檢查並修復類型錯誤。當遇到類型錯誤、需要類型定義、或用戶提到「type」、「類型」時使用。
18