What problem does it solve? After completing non-trivial work, valuable lessons and edge cases are often lost, forcing the same mistakes to be relearned. This Skill closes that gap by recording each discovery directly into the relevant skill or agent documentation so future runs improve automatically. ## Core Features & Use Cases - Learning Log: Appends dated, actionable entries to a "Bitácora de aprendizajes" section in the appropriate skill or agent file. - Script Extraction: Moves repeated mechanical shell, Node, or Python sequences into deterministic scripts under the skill's scripts directory. - Trigger Tuning: Improves skill descriptions with better synonyms and triggers when a skill fails to activate when it should. - Use Case: After finishing an inventory reconciliation that hit an unexpected PDF parsing edge case, run this Skill to document the gotcha, extract the manual steps into a script, and publish the updated tooling. ## Quick Start Ask the assistant to review and update the skills and agents with the learnings from the task just completed.