Slash commands
34 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).
ashlr ships 34 slash commands in total.
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. |
Output style
| /ashlr-brief | Tunable prose compression — lite / standard / concise levels. |
| /ashlr-efficient | Response structure reshaping — answer-first, tables, inline code, no transitional filler. |
Tool-use discipline
| /ashlr-lean-tools | Seven highest-impact anti-waste rules: read-once, batch edits, grep-before-read, skip verification reads. |
| /ashlr-search | Genome-aware search habits: orient first, compose multi-term queries, trust genome summaries. |
| /ashlr-cost-refactor | Structured refactor sequence: diff-first, structural renames, one multi_edit per file, verify via typecheck. |
| /ashlr-genome-author | Governs when and how to call ashlr__genome_propose — keeps the genome signal-rich without noise. |
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. |