Kaggle learner
This skill should be used when the user asks to "learn from Kaggle", "study Kaggle solutions", "analyze Kaggle competitions", or mentions Kaggle competition URLs. Provides access to extracted knowledge from winning Kaggle solutions across NLP, CV, time series, tabular, and multimodal domains.From its SKILL.md
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill kaggle-learnerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
4.4 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it
Kaggle Learner
Extract and apply knowledge from Kaggle competition winning solutions. This skill provides access to a continuously updated knowledge base of techniques, code patterns, and best practices from top Kaggle competitors.
Overview
Kaggle competitions are at the forefront of practical machine learning. Winning solutions often innovate with novel techniques, clever feature engineering, and optimized pipelines. This skill captures that knowledge and makes it accessible for your projects.
When to Use
Use this skill when:
- Studying for a Kaggle competition
- Looking for proven techniques in a specific domain (NLP, CV, etc.)
- Need code templates for common ML tasks
- Want to learn from competition winners
Knowledge Categories
| Category | Focus | Directory |
|---|---|---|
| NLP | Text classification, NER, translation, LLM applications | references/knowledge/nlp/ |
| CV | Image classification, detection, segmentation, generation | references/knowledge/cv/ |
| Time Series | Forecasting, anomaly detection, sequence modeling | references/knowledge/time-series/ |
| Tabular | Feature engineering, traditional ML, structured data | references/knowledge/tabular/ |
| Multimodal | Cross-modal tasks, vision-language models | references/knowledge/multimodal/ |
文件组织结构:每个竞赛一个独立的 markdown 文件,按 domain 分类到对应目录。
示例:
time-series/birdclef-plus-2025.mdnlp/aimo-2-2025.md
Quick Reference
To learn from a competition:
- Provide the Kaggle competition URL
- The kaggle-miner agent will extract the winning solution
- Knowledge is automatically added to the relevant category
- 前排方案详细技术分析 (Front-runner Detailed Technical Analysis) is automatically included
To browse existing knowledge:
- 浏览相关 domain 目录:
references/knowledge/[domain]/ - 每个竞赛一个独立文件,包含:
- Competition Brief (竞赛简介)
- 前排方案详细技术分析 (前排方案详细技术分析) ⭐
- Code Templates (代码模板)
- Best Practices (最佳实践)
Self-Evolving
This skill automatically updates its knowledge base when the kaggle-miner agent processes new competitions. The more you use it, the smarter it becomes.
Knowledge Extraction Standard
每次从 Kaggle 竞赛提取知识时,必须包含以下标准部分:
必需内容清单
| 部分 | 说明 | 必需性 |
|---|---|---|
| Competition Brief | 竞赛背景、任务描述、数据规模、评估指标 | ✅ 必需 |
| Original Summaries | 前排方案的简要概述 | ✅ 必需 |
| 前排方案详细技术分析 | Top 20 方案的核心技巧和实现细节 | ✅ 必需 ⭐ |
| Code Templates | 可复用的代码模板 | ✅ 必需 |
| Best Practices | 最佳实践和常见陷阱 | ✅ 必需 |
| Metadata | 数据源标签和日期 | ✅ 必需 |
前排方案详细技术分析格式
每个前排方案应包含:
- 排名和团队/作者
- 核心技巧列表 (3-6 个关键技术点)
- 实现细节 (具体的参数、配置、数据)
示例格式:
**排名 Place - 核心技术名称 (作者)**
核心技巧:
- **技巧1**: 简短说明
- **技巧2**: 简短说明
实现细节:
- 具体参数、模型、配置
- 数据和实验结果
建议覆盖 Top 20 方案,获取更多前排选手的创新技巧
Additional Resources
Knowledge Directories
references/knowledge/nlp/- NLP competition techniquesreferences/knowledge/cv/- Computer vision techniquesreferences/knowledge/time-series/- Time series methodsreferences/knowledge/tabular/- Tabular data approachesreferences/knowledge/multimodal/- Multimodal solutions
Competition Examples
- BirdCLEF+ 2025 (
time-series/birdclef-plus-2025.md) - 包含完整的 Top 14 前排方案详细技术分析 - BirdCLEF 2024 (
time-series/birdclef-2024.md) - 包含 Top 3 方案详细技术分析 - AIMO-2 (
nlp/aimo-2-2025.md) - 包含 Top 12+ 前排方案技术总结
What ships with it: 19 files
1109.9 KB alongside SKILL.md
references/
- knowledge/.archive/cv.md248 B
- knowledge/.archive/multimodal.md256 B
- knowledge/.archive/nlp.md110.8 KB
- knowledge/.archive/tabular.md24.2 KB
- knowledge/.archive/time-series.md334.5 KB
- knowledge/nlp/aimo-2-2025.md37.9 KB
- knowledge/nlp/arc-prize-2025.md51.5 KB
- knowledge/nlp/eedi-2024.md7.6 KB
- knowledge/nlp/konwinski-prize-2025-6th-place-study.md9.9 KB
- knowledge/nlp/konwinski-prize-2025-comparison.md35.2 KB
- knowledge/nlp/konwinski-prize-2025.md20.3 KB
- knowledge/nlp/map-2024.md13.9 KB
- knowledge/tabular/amp-parkinsons-2021.md16.6 KB
- knowledge/time-series/birdclef-2023.md51.2 KB
- knowledge/time-series/birdclef-2024.md156.3 KB
- knowledge/time-series/birdclef-plus-2025.md67.1 KB
- knowledge/time-series/detect-behavior-sensor-2025.md58.9 KB
- knowledge/time-series/detect-sleep-states-2023.md56.0 KB
- knowledge/time-series/hms-2024.md57.5 KB
Gives 0 of the 12 instructions most learn study skills give in ~1.2k tokens
Counted across 545 of the 593 authors here whose files we hold, read 2026-09-06
- Treat the current directory as a teaching workspacein 20 of 545, across 17 files
- Teach knowledge first then practice skillsin 19 of 545, across 16 files
- Design lessons which build long-term retentionin 15 of 545, across 12 files
- Save each lesson as a self-contained HTML filein 15 of 545, across 12 files
- Question the user on why they want to learn thisin 15 of 545, across 12 files
- Reuse components from the assets directoryin 14 of 545, across 11 files
- Never trust your parametric knowledgein 13 of 545, across 10 files
- Record user preferences in NOTES.mdin 11 of 545, across 8 files
- Ground all teaching in the MISSION.md documentin 11 of 545, across 8 files
- Save each lesson to the lessons directoryin 8 of 545
- Question the user if the mission is unclearin 7 of 545
- Gather primary sources onlyin 7 of 545, across 4 files
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.