kaggle-learner

Extract techniques and code templates from winning Kaggle competition solutions.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Clay-HHK/claude-skills --skill kaggle-learner-clay-hhk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kaggle-learner
Source: https://github.com/Clay-HHK/claude-skills/tree/main/kaggle-learner
Command: npx skills add https://github.com/Clay-HHK/claude-skills --skill kaggle-learner-clay-hhk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Winning Kaggle solutions contain proven techniques for NLP, computer vision, time series, tabular, and multimodal tasks, but that knowledge is scattered across writeups and notebooks. This Skill organizes extracted knowledge from top competition solutions into a searchable, continuously updated knowledge base. ## Core Features & Use Cases - Domain-Organized Knowledge Base: Browse extracted winning-solution analyses across NLP, CV, time series, tabular, and multimodal categories under references/knowledge/. - Detailed Top-Solution Analysis: Each competition file includes competition briefs, top-20 solution breakdowns with core techniques and implementation details, reusable code templates, and best practices. - Self-Evolving Extraction: Provide a Kaggle competition URL and the kaggle-miner agent extracts the winning solutions and adds them to the relevant category. - Use Case: Preparing for a mathematical reasoning competition, you consult the AIMO-2 knowledge file to learn the MARIO framework, three-stage CoT/TIR/GenSelect training, and AWQ quantization strategies used by top teams. ## Quick Start Ask the assistant to analyze the winning solutions from a specific Kaggle competition URL and add the extracted techniques to the knowledge base.

Frequently Asked Questions about kaggle-learner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I learn from Kaggle winning solutions?▼

Provide a Kaggle competition URL and the kaggle-miner agent extracts the winning solutions into a structured markdown file. Each file includes a competition brief, detailed top-20 solution analysis, code templates, and best practices organized by domain.

What ML domains does Kaggle competition knowledge cover?▼

The knowledge base covers five domains: NLP, computer vision, time series, tabular data, and multimodal tasks. Each domain has its own directory under references/knowledge/ with one markdown file per competition.

What information is extracted from each Kaggle competition?▼

Each extraction includes a competition brief, original solution summaries, detailed technical analysis of top solutions with rankings and implementation details, reusable code templates, best practices, and metadata with source links and dates.

Can I browse existing Kaggle knowledge without extracting new competitions?▼

Yes, browse the domain directories under references/knowledge/ directly. Existing files include competitions like AIMO-2, ARC Prize 2025, BirdCLEF, and AMP Parkinson's disease prediction with full solution breakdowns.

What techniques do top Kaggle solutions commonly use?▼

Common patterns include model ensembling, knowledge distillation, data augmentation, pseudo-labeling, quantization like AWQ, and careful validation strategies to prevent data leakage. Specific techniques vary by domain and are documented per competition.