원클릭으로
eshp-explain
Use the eshp memory graph to explain concepts and answer questions about the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use the eshp memory graph to explain concepts and answer questions about the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Do deep maintenance on the eshp memory graph files, ensure the mem-graph is in sync with the codebase
Do deep maintenance on the eshp memory graph files, ensure the mem-graph is in sync with the codebase
Commit the current WIP to git and then update the memory graph via a dream step
Plan and design features using the eshp memory graph
SOC 직업 분류 기준
| name | eshp--explain |
| description | Use the eshp memory graph to explain concepts and answer questions about the codebase |
ESHP (electric sheep pen) is a codebase-level memory graph that stores structured knowledge about the project — architecture, design decisions, conventions, commands, and domain concepts.
Use this skill to answer questions and explain concepts by querying the memory graph for relevant context before responding.
Important: prefer eshp scan <topic> and eshp recall <slug> to reading
memory files directly.
A question or concept the user wants explained. This may be:
Run eshp summarise to get an overview of the graph size, top tags, and
recently recalled notes. This tells you what's in the graph and what
topics have been active recently.
Run eshp scan <query> with keywords from the user's question.
eshp scan watch then eshp scan file eventsFor the top 1–3 slugs from scan, run eshp recall <slug>.
recall returns the full note body AND its closest neighbours--n 2 or --n 3 when you need broader context (e.g. the note links
to several related concepts you also need)recall updates last_recalled_at automatically — this is useful metadataIf the recalled notes reference slugs you haven't loaded yet and they seem
relevant, run eshp recall <neighbour-slug> on them.
Use eshp graph <slug> --direction both --depth 2 to visualise the
neighbourhood when the concept spans many connected notes.
Synthesise an explanation from the retrieved context. Structure your answer to match the question type:
Always cite which notes informed your answer (by slug). This helps the user find more detail and helps future agents know what was consulted.
If the graph doesn't have enough information to answer confidently, say so clearly and suggest which slugs or tags are the closest available context. Do not hallucinate — prefer a partial answer with honest uncertainty over a confident but unsupported one.