agent-identifier
Use when creating or configuring Claude Code agents and their frontmatter.
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
$ npx -y skills add Galaxy-Dawn/claude-scholar --skill kaggle-learner --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/kaggle-learnerContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: kaggle-learner 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. version: 0.1.0
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.
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.
Use this skill when:
| 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 分类到对应目录。
示例:
**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:**
This skill automatically updates its knowledge base when the kaggle-miner agent processes new competitions. The more you use it, the smarter it becomes.
每次从 Kaggle 竞赛提取知识时,**必须**包含以下标准部分:
| 部分 | 说明 | 必需性 | |------|------|--------| | **Competition Brief** | 竞赛背景、任务描述、数据规模、评估指标 | ✅ 必需 | | **Original Summaries** | 前排方案的简要概述 | ✅ 必需 | | **前排方案详细技术分析** | Top 20 方案的核心技巧和实现细节 | ✅ **必需** ⭐ | | **Code Templates** | 可复用的代码模板 | ✅ 必需 | | **Best Practices** | 最佳实践和常见陷阱 | ✅ 必需 | | **Metadata** | 数据源标签和日期 | ✅ 必需 |
每个前排方案应包含:
示例格式:
**排名 Place - 核心技术名称 (作者)** 核心技巧: - **技巧1**: 简短说明 - **技巧2**: 简短说明 实现细节: - 具体参数、模型、配置 - 数据和实验结果
**建议覆盖 Top 20 方案,获取更多前排选手的创新技巧**
Semi-automated research assistant for academic research and software development. Supports Claude Code, Codex CLI, Kimi Code CLI, and OpenCode across ideation, coding, experiments, writing, and publication.
Repo: Galaxy-Dawn/claude-scholar
Use when creating or configuring Claude Code agents and their frontmatter.
Use only when creating new registrable ML components that require Factory or Registry patterns.
This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem",…
This skill provides reference guidance for citation verification in academic writing. Use when the user asks about "citation verification best practices", "how…
This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or…
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command…