#359 · Primary category: AI Coding Assistants
openskills
Universal skills loader for AI coding agents - npm i -g openskills
Project last updated:01/18/26
GitHub Stars
10.7K
Forks
671
Contributors
3
License
Other
Why we included this project
Teams that hop between Claude Code, Cursor, Windsurf, Aider, or Codex often end up maintaining separate skill setups for each tool. OpenSkills standardizes that by treating Anthropic's SKILL.md as the common format: it writes the same XML block Claude Code would generate into your AGENTS.md file, so any agent that reads that file can load the matching skill on demand. Skills install into the project folder, which means they get versioned with the repo and can come from local paths or private git repos when you can't rely on a public marketplace. The loader pulls a skill only when the task calls for it, which keeps the context window from bloating during long sessions. It's not a replacement for your agent, just a one-command way to install, sync, and version skills instead of copying files by hand.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.