universal-skills
Load reusable markdown skills into any coding agent
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Universal Skills?โผ
Run `npx skills add klaudworks/universal-skills --all -g -y` in your terminal to install all skills in this repository globally.
What does Universal Skills do?โผ
It runs an MCP server that lets any compatible coding agent discover and load markdown skill files on demand, so specialized knowledge is only added to context when needed.
Which coding agents work with Universal Skills?โผ
It works with any agent that supports MCP, including Codex, Claude Code, OpenCode, and Cursor.
Where do I put my skill files?โผ
Place each skill as a folder containing a SKILL.md file under .agent/skills or .claude/skills in your project or home directory, and the server discovers them automatically.
Can I install skills from other GitHub repos?โผ
Yes. The built-in install command downloads skills directly from any GitHub repository into your local skills directory.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core