rlaope/ultraprompt · skills/context-memory-hygiene/SKILL.md · Invoke when deciding what to load into context, what to persist across turns or sessions, and what to drop — reads only…
rlaope/ultraprompt · skills/delegation-parallelism/SKILL.md · Invoke when deciding whether to split work across parallel agents/sessions or do it inline — tests scope independence…
rlaope/ultraprompt · skills/exploration-strategy/SKILL.md · Build an accurate mental model of an unfamiliar codebase or problem before making any edit — structural scan…
rlaope/ultraprompt · skills/honest-reporting/SKILL.md · Invoke when writing any status, completion, or result report — calibrates claims to the evidence actually gathered…
rlaope/ultraprompt · skills/hypothesis-management/SKILL.md · Debug by maintaining 2-4 competing hypotheses with explicit evidence and kill criteria, choosing each probe to…
rlaope/ultraprompt · skills/incremental-safety/SKILL.md · Decompose a large or risky change into a sequence of independently safe intermediate states, so the system stays green…
rlaope/ultraprompt · skills/spec-to-code-fidelity/SKILL.md · Invoke when implementing from an authoritative written source — an RFC, academic paper, binary format spec, protocol…
rlaope/ultraprompt · skills/state-probing/SKILL.md · Invoke before acting on any assumption about the runtime or environment — versions, running processes, file/disk…
rlaope/ultraprompt · skills/tradeoff-articulation/SKILL.md · Invoke when a design decision has multiple viable implementations and the choice affects performance, memory…
rlaope/ultraprompt · skills/verification-discipline/SKILL.md · Invoke before claiming any task is done — defines what counts as evidence of completion (execution, not inspection) and…