Orchestrates the continuous learning of new skills from arXiv papers. Use this to trigger a learning cycle, which fetches papers, extracts code/skills, and solidifies them.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill arxiv-skill-learning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Arxiv Skill Learning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-arxiv-skill-learning)More formats (shields.io, HTML) on the badges page.
---
name: arxiv-skill-learning
description: Orchestrates the continuous learning of new skills from arXiv papers. Use this to trigger a learning cycle, which fetches papers, extracts code/skills, and solidifies them.
---
# ArXiv Skill Learning
## Usage
```javascript
const learner = require('./index');
const result = await learner.main();
```
## Workflow
1. **Patrol**: Checks arXiv for relevant new papers (Agent, LLM, Tool Use).
2. **Extract**: Uses `arxiv-skill-extractor` to generate skill code.
3. **Test**: Runs generated tests.
4. **Solidify**: Commits the new skill to the workspace.
## Configuration
- Target Categories: cs.AI, cs.CL, cs.LG, cs.SE
- Schedule: Hourly
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!