Surface prior learnings relevant to the current task. Use before starting any non-trivial work — new experiment, new feature, new submission strategy, debugging a pattern — to check if we've been here before. Also use when the user says "what have we learned about X", "any past notes on Y", "recall", or "check learnings".
El comando exacto puede variar según el repositorio. Consulta el README en GitHub.
Para el autor de la skill
Pega en el README de tu repo
Muestra que tu skill está catalogada en Skillteca, genera backlink y tráfico rastreable.
[](https://www.skillteca.com.br/skills/recall-learnings?utm_source=badge&utm_medium=readme&utm_campaign=badge)
Recibe nuevas skills de Produtividade todos los lunes
Un email corto con solo las skills nuevas de Produtividade. 4 minutos de lectura, sin spam, te das de baja con un clic.
Confirmas tu email en el primer envío. Sin spam. Te das de baja con un clic.
Recalling Prior Learnings
Surfaces the most relevant learnings from .learnings/ for the task at hand. This is the compound-interest mechanism — every session should call it before committing to an approach.
When to invoke proactively
Before:
Picking a modeling approach ("LightGBM vs CatBoost for tabular").
Designing a CV split strategy.
Writing submission glue code for a new competition.
Starting an agent's main decision loop.
Deciding a hyperparameter range.
Writing code t
[Description truncada. Veja o README completo no GitHub.]