by ruc-datalab
SkillAdam: Better Skills for Your AI Agent🚀 Claude Code/Codex/Cursor 插件,一键进化你的skill
# Add to your Claude Code skills
git clone https://github.com/ruc-datalab/SkillAdamSee how SkillAdam compares with popular alternatives.
SkillAdam is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ruc-datalab. SkillAdam: Better Skills for Your AI Agent🚀 Claude Code/Codex/Cursor 插件,一键进化你的skill. It has 52 GitHub stars.
SkillAdam's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/ruc-datalab/SkillAdam" and add it to your Claude Code skills directory (see the Installation section above).
SkillAdam is primarily written in Python. It is open-source under ruc-datalab on GitHub, so you can review or fork the full source.
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 SkillAdam against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Give SkillAdam a skill and tell it what you want to improve. It tests your SKILL.md on relevant tasks, learns from the results, and checks proposed changes before updating the file.
Supported platforms: Codex · Claude Code · Cursor Agent · GitHub Copilot.
https://github.com/user-attachments/assets/a15049ee-90b5-4cda-a270-7628a60f76ed
pip and venv, and Git.PATH: codex, claude, cursor-agent, or copilot.code CLI is also required. For Copilot CLI only, pass --skip-vscode-registration to its installer.Cursor requires the Cursor Agent CLI; the desktop app alone is insufficient.
The default setup uses your existing agent sign-in and needs no local GPU, Docker, or separate model API key. Model calls consume your platform account's quota, and skill and task content is sent to the configured model provider.
Clone this repository:
git clone https://github.com/ruc-datalab/SkillAdam.git
cd SkillAdam
Run one installer for your platform from the repository root:
| Platform | macOS / Linux |
|---|---|
| Codex | ./integrations/codex/install.sh |
| Claude Code | ./integrations/claude-code/install.sh |
| Cursor Agent | ./integrations/cursor/install.sh |
| GitHub Copilot | ./integrations/github-copilot/install.sh |
| Platform | Command |
|---|---|
| Codex | .\integrations\codex\install.ps1 |
| Claude Code | .\integrations\claude-code\install.ps1 |
| Cursor Agent | .\integrations\cursor\install.ps1 |
| GitHub Copilot | .\integrations\github-copilot\install.ps1 |
The installer sets up a dedicated Python environment and registers SkillAdam with your agent. Restart your agent after installation; in VS Code, use Developer: Reload Window.
For more installation options, see the platform guide.
Open the workspace containing your skill and select skilladam-optimize through your agent's skill picker or invocation mechanism. Give it the skill path and your goal:
Use SkillAdam to optimize /absolute/path/to/SKILL.md for writing concise,
actionable code reviews that catch correctness issues and edge cases.
Your agent prepares relevant tasks and scoring rules. SkillAdam tests the current skill, proposes changes, and evaluates the revised version. By default, proposed edits are selected automatically; your skill file is updated only when the revised version passes validation.
You can make your request more specific by describing a recurring problem or including a task example:
This skill often produces long explanations without a clear recommendation.
Focus on making each review comment identify the problem, explain its impact,
and suggest a concrete fix.
SkillAdam currently optimizes one existing SKILL.md at a time. Include any context needed to evaluate your examples: supporting skill resources and workspace files are not automatically available during test runs. See task guidance for details.
To review proposed edits yourself, include this in your request:
Before applying changes, show me the proposed edits and let me choose.
You can accept or reject individual edits. SkillAdam then validates the selected changes before updating your skill.
Ask your agent to resume using the same run directory:
Resume the SkillAdam optimization in /absolute/path/to/the/run-directory.
Keep your skill in version control so you can review its history or undo changes.
If you find SkillAdam useful, please cite our paper:
@misc{li2026skilladam,
title={SkillAdam: Stable and Efficient Skill Evolution for Agents},
author={Gaoyuan Li and Meihao Fan and Yizhe Liu and Shaolei Zhang and Ju Fan and Siyi Wang and Jiaheng Hou and Xudong Weng and Honghan Tian and Zang Li},
year={2026},
eprint={2609.08944},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2609.08944}
}
SkillAdam is released under the MIT License. Copyright (C) 2026 Tencent. All rights reserved. Third-party attribution is preserved in NOTICE.