kaggle-learner

kaggle-learner is a skill for Claude Code from Galaxy-Dawn/claude-scholar. It costs 69 tokens per session (1,118 once invoked), scanned A, original, MIT.

A learning aid based on extracted methods from winning Kaggle solutions. Kaggle is a platform where people build machine-learning models for competitions and share results.

In plain words
What is it for?
Use it to study competitions or find code patterns for natural-language processing, computer vision, time-series forecasting, tabular data, and multimodal machine learning.
Why use it?
It helps developers study tested approaches instead of searching through competition solutions from scratch.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-scholar plugin — 45 skills, 34 commands, 6 agents, 5 hooks shipped together

Good fit Use it to study competitions or find code patterns for natural-language processing, computer vision, time-series forecasting, tabular data, and multimodal machine learning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/galaxy-dawn/claude-scholar/kaggle-learner
About the project

Claude Scholar is a semi-automated research assistant for academic research and software development, supporting literature review, coding, experiments, reporting, writing, and project knowledge management. Computer science and AI researchers use it across the research workflow with several coding-agent platforms; the catalogue contains its skills, commands, agents, hooks, plugin, and instruction.

Galaxy-Dawn/claude-scholar · 5,407 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Galaxy-Dawn/claude-scholar --skill kaggle-learner
Clone the repo
git clone --depth 1 https://github.com/Galaxy-Dawn/claude-scholar

Made for: Claude Code.

Or install claude-scholar, the plugin that ships this one along with the rest of its 45 skills, 34 commands, 6 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kaggle-learner

README.md
[![agentmods](https://agentmods.dev/badge/skills/galaxy-dawn/claude-scholar/kaggle-learner/github.svg)](https://agentmods.dev/skills/galaxy-dawn/claude-scholar/kaggle-learner)
Your own site
<a href="https://agentmods.dev/skills/galaxy-dawn/claude-scholar/kaggle-learner"><img src="https://agentmods.dev/badge/skills/galaxy-dawn/claude-scholar/kaggle-learner/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kaggle-learner

Your own site · 80×15
<a href="https://agentmods.dev/skills/galaxy-dawn/claude-scholar/kaggle-learner"><img src="https://agentmods.dev/badge/skills/galaxy-dawn/claude-scholar/kaggle-learner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,118 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk warn 23 Feb 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.01118
Opus 5 $0.00034 $0.00559
Sonnet 5 $0.00014 $0.00224
Haiku 4.5 $0.00007 $0.00112

Measured 10d ago against content hash 555c52d08991, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

kaggle-learner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/kaggle-learner/SKILL.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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.md
  • nlp/aimo-2-2025.md

Quick Reference

To learn from a competition:

  1. Provide the Kaggle competition URL
  2. The kaggle-miner agent will extract the winning solution
  3. Knowledge is automatically added to the relevant category
  4. 前排方案详细技术分析 (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.

Read the full file on GitHub · 109 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 109 lines · 69 tokens per session scan A 555c52d08991

Subscribe to this mod's changes

kaggle-learner is a skill published in the GitHub repository Galaxy-Dawn/claude-scholar (5,407 stars, last pushed 13d ago), licensed MIT. It adds 69 tokens to every session and 1,118 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

graph-retrieval

Exposes graph-based retrieval as a tool capability via querygraph. Reads normalized graph store files, builds a query-relevant subgraph, and returns LLM-friendly semantic triples with replayable evidence metadata.

study8677/repobrain · 46 tokens

knowledge-layer

High-level deployment wrapper over RepoBrain core with graph-first knowledge injection and all-file support. Exposes refreshfilesystem and askfilesystem for building and querying the knowledge graph.

study8677/repobrain · 42 tokens

education-data-context

Interpretation guidance for Urban Institute Portal datasets. Coded values (-1/-2/-3), year definitions, grade encoding, suppression, licensing, cross-source joins. Use when interpreting Portal data before analysis. Routes to source-specific skills.

brycewang-stanford/Auto-Empirical-Research-Skills · 51 tokens

education-data-query

Downloads education datasets from configured mirror sources (parquet/CSV) with local Polars filtering. Use when writing fetch scripts or retrieving CCD, IPEDS, CRDC, SAIPE data. Load after education-data-explorer — retrieval here, not discovery.

brycewang-stanford/Auto-Empirical-Research-Skills · 56 tokens

prompt-pilot

Rewrite a rough, vague prompt into a precise, context-enriched prompt. Explores the codebase read-only and weaves real file paths and symbols into the rewritten prompt — never implements the task itself. Use when the user asks to optimize, enrich, or improve a prompt before running it.

savasturkoglu1/promptpilot-plugin · 63 tokens

rlhf

Understanding Reinforcement Learning from Human Feedback (RLHF) for aligning language models. Use when learning about preference data, reward modeling, policy optimization, or direct alignment algorithms like DPO.

itsmostafa/llm-engineering-skills · 40 tokens