# coding > Enhanced coding assistance - Author: Ori Nachum - Repository: OriNachum/autonomous-intelligence - Version: 20260207084518 - Stars: 207 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/OriNachum/autonomous-intelligence - Web: https://mule.run/skillshub/@@OriNachum/autonomous-intelligence~coding:20260207084518 --- --- name: coding description: Enhanced coding assistance triggers: - code - python - javascript - typescript - debug - implement - function - class - error - bug - fix --- # Coding Skill Enhanced guidance for code-related tasks. ## When Writing Code 1. **Understand First**: Clarify requirements before coding 2. **Explain Approach**: Briefly describe your strategy 3. **Clean Code**: Use meaningful names, add helpful comments 4. **Error Handling**: Include appropriate try/except blocks 5. **Type Hints**: Use type hints for function signatures ## When Debugging 1. Ask for the full error message and stack trace 2. Request relevant code context 3. Suggest systematic debugging approaches: - Print/log statements to trace execution - Check input values and edge cases - Verify dependencies and imports ## Code Review Checklist - [ ] Logic correctness - [ ] Error handling - [ ] Edge cases - [ ] Performance considerations - [ ] Security implications - [ ] Test coverage