Skip to main content
ranxi2001
GitHub クリエイタープロフィール

ranxi2001

12 件の GitHub リポジトリにある 46 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
46
リポジトリ
12
更新
2026年8月25日
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

notebook-workflow
データサイエンティスト

在线 Kaggle Notebook 开发工作流。本地编写代码 → push 到 Kaggle 运行 → 拉取结果。 避免大数据集下载,利用 Kaggle 免费 GPU/TPU。 触发关键词:notebook、在线跑、push kernel、远程训练、kaggle run、GPU训练。

2026年6月7日
competition-research
データサイエンティスト

Research and analyze a Kaggle competition. Scrapes competition page, reads rules/data description, analyzes top solutions and discussion threads, produces a structured research report. Seeds the IdeaPool with actionable improvement ideas. Trigger: "调研",…

2026年6月7日
eda-features
データサイエンティスト

Automated EDA and feature engineering. Generates profiling reports, suggests and creates features based on data patterns and competition type. Includes leakage prevention guardrails and feature quality validation. Trigger: "EDA", "explore data", "数据探索",…

2026年6月7日
iteration-loop
データサイエンティスト

Analyze current performance and drive iterative improvement using tree-search. Uses IdeaPool, ErrorAnalysis, and CodeGen to systematically explore the solution space. NEVER submits during iteration — only generates candidates for review. Trigger: "iterate",…

2026年6月7日
model-train
データサイエンティスト

Train models for the current competition. Handles model selection, cross-validation, hyperparameter tuning via Optuna, and ensemble building. Includes hard-won lessons on leakage prevention, test alignment, and CV reliability. Trigger: "train", "训练模型", "tune…

2026年6月7日
skill-evolution
データサイエンティスト

Meta-skill: automatically upgrade other skills based on new learnings from competition runs. Tracks what worked/failed, updates Lesson Logs, adds new Hard Rules, refines strategies. Trigger: "升级技能", "update skills", "evolve", "what did we learn", "反思",…

2026年6月7日
submit-monitor
データサイエンティスト

Smart submission management with strict daily budget. Never waste submission opportunities. Queue candidates, submit only the best, track CV-LB gap, analyze score trends. Trigger: "submit", "提交", "check leaderboard", "排名", "track score", "submission history",…

2026年6月7日
agentic-data-science-competition
データサイエンティスト

AI Agent-driven Kaggle competition workflow. Learn from real competition experience: score stabilization patterns, submission troubleshooting, kernel workflows, GPU task delegation, and the spec-driven development approach that achieved top leaderboard…

2026年6月7日
収集済み skill 9 件中 8 件を表示しています。
classify-interview-questions
その他の高等教育教員

将面试题按考察维度分类,拆分后加入 learn-agent-interview 已有维度文章。当用户发来一组新面试题(如"新的面试问题"、"XX公司面试"、"分门别类整理"、"加入这些问题")时触发。不新建独立面经文章,而是分发到已有维度文档中。

2026年8月23日
scrape-nowcoder
ソフトウェア開発者

基于 CDP 原生 WebSocket 抓取牛客网面经文章。当用户说"抓牛客"、"爬牛客面经"、"nowcoder 抓取"、"抓取面经列表"时触发。通过 Chrome 调试端口直接连接已登录的浏览器会话,支持首页、话题、搜索分页和详情全文抓取,输出 Markdown。

2026年8月16日
new-article
その他の高等教育教員

在 zero2Agent 项目中创建新的学习文章。当用户说"写一篇新文章"、"创建文章"、"新建文章"、"在某模块下添加一篇关于X的文章"、"帮我起草一篇讲XX的内容"、"整理面经"时触发。适用于所有模块下新建内容,包括面试维度拆解文章和面经实录。即使用户没有明确说"文章",只要涉及给 zero2Agent 项目增加教学内容,也应当触发此技能。

2026年8月4日
drawio-skill
ソフトウェア開発者

Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .drawio XML files and…

2026年6月13日
mermaid-check
ソフトウェア開発者

检查并修复 zero2Agent 项目中 mermaid 图表的语法问题。当用户说"mermaid 渲染错误""图表语法检查""mermaid 不显示""flowchart 报错""检查 mermaid"时触发。也适用于用户提到某篇文章的 mermaid 图无法渲染、显示 syntax error 的场景。

2026年5月19日
chinese-quotes-fix
一般事務員

Check and fix Chinese quote pairing in Markdown files generated by ClaudeCode or other agents, while preserving Markdown syntax and protected blocks.

2026年5月13日
new-module
その他の高等教育教員

在 zero2Agent 项目中创建新的学习模块。当用户说"新建模块"、"添加模块"、"创建一个新的学习章节"、"我想增加一个关于X的模块"时触发。负责创建模块目录结构、index.md,并同步更新主页 index.html 和 _layouts/default.html 的导航。即使用户只是说"我想增加一个讲XX的章节",也应当触发此技能。

2026年4月12日
content-review
プロジェクト管理専門家

审查 zero2Agent 项目中的文章内容质量。当用户说"审查文章"、"review内容"、"检查这篇文章写得怎么样"、"看看这篇符不符合项目风格"、"帮我看看内容质量"时触发。负责对照项目风格标准进行结构化评审,输出具体的改进建议。即使用户只是说"帮我看看写得怎么样",只要涉及 zero2Agent 的 Markdown 文章,也应当触发此技能。

2026年3月28日
interview-article-writer
ソフトウェア開発者

将大厂笔试/机试/面试真题整理为项目文章,发布到 04_real_interviews/ 目录。 文章包含题目描述、详细思路解析、Python 题解代码、复杂度分析和小结。 当用户提供真题内容(文字/截图/微信文章链接)并要求"写成文章""整理成博文""加到真题里"时触发。 也可通过关键词触发:真题题解、笔试题解、面经整理、大厂真题文章等。

2026年8月8日
frontend-dev
ウェブ開発者

Zero2Leetcode 前端开发技能 — 快速理解项目技术栈、架构、CSS/JS 模式,指导页面调整与功能添加。

2026年8月2日
cnblogs-publisher
ソフトウェア開発者

Publish, update, inspect, and organize local Markdown articles on cnblogs.com through the MetaWeblog API and an optional Playwright collection workflow. Use when the user explicitly asks to publish or update an article on CNBlogs, list or inspect existing…

2026年7月16日
code-debug-coach
その他の高等教育教員

用于诊断用户在 LeetCode / Python / 数据结构与算法练习中的思路错误、代码错误、复杂度问题,并给出适合初学者理解的分步纠错与正确写法。特别适合“我有思路但写错了”“我不知道哪里错了”“我不理解这句代码为什么这样写”等场景。

2026年7月16日
crawl-wechat
ソフトウェア開発者

抓取并提取微信公众号文章,输出结构化数据和干净的 Markdown 格式。 当用户想要抓取、爬取、阅读、提取微信文章内容时触发此技能(URL 包含 mp.weixin.qq.com)。 也可通过关键词触发:微信公众号文章、抓取微信文章、爬取公众号、读取公众号文章等。 此技能处理以下难点:伪造微信内置浏览器 User-Agent、等待动态内容加载、 修复懒加载图片、提取结构化元数据(标题、作者、发布时间)、 生成带内联图片的干净 Markdown,以及本地下载图片绕过防盗链。

2026年7月16日
local-practice-problem-adder
ソフトウェア開発者

为 Zero2Leetcode 的本地练习页批量补充题目描述、代码模板、测试用例与接线逻辑。适用于扫描缺失题目、按当前可用并发能力分批写入 `assets/js/playground-extra/`,并最终接入 `playground.html` 与 `assets/js/playground.js`。

2026年7月16日
sync-blog-links
ソフトウェア開発者

将博客园 LeetCode 合集中的文章链接同步到 Zero2Leetcode 题目数据。适用于补充或校正 `assets/js/problems-data.js`、`assets/js/playground.js` 和 `assets/js/playground-extra/batch-*.js` 中的 `blogUrl`,并验证冲突、语法和幂等性。

2026年7月16日
app-store-sandbox-macos
未分類

Run evidence-gated StoreKit testing for native macOS apps with a non-consumable In-App Purchase across Xcode local testing, Apple Sandbox, TestFlight, and entitlement lifecycle. Use for macOS IAP, Sandbox accounts, TestFlight purchase verification, Xcode…

2026年8月25日
macos-app-store-workflow
未分類

Coordinate native macOS app development and Mac App Store delivery when work spans Xcode setup, stable signing and TCC, sandbox permissions, StoreKit, tests, screenshots, archives, TestFlight, or App Review. Use narrower skills for isolated SwiftUI,…

2026年8月25日
macos-signing-inspector
未分類

macOS app signing artifacts: inspect code signatures, entitlements, hardened runtime, sandbox, Gatekeeper, and trust failures; exclude distribution packaging and notarization submission.

2026年8月25日
macos-test-diagnoser
未分類

macOS Xcode and SwiftPM tests: run focused scopes and diagnose build, assertion, crash, async-flake, fixture, entitlement, and host-app failures; separate regressions from setup issues.

2026年8月25日
screenshot
未分類

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

2026年8月25日
swift-concurrency
未分類

Diagnose Swift Concurrency issues, refactor callback-based code to async/await, and guide Swift 6 migration when working with tasks, actors, @MainActor, Sendable, data races, thread safety, or concurrency-related compiler and linter warnings.

2026年8月25日
swiftui-expert-skill
未分類

Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management and `@Observable` data flow, view composition and invalidation/performance, lists and `ForEach` identity, environment usage, localization, animations, Liquid…

2026年8月25日
12 件中 12 件のリポジトリを表示
すべてのリポジトリを表示しました