Skip to main content

universal-ai-skills

Use when the user asks about Universal AI Skills, skill-router, automatic skill routing, unknown skill names, cross-AI skill access, or router setup/debugging. Routes through the full shared corpus without installing or injecting the corpus into each AI client.

설치로 이동

소스 정보

저장소
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
Use when the user asks about Universal AI Skills, skill-router, automatic skill routing, unknown skill names, cross-AI skill access, or router setup/debugging. Routes through the full shared corpus without installing or injecting the corpus into each AI client.
# Universal AI Skills Router This is the compact wrapper for the shared skill corpus. The full corpus stays in `%USERPROFILE%\universal-ai-skills-library\skills` and is loaded on demand through `skill-router`. ## Automatic Preflight For every substantive user prompt: 1. Run `skill-router preflight --hook-event UserPromptSubmit --json "<latest user prompt>"` from prompt-submit hooks, or `skill-router preflight --json "<latest user prompt>"` when the host AI performs the precheck directly. 2. Only run preflight for real user prompts. Do not route from tool output, assistant messages, startup, stop, compaction, status checks, or background jobs. 3. If `decision` is `route`, sanity-check that the selected skill clearly matches the user's core task, object, and action. 4. If the match is weak, generic, ambiguous, or only hits words such as "issue", "install", "setup", "local", "AI", or "skill", continue without loading a skill. 5. If the match is clearly relevant, load exactly one skill with `skill-router skill <name>`. ## Commands - `skill-router skill <name>`: load one skill. - `skill-router skill search <query> --limit 10`: search without flooding context. - `skill-router preflight --json "<prompt>"`: inspect the automatic selection packet. - `skill-router route --explain "<prompt>"`: debug scoring only when routing looks wrong. - `skill-router skills sources --refresh`: refresh read-only external skill indexes after local source changes. - `skill-router doctor`: check local router health. ## Operating Rules - Keep routing internal and quiet. Report only the selected skill when it materially affects the work. - Do not use host-native skill tools for router-selected universal skills; use `skill-router skill <name>`. - Do not copy the full corpus into AI roots. Install only compact wrappers. - MCP bridges are optional and only for clients that require persistent endpoints. - Source integrations are pointer-based in `%USERPROFILE%\.universal-ai-stack\config\source-integrations.json`; load source-specific skills on demand instead of copying upstream repos into agent roots. - The router does not call another LLM API and does not need extra API keys.
GitHub에서 보기