base-help on your machine, and once it is there you can ask your agent a base question directly (how to do something, why a command behaved the way it did, what a flag means) and get a taught answer rather than a link.
This site and that skill hold the same knowledge in two forms. The site is for reading; the skill is for asking mid-task, without leaving what you are doing.
What gets installed
base install puts it at ~/.claude/skills/base-help/. It is the only skill base bundles, and it arrives in step 6 of the install, so it is there from the first session.
Three files:
How to use it
Ask in plain language, or invoke it directly:How it answers
The format is fixed, and it is the reason this is called coach mode rather than help:- The one-line answer, first, never buried.
- The command, copy-pasteable, with real values rather than placeholders.
- Why it works, two to four sentences on the mechanism. This is the part that makes you independent next time, and it is not optional.
- The gotcha, where one applies.
- One next thing worth knowing, only when there genuinely is one.
Keeping it current
This matters more than it sounds. The bank stamps itself with the version it was verified against, and the skill is written to treat every answer as a lead to re-check when your installed version does not match that stamp. So a skill that has drifted behind your binary degrades honestly rather than lying, but it degrades. Re-runningbase install after an update costs a few seconds and puts it back in step.
What it does not know
The skill is deliberately portable and holds no facts about your machine. Where it needs to know your setup, it writes a local profile the first time you use it and re-audits when your version changes. Anything specific to your workspace, like your domains, your rules and your projects, it reads live rather than remembering.Next
Command reference
The same syntax the skill reads from, grouped by what each command can do to your data.
Install
Exactly what the installer changes, including where the skill lands.