Skip to main content

skill-librarian

Use when a request is complex, unfamiliar, multi-part, explicitly asks for a skill or playbook, names a specialized deliverable or non-routine domain guidance need, requires unfamiliar domain guidance, or spans two or more independent domains. Skip routine work fully covered by an installed process, project, or domain skill.

설치로 이동

소스 정보

저장소
hbui290/agentic-skill-library
최근 소스 활동
2026년 7월 22일 12:39
감지된 SKILL.md 언어
영어
스타
1
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
7 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
skill-librarian
description
Use when a request is complex, unfamiliar, multi-part, explicitly asks for a skill or playbook, names a specialized deliverable or non-routine domain guidance need, requires unfamiliar domain guidance, or spans two or more independent domains. Skip routine work fully covered by an installed process, project, or domain skill.
# Skill Librarian Apply an applicable Official Superpowers skill for process first; then invoke Librarian in the same task phase when triggered. ## Required trigger check Before planning or execution, invoke Librarian when: - specialized/unfamiliar guidance could prevent a wrong approach; - more than one workstream, deliverable, or domain may need composition; or - User explicitly asks for the Librarian or to find/select skills. Do not invoke it for simple general reasoning, direct edits without specialized guidance, or work covered by a native skill. Do not invoke it merely because a request mentions a tool or service; do not skip it because the task title sounds clear. ## Registry ```bash REGISTRY_ROOT="${AGENTIC_SKILL_REGISTRY_ROOT:-$HOME/.agents/agentic-skill-library}" ``` The registry CLI is the only discovery and loading runtime. Do not inspect or load catalog entries directly. ## Current-phase routing Read only the minimum reference set for the current phase. | Phase need | Reference to read | | --- | --- | | Every invoked phase: search, retry, select, and read | [control plane](references/control-plane.md) | | Every invoked phase: user-visible receipt | [decision trace](references/decision-trace.md) | | Safety metadata, action scope, or owner confirmation | [trust and safety](references/trust-and-safety.md) | | Multiple skills/phases or a Librarian subagent | [composition](references/composition.md) | | Admit a reviewed external source | [source intake](references/source-intake.md) | | Pressure-test routing or release this contract | [evaluation](references/evaluation.md) | ## Hard Rules - Never load the entire catalog or dump the whole discovery index. - Do not execute bundled scripts automatically. - Do not grant credentials or broad permissions to a selected skill. - Never bypass quarantine, path, symlink, or hash failures. - Keep official Superpowers unmodified and use it only for process guidance. - Do not add a runtime hook, MCP integration, or automatic router; this remains an on-demand skill contract.
GitHub에서 보기