Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install onfire7777-universal-ai-skills-library-plugin-commandsgit clone https://github.com/onfire7777/universal-ai-skills-library.gitcp universal-ai-skills-library/SKILL.MD ~/.claude/skills/onfire7777-universal-ai-skills-library-plugin-commands/SKILL.md# /skill Load a skill on demand through the universal router. ## Usage ```text /skill <name-or-query> ``` ## Behavior 1. If `<name-or-query>` matches an exact skill name, run `skill-router skill <name>` and follow the output. 2. If no exact match is obvious, run `skill-router skill search <name-or-query>`. 3. Load only the best matching skill needed for the current task. `manus skill <name>` remains a legacy alias for clients that have not moved to `skill-router`.