superml

作者 Leeroo-AI已验证

An ML engineering plugin for your coding agents.

186
Stars
17
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Leeroo-AI/superml

快速入门

使用 superml 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

SuperML

Give your AI coding agent ML engineering superpowers.

Leeroopedia License Discord GitHub commit activity Y Combinator X25

Watch how SuperML works in 90 seconds:

SuperML Demo Video

If SuperML helps you, give it a ⭐ it helps others find the project.


It adds two things your coding agent doesn't have:

ML Pipeline: Seven skills that encode the workflow you already follow. Plan against real framework docs. Catch config mistakes before they cost you GPU hours. Debug OOM, NaN, and divergence by root cause, not by guessing. Get ranked next steps when metrics plateau. An agentic experiment memory carries hypotheses, results, and lessons across sessions — your agent stops repeating failed experiments and starts compounding what works.

Memory: Backed by Leeroopedia, 27k+ pages across 1000+ ML/AI frameworks. Config references, debugging heuristics, implementation patterns, and battle-tested defaults from vLLM to DeepSpeed to LangChain. Built by the Leeroo continuous learning system, structured as a browsable wiki, and continuously updated by AI and human engineers. When your agent recommends a config, it points to the page it learned it from.

Works with Claude Code, Cursor, Codex, OpenCode, and Gemini CLI.

How It Works

  1. A session hook loads automatically, zero setup per conversation.
  2. Skills guide the ML workflow, verify before launch, debug by root cause, iterate on results, track what worked.
  3. MCP tools connect to the Leeroopedia knowledge base, your agent looks things up and cites real docs instead of guessing.
  4. A persistent ML agent (ml-expert) handles deeper tasks and remembers your hardware, experiments, and lessons across sessions.

Results

37 ML tasks scored head-to-head: Cursor / Claude Code with SuperML vs without. Each response rated by independent LLM judges across correctness, specificity, mistake prevention, actionability, and grounding.

SuperML vs Baseline — 37 ML Tasks

See TESTED_TASKS.md for detailed scores and methodology.

Prerequisites

API Key (optional, highly recommended)

The plugin works without an API key — skills use web search to ground answers. With a key, your agent gets access to the Leeroopedia knowledge base (27k+ pages, faster and more precise lookups). The plugin will tell you if it's running without a key.

To get a key: app.leeroopedia.com — $20 free credit on signup, no credit card.

export LEEROOPEDIA_API_KEY=kpsk_your_key_here

Add to your shell profile (~/.bashrc, ~/.zshrc) so it persists.

Installation

Claude Code

Register the marketplace, then install the plugin:

/plugin marketplace add leeroo-ai/leeroo-marketplace
/plugin install superml@leeroo-marketplace

Or install directly from GitHub:

claude plugin add --from-github leeroo-ai/superml

Cursor

In Cursor Agent chat (waiting for Cursor team approval):

/add-plugin superml

Or clone into your project — Cursor auto-detects .cursor-plugin/plugin.json:

git clone https://github.com/leeroo-ai/superml.git

Codex

See .codex/INSTALL.md.

OpenCode

See .opencode/INSTALL.md.

Gemini CLI

git clone https://github.com/leeroo-ai/superml.git
gemini extension add ./superml/gemini-extension.json

Alternative: Remote MCP (no local install)

If you just want the knowledge base without the full plugin, see leeroopedia-mcp for setup instructions.

You get the MCP tools (memory) but not the workflow skills (process).

Verify Installation

Start a conversation and try something like:

I'm fine-tuning Llama 3.1 8B on 50k instruction pairs with 1xA100 80GB.
Set up the full training config — QLoRA, proper chat template, loss masking on prompts.

If it's working, your agent will ground its answer in documentation (KB citations or web sources), catch common pitfalls before they waste a training run, and give you a runnable config.

What's Inside

Skills

SkillWhat it does
ml-planPlan training runs, architectures, and multi-step pipelines
ml-verifyCheck configs, code, and math before you burn GPU hours
ml-debugDebug OOM, NaN, divergence, crashes, bad throughput
ml-iterateRanked next steps when results aren't where you want them
ml-experimentTrack experiments — hypotheses, results, and learnings across sessions
ml-researchDeep-dive into ML topics, compare approaches, survey frameworks
using-supermlLoaded at session start — wires up skills to KB tools and sets quality standards

Agent

ml-expert: a persistent ML engineer agent for the bigger stuff: pipeline reviews, deep analysis, framework deep-dives. It remembers your hardware setup, past experiments, and lessons learned across sessions.

Optimize for Your Domain

SuperML ships with a self-refine toolkit that lets you optimize the skills for your specific ML niche. Describe your domain, generate a test suite, and run an automated judge-refine loop:

python self-refine/generate_suite.py "biomedical fine-tuning with clinical NLP"
python self-refine/run.py --suite self-refine/suites/biomedical-fine-tuning-with-clinical-nlp.yaml

See self-refine/README.md for the full guide.

SuperML for Enterprise

SuperML is integrated in our enterprise platform — forecasting & planning, fraud & anomaly detection, customer analytics, recommendation systems, document intelligence, and customer service automation.

Request enterprise access →

Contributing

See CONTRIBUTING.md for how to report bugs, suggest improvements, and submit PRs.

Links

License

Apache-2.0

常见问题

What is superml?

superml is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Leeroo-AI. An ML engineering plugin for your coding agents. It has 186 GitHub stars.

Is superml safe to use?

Yes. superml passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install superml?

Clone the repository with "git clone https://github.com/Leeroo-AI/superml" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is superml written in?

superml is primarily written in Python. It is open-source under Leeroo-AI on GitHub, so you can review or fork the full source.

Are there alternatives to superml?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh superml against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情