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에서 보기