init
SolidTurn on Rekal memory in the current repository by running `rekal init`. Use when the user asks to initialize or set up Rekal here, or when a `rekal` command reported the repository is not initialized. Once per repository. Do not offer this merely because a repo lacks a `.rekal/` store — most repos do not want one.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- rekal-dev
- Repository
- rekal-dev/rekal-cli
- Created
- 6 months ago
- Last Updated
- yesterday
- Language
- Go
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
rekal-setup
Use when the user wants to set up Rekal in a repository, asks what Rekal is, or when a `rekal` command reports it is not installed or not initialized. Rekal is git-backed memory of prior AI sessions — why a change was made, what was tried, what was rejected. This skill only installs it. Once `rekal init` has run, the binary installs the full recall skill and that one takes over.
install
Install the Rekal binary on this machine. Use when `rekal` is not on PATH — a command reported `command not found` — or when the user asks to install Rekal. Once per machine, not per repository; to set up a repo that already has the binary, use the init skill instead.
rekol-init
Assistant-led REKOL memory onboarding — the PRIMARY first-run setup interview. Trigger on "/rekol init", "set up my rekol memory", "rekol initialize my memory", "onboard rekol", "get rekol started", or right after install when a user asks how to begin. You (the user's own Claude) run a short five-step interview in one context — recall (index history), include (knowledge dirs), understanding (bootstrap), baseline (scaffolds), close — shelling out to mechanical `rekol` CLI commands and doing the bootstrap reasoning yourself. Opt-in, re-runnable, adapts to what's detected. Distinct from `rekol-bootstrap` (the distil-only routine this orchestrates at step 3) and the mechanical `rekol init` CLI (the scriptable fallback).