소스 정보
- 저장소
- thewoolleyman/livespec-overseer
- 최근 소스 활동
- 2026년 8월 18일 20:03
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/thewoolleyman/livespec-overseer --skill livespec-overseer-overseer명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Thin compatibility pointer for the /overseer operator contract.
Watch caam-managed Claude Max account usage and rotate safely. Invoked as livespec-overseer:caam-anthropic-loop.
Watch caam-managed Claude Max account usage and rotate safely.
SKILL.md 표시 중
| name | livespec-overseer-overseer |
| description | Start and operate the livespec two-pane overseer surface. |
| allowed-tools | bash read |
This file is the thin pi binding of the overseer operation of the
livespec-overseer plugin. It carries pi-runtime mechanics ONLY. The
complete operator contract is the plugin's shared artifact at
prose/overseer.md, the same artifact the Claude and Codex bindings read.
Order of work, every time:
$PLUGIN_ROOT (next section).$PLUGIN_ROOT/prose/overseer.md completely with the read tool.Never paraphrase, summarize, or act on a partial read of the prose, and never restate its steps here - the prose owns the behavior, this file owns the wiring.
pi's skill namespace is flat - a skill name admits no colon - so this plugin's
namespace is carried by the unabbreviated livespec-overseer- name prefix
rather than by the /livespec-overseer:overseer form the Claude and Codex
surfaces use.
$PLUGIN_ROOT)The ordered algorithm is realized ONCE, by this package's
lib/resolve-plugin-root.sh, and MUST NOT be restated inline here.
<skill-dir> below is the directory holding THIS SKILL.md - you read this
file from disk, so you know its absolute path; the resolver sits two levels up,
beside the bindings tree.
PLUGIN_ROOT="$(bash "<skill-dir>/../../lib/resolve-plugin-root.sh" .)" || exit 1
echo "$PLUGIN_ROOT"
The resolver searches, in order: the LIVESPEC_OVERSEER_PLUGIN_ROOT override;
the governed project's own plugin directory when that checkout IS this plugin
(dogfooding); the project-scope pi package clone under
.pi/git/github.com/thewoolleyman/livespec-overseer/; and the user-scope clone
under ~/.pi/agent/git/github.com/thewoolleyman/livespec-overseer/.
On failure the resolver writes its own diagnostic to stderr and exits 1. STOP and surface that diagnostic verbatim. Do not improvise a path, and do not run an install command the diagnostic did not ask for.
<file>" / "list <dir>" - the read tool, or the bash tool
for shell work.bash tool, with explicit
argv. Surface usage errors and precondition failures verbatim rather than
retrying with guessed arguments.<operation> skill" - this runtime exposes it as the
pi skill livespec-overseer-<operation>; drive that skill rather than
reimplementing its behavior.