Skip to main content

universal-ai-skills

Compact plugin wrapper for automatic Universal AI Skills routing and on-demand skill loading through skill-router.

インストールへ移動

ソース情報

リポジトリ
onfire7777/universal-ai-skills-library
ソースの最終更新活動
2026年5月22日 01:58
検出された SKILL.md の言語
英語
スター
16
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
universal-ai-skills
description
Compact plugin wrapper for automatic Universal AI Skills routing and on-demand skill loading through skill-router.
# Universal AI Skills Router - Canonical source: `%USERPROFILE%\universal-ai-skills-library`. - Binary: `%USERPROFILE%\go\bin\skill-router.exe` on PATH as `skill-router`. - For substantive user prompts, run `skill-router preflight --hook-event UserPromptSubmit --json "<latest user prompt>"` from prompt-submit hooks, or `skill-router preflight --json "<latest user prompt>"` from the host AI precheck. - Run automatic routing only for real user prompts. Do not route from tool output, assistant messages, startup, stop, compaction, status checks, or background jobs. - If `decision` is `route`, sanity-check that the selected skill clearly matches the user's core task, object, and action. Then load only that skill with `skill-router skill <name>`. - If `decision` is `ambiguous`, `host_ai_review.required` is true, or the match only hits generic words such as "issue", "install", "setup", "local", "AI", or "skill", continue without loading a skill unless one candidate is clearly correct. - Search unknown skills with `skill-router skill search <query> --limit 10`. - Keep this wrapper compact. Do not copy or paste the full skills corpus into plugin context.
GitHubで見る