Slash commands
30 ashlr-prefixed slash commands for dashboards, demos, diagnostics, and team-genome management.
Skills are slash commands that ship with ashlr. Type /ashlr- in Claude Code to discover them inline. They cover three buckets: things you'd want to see (savings, dashboards, status), things you'd want to do (init genome, push, invite), and things you'd want to fix (doctor, errors, settings).
Onboarding
| /ashlr-start | First-run welcome. Recommended after install. |
| /ashlr-tour | Interactive walkthrough of the main features. |
| /ashlr-demo | Quick scripted demo of the savings story. |
| /ashlr-allow | Adds ashlr to Claude Code's allowed-tools list. |
Daily use
| /ashlr-savings | Per-session token-saving report. |
| /ashlr-dashboard | Cross-session ledger + savings sparkline. |
| /ashlr-status | Plugin + genome + cloud sync health. |
| /ashlr-resume | Resume your last session — files, branch, suggested next. |
| /ashlr-compact | Recompress stale tool results from the conversation. |
| /ashlr-handoff | Generate a session handoff snippet for a teammate. |
| /ashlr-legend | Glyph cheatsheet for the status line. |
Diagnostics
| /ashlr-doctor | One-shot health check. Run when something feels off. |
| /ashlr-report-crash | Generate a privacy-redacted crash report. |
| /ashlr-hook-timings | Per-hook latency p50/p95/p99. |
| /ashlr-benchmark | Run the local token-savings benchmark. |
| /ashlr-settings | Open settings.json with the right keys pre-populated. |
| /ashlr-update | Pull the latest plugin version. |
Genome management
| /ashlr-genome-init | First-run genome bootstrap on a project. |
| /ashlr-genome-loop | Re-run the auto-genome scribe loop. |
| /ashlr-genome-keygen | Generate a per-machine X25519 keypair for team-genome v2. |
| /ashlr-genome-team-init | Initialize a team-shared encrypted genome. |
| /ashlr-genome-push | Manual genome cloud-sync push. |
| /ashlr-genome-rewrap | Re-wrap the team-genome key for a new member. |
| /ashlr-team-invite | Invite a teammate to your team-genome. |
Pro / Team
| /ashlr-upgrade | Upgrade to Pro or Team. |
| /ashlr-badge | Generate a savings SVG for your README. |
| /ashlr-help | Open the docs or contact support. |
Optional add-ons
| /ashlr-ollama-setup | Wire up local Ollama for the offline summarizer fallback. |
Legacy (deprecated)
These commands ship as redirect stubs for backwards compat and will be removed in v2.0. Each prints a one-line "moved to" hint when invoked.
| /ashlr-context-status | Deprecated v1.13. Use /ashlr-status --context. |
| /ashlr-usage | Deprecated v1.13. Use /ashlr-dashboard --by-tool. |
| /ashlr-errors | Deprecated v1.13. Use /ashlr-doctor --errors. |
| /ashlr-recall | Deprecated v1.13. Retired — use your editor's memory system. |