Error Handling Skill Handle errors intelligently by leveraging past solutions and building a knowledge base of fixes. Core Workflow When Encountering an Error 1. Recognize the error - Identify the error message and its type 2. Search for solutions - Check if a similar error was solved before 3. Apply or adapt - Use the found solution or develop a new one 4. Log for future - After solving, log the error and solution Error Recognition Recognize errors from multiple sources: | Source | Indicators | |--------|------------| | Bash commands | Non-zero exit code, stderr output, error keywords | | Pl…