소스 정보
- 저장소
- lev-os/agents
- 최근 소스 활동
- 2026년 5월 16일 06:14
- 감지된 SKILL.md 언어
- 영어
- 스타
- 21
- 포크
- 2
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/lev-os/agents --skill ws명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | ws |
| description | Use when scanning, finding, resuming, merging, branching, or untangling Lev workstreams. |
| skill_type | workflow |
| category | lifecycle |
| output_template | hud |
Workstream YAML is the durable identity for lifecycle work until workstreams are
graph ops. /ws is the projection and repair surface around
.lev/pm/workstreams/*/state/workstream.yaml.
Lifecycle lane: Router
Entity movement: unknown | stale | split -> routed | active | paused
Workstream: this skill resolves or updates workstream identity
Upstream: /work, any lifecycle skill missing workstream context
Downstream: /work, /capture, /propose, /exec, /handoff
Router: /work
HUD: end with 🧬 {ws} ⚡{exec_count} 📥{capture_count} ⏸️{paused_count} ✅{done_count} | 🚦{gate}={score} | ⏭️ {next} | 🔁{loop_state}
/ws # scan all workstreams
/ws list # same as /ws
/ws find <query> # search workstreams and projections
/ws show <id> # show one workstream state
/ws resume <id> # load state, recent projections, and next verb
/ws merge <a> <b> # combine lineages with conflicts called out
/ws branch <id> <name> # fork a workstream
/ws untangle # detangle agents/lane claims
steps:
- id: read_state
action: Read matching workstream YAML files.
validation: "At least one state file was read, or no match is explicit."
on_failure: "Do not infer identity from memory only."
- id: associate_projection
action: Link handoffs, plans, captures, decisions, and tasks that mention the workstream.
validation: "Output separates durable state from projection files."
on_failure: "Show durable state only and mark projections unknown."
- id: choose_next_verb
action: Recommend the lifecycle owner for the next entity movement.
validation: "Next verb is one of /capture, /prior-art, /propose, /exec, /close, /handoff."
on_failure: "Route back to /work."
.lev/pm/workstreams/*/state/workstream.yaml.lev/pm/workstreams/*/captures/*.lev/pm/tasks/*/{dna.yaml,execution.yaml}.lev/pm/handoffs/*.md as projections.lev/pm/plans/*.md, .lev/pm/designs/*.md, .lev/pm/decisions/*.lev/mail/* when detangling/work routes after /ws resolves identity./handoff writes end-of-session state./capture writes workstream capture artifacts.