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개 표시
모든 저장소를 표시했습니다