Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

sober

sober에는 move-hoon에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
7
Stars
27
업데이트
2026-06-07
Forks
1
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

observe
소프트웨어 개발자

Measure cost and context before justifying any harness change (P7). Read /context, /cost, /status and the tool-failure log to get before/after numbers; roll back anything that worsens a metric. Use when adding tools, evaluating a phase, or diagnosing quota burn.

2026-06-07
structure-graph
소프트웨어 개발자

GitNexus is a conditional accelerator, not a default navigation tool. Use it early only when the task already signals large-repo, cross-module, blast-radius, or unclear-flow uncertainty. Every candidate must be verified with rg/Probe before reading deeply or editing.

2026-06-06
search-ladder
소프트웨어 개발자

Offload code search to deterministic tools instead of hand-grepping or reading whole files (P1). Climb the ladder lexical → structural → semantic, stopping at the first rung that answers. Use whenever locating symbols, call sites, definitions, or concepts in a repo.

2026-06-06
caveman
소프트웨어 개발자

Compress output to the minimum that conveys the result (P8). Drop preamble, prose, and whole-file re-prints; deliver code, diffs, and file:line refs. Use on every response, scaling density to task size (lite / full / ultra).

2026-06-05
edit-deterministic
소프트웨어 개발자

Offload mechanical and type-aware edits to deterministic tools instead of LLM file-rewrites (P2). Use ast-grep --rewrite for repeated/mechanical transforms and Serena replace_symbol for single type-aware symbol edits. Apply whenever a change is rule-shaped rather than judgment-shaped.

2026-06-05
karpathy
소프트웨어 개발자

Engineering guardrails for every change — the behavioral base of the policy spine. Make no unrequested assumptions, no over-engineering, no orthogonal edits, and match the surrounding code. Apply on every edit, plan, and review.

2026-06-05
sober-review
소프트웨어 품질 보증 분석가·테스터

Portable code-review checklist. Use before a commit/PR or after a non-trivial change. Run it in a separate read-only helper when your runtime supports one; Sober ships the checklist, not a fixed reviewer.

2026-06-05