Universal ai config
Skill onfire7777/universal-ai-skills-library/skills/universal-ai-config
Router-first AI skill system for Codex, Claude, Cursor, Hermes, Paperclip, OpenCode, and local AI stacks: search, preflight-route, and load 1,812 skills on demand without duplicating the corpus.
npx -y skills add onfire7777/universal-ai-skills-library --skill universal-ai-configAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Configure and audit the local universal AI skills setup across Codex, ChatGPT, Claude, Claude Code, Claude Cowork, Cursor, Gemini, OpenCode, OpenSkills, Hermes Agent, OpenClaw, Cline, Continue, GitHub Copilot, Kiro, OpenHands, hosted provider compatibility surfaces, plugin manifests, optional MCP bridges, and global instruction files. Use when the user asks to organize, consolidate, optimize, rename, or repair the cross-AI skill router configuration.
SKILL.md
3.7 KB, 794 tokens by cl100k_base, as published. Nobody here has run it
Universal AI Config
Use this skill to keep the user's AI stack clean, router-first, universal, and context-efficient.
Scope
- Universal AI Skills Router source and binaries
skills/source-of-truth layout- universal plugin manifests
- Codex, ChatGPT, Claude, Claude Code, Claude Cowork, Cursor, Gemini, OpenCode, OpenSkills, Hermes Agent, OpenClaw, Cline, Continue, GitHub Copilot, Kiro, OpenHands, and hosted provider compatibility instruction surfaces
- optional MCP bridge policy
- local persistent services and scheduled tasks
Operating Model
Prefer this order:
- CLI direct calls for deterministic local work.
- MCP only for persistent endpoint workflows.
- Full skill-body loading only through
skill-router skill <name>when a task needs that skill.
Do not put the full skills corpus into always-loaded files.
Compatibility adapter types:
skill-root:SKILL.mdroots such as OpenSkills, Claude Code, Codex, OpenCode, Cline, OpenHands, Hermes Agent, and OpenClaw.repo-instruction: compact guidance files such asAGENTS.md,CLAUDE.md,GEMINI.md,.cursor/rules,.github/copilot-instructions.md,.continue/rules,.kiro/steering,.junie/guidelines.md, andCONVENTIONS.md.hosted: ChatGPT, Claude Cowork, Devin, Amazon Q Developer, Sourcegraph Cody, Augment, and similar platforms that need API, MCP, Actions, Apps SDK, or uploaded-instruction adapters.
Audit Checklist
- Run
skill-router --version. - Run
skill-router skill search <topic>andskill-router skill <name>for the current task. - Verify
%USERPROFILE%\universal-ai-skills-library\skillsis the preferred corpus source. - Verify
%USERPROFILE%\go\bin\skill-router.exeis on PATH. - Check
skill-router sync matrixfor supported platform adapters. - Check
skill-router doctor. - Check
skill-router mcp status. - Confirm global AI instruction files point to the CLI and do not contain generated skills tables.
- Confirm plugin manifests describe the CLI router rather than embedding the whole corpus.
Client Surfaces
Keep these compact:
%USERPROFILE%\.agent\AGENTS.md%USERPROFILE%\.codex\AGENTS.md%USERPROFILE%\.claude\CLAUDE.md%USERPROFILE%\.cursor\rules\openskills.md%USERPROFILE%\.gemini\GEMINI.md%USERPROFILE%\.config\opencode\AGENTS.md
Minimum rule:
Use `skill-router skill <name>` to load skills on demand.
Use `skill-router skill search <query>` when the skill name is unknown.
Keep always-loaded instructions compact.
MCP bridges are optional and only needed for persistent endpoint workflows.
MCP Policy
Keep these running only when useful:
- MemPalace: durable memory
- Context Mode: long-output routing and indexed session continuity
- Skill Seekers: skill generation, packaging, upload, install workflows
- Lightpanda: persistent browser/CDP automation
If Docker is not running, Lightpanda may be down. That should be a warning, not a global failure, unless the active task needs Lightpanda browser automation.
Done Criteria
skill-router --versionworks.skill-router skill <name>prints the requested skill.manifest.jsonmatches the actualskills/tree.- agent instruction files are compact.
- plugin metadata points to CLI-first usage.
- optional MCP bridge status is understood and documented.