Agent SkillsGalaxy-Dawn/claude-scholar › kaggle-learner

kaggle-learner

GitHub

从Kaggle竞赛获胜方案中提取并应用知识,提供NLP、CV等前沿ML技术、代码模板及最佳实践,辅助用户学习竞赛技巧。

skills/kaggle-learner/SKILL.md Galaxy-Dawn/claude-scholar

Trigger Scenarios

学习Kaggle竞赛策略 分析Kaggle比赛URL 研究特定领域(如NLP/CV)的获奖技术方案

Install

npx skills add Galaxy-Dawn/claude-scholar --skill kaggle-learner -g -y
More Options

Use without installing

npx skills use Galaxy-Dawn/claude-scholar@kaggle-learner

指定 Agent (Claude Code)

npx skills add Galaxy-Dawn/claude-scholar --skill kaggle-learner -a claude-code -g -y

安装 repo 全部 skill

npx skills add Galaxy-Dawn/claude-scholar --all -g -y

预览 repo 内 skill

npx skills add Galaxy-Dawn/claude-scholar --list

SKILL.md

Frontmatter
{
    "name": "kaggle-learner",
    "version": "0.1.0",
    "description": "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."
}

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.

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 techniques
  • references/knowledge/cv/ - Computer vision techniques
  • references/knowledge/time-series/ - Time series methods
  • references/knowledge/tabular/ - Tabular data approaches
  • references/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+ 前排方案技术总结

Version History

  • 2f7766f Current 2026-07-25 09:09

Same Skill Collection

skills/agent-identifier/SKILL.md
skills/architecture-design/SKILL.md
skills/bug-detective/SKILL.md
skills/citation-verification/SKILL.md
skills/code-review-excellence/SKILL.md
skills/command-development/SKILL.md
skills/daily-coding/SKILL.md
skills/daily-paper-generator/SKILL.md
skills/doc-coauthoring/SKILL.md
skills/expression-skill/SKILL.md
skills/frontend-design/SKILL.md
skills/git-workflow/SKILL.md
skills/latex-conference-template-organizer/SKILL.md
skills/mcp-integration/SKILL.md
skills/ml-paper-writing/SKILL.md
skills/nature-polishing/SKILL.md
skills/nature-response/SKILL.md
skills/nature-writing/SKILL.md
skills/obsidian-kb-artifacts/SKILL.md
skills/obsidian-literature-workflow/SKILL.md
skills/obsidian-project-kb-core/SKILL.md
skills/obsidian-source-ingestion/SKILL.md
skills/paper-self-review/SKILL.md
skills/planning-with-files/SKILL.md
skills/plugin-structure/SKILL.md
skills/post-acceptance/SKILL.md
skills/publication-chart-skill/SKILL.md
skills/research-ideation/SKILL.md
skills/results-analysis/SKILL.md
skills/results-report/SKILL.md
skills/review-response/SKILL.md
skills/skill-development/SKILL.md
skills/skill-improver/SKILL.md
skills/skill-quality-reviewer/SKILL.md
skills/ui-ux-pro-max/SKILL.md
skills/uv-package-manager/SKILL.md
skills/verification-loop/SKILL.md
skills/web-design-reviewer/SKILL.md
skills/webapp-testing/SKILL.md
skills/zotero-obsidian-bridge/SKILL.md
skills/hook-development/SKILL.md
skills/nature-data/SKILL.md
skills/writing-anti-ai/SKILL.md
skills/defuddle/SKILL.md

Metadata

Files
0
Version
2f7766f
Hash
555c52d0
Indexed
2026-07-25 09:09

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 15:01
浙ICP备14020137号-1 $방문자$