Loading...
Loading...
Use when a developer wants a topic-focused guided lesson built from canonical checkpoints, not a whole-repo overview. Triggers on phrases like "teach me <topic>", "teach me how this repo handles", "how does <topic> work in this repo", "give me a lesson on", "school me on", and "I need to learn about"
npx skill4agent add entireio/skills teachentire searchentire explainEntire Teach:recallentire searchentire explainentire search$(...);git rev-parse --is-inside-work-tree
entire versionRun this from inside a git repository.The Entire CLI is required but not installed. Install it from https://entire.io/docs/cli and try again.entire searchentire explainentire searchentire loginEntire Teach:entire search "<topic>" --json --limit 25 --date monthentire explain --checkpoint <checkpoint-id> --full --no-pager--fullentire explain --checkpoint <checkpoint-id> --raw-transcript --no-pagerEntire Teach:
## How <topic> works
<A high-level explanation of the system itself, synthesized from the transcripts, before any lessons:
- What it does: 1-2 sentences on the problem the system solves, from the user's point of view.
- The moving parts: the main components/layers and what each owns (a short list or table).
- The lifecycle: the end-to-end flow from trigger to steady state, numbered steps. This is the natural home for the optional Mermaid diagram.
- The key design idea: 1-2 sentences on the central invariant or principle the design hangs on.>
## Lesson 1: <short title>
- Checkpoint <id> · <date> · <author>
- What was being solved: <1-2 sentences>
- Approach chosen: <1-2 sentences>
- Why: <1 sentence — the reason behind the choice>
- Takeaway: <1 sentence — what to remember when working on this topic>
## Lesson 2: <short title>
<same shape>
(Repeat for 3-5 lessons total.)
## Patterns to remember
- <convention distilled across the lessons>
- <convention distilled across the lessons>
- <convention distilled across the lessons>
## Where to go next
- Hot files for this topic: <path>, <path>
- Follow-up checkpoints to explore: <id> (<one-line>), <id> (<one-line>)--dateNo checkpoints match topic "<topic>". Tried: <queries and filters>.Only N canonical checkpoints found for this topic.