klaudworksklaudworksCommunityยท1 Agent Skills Included

universal-skills

Load reusable markdown skills into any coding agent

Brings reusable markdown-based skills to any coding agent that supports MCP, including Codex, Claude Code, and OpenCode. Scans project and global skill folders automatically, loading specialized knowledge only when needed to keep context clean. Installs skills directly from GitHub repositories and includes a ready-made npm publishing workflow for automated releases.
npx skills add klaudworks/universal-skills --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’