Install
How to install bassclef. Currently placeholder — v0.1.0 lands soon.
Install
The install command lands here when the first version publishes. Subscribe to hear when it ships and get one email a week on what shipped, what to install, and one thing learned running bassclef.
Subscribe for launchSubscribe for launch
One email when v0.1.0 lands. After that, one email a week — what shipped, what to install, and one thing learned running bassclef in the last seven days.
What the install does when it lands
Two commands:
npm install -g @thebassclef/core— installs the CLI.bassclef init— inside your repo, this creates a.bassclef-source.jsonfile, symlinks the shared skills into~/.claude/skills/, and wires the hooks that fire at session start.
The init step does not commit anything to your repo. You review the
scaffold and commit when you are ready.
Auto-update posture
Auto-update is OFF by default. bassclef will not fetch its own updates without you asking. See Auto-update behavior for the details and how to turn it on when you want it.
Verify
After bassclef init, run:
bassclef checkThat prints the substrate version, which skills are wired, and which hooks are active. If anything looks wrong, the failure-mode playbook has the recovery steps.