ashlr

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-startFirst-run welcome. Recommended after install.
/ashlr-tourInteractive walkthrough of the main features.
/ashlr-demoQuick scripted demo of the savings story.
/ashlr-allowAdds ashlr to Claude Code's allowed-tools list.

Daily use

/ashlr-savingsPer-session token-saving report.
/ashlr-dashboardCross-session ledger + savings sparkline.
/ashlr-statusPlugin + genome + cloud sync health.
/ashlr-resumeResume your last session — files, branch, suggested next.
/ashlr-compactRecompress stale tool results from the conversation.
/ashlr-handoffGenerate a session handoff snippet for a teammate.
/ashlr-legendGlyph cheatsheet for the status line.

Diagnostics

/ashlr-doctorOne-shot health check. Run when something feels off.
/ashlr-report-crashGenerate a privacy-redacted crash report.
/ashlr-hook-timingsPer-hook latency p50/p95/p99.
/ashlr-benchmarkRun the local token-savings benchmark.
/ashlr-settingsOpen settings.json with the right keys pre-populated.
/ashlr-updatePull the latest plugin version.

Genome management

/ashlr-genome-initFirst-run genome bootstrap on a project.
/ashlr-genome-loopRe-run the auto-genome scribe loop.
/ashlr-genome-keygenGenerate a per-machine X25519 keypair for team-genome v2.
/ashlr-genome-team-initInitialize a team-shared encrypted genome.
/ashlr-genome-pushManual genome cloud-sync push.
/ashlr-genome-rewrapRe-wrap the team-genome key for a new member.
/ashlr-team-inviteInvite a teammate to your team-genome.

Pro / Team

/ashlr-upgradeUpgrade to Pro or Team.
/ashlr-badgeGenerate a savings SVG for your README.
/ashlr-helpOpen the docs or contact support.

Output style

/ashlr-briefTunable prose compression — lite / standard / concise levels.
/ashlr-efficientResponse structure reshaping — answer-first, tables, inline code, no transitional filler.

Tool-use discipline

/ashlr-lean-toolsSeven highest-impact anti-waste rules: read-once, batch edits, grep-before-read, skip verification reads.
/ashlr-searchGenome-aware search habits: orient first, compose multi-term queries, trust genome summaries.
/ashlr-cost-refactorStructured refactor sequence: diff-first, structural renames, one multi_edit per file, verify via typecheck.
/ashlr-genome-authorGoverns when and how to call ashlr__genome_propose — keeps the genome signal-rich without noise.

Optional add-ons

/ashlr-ollama-setupWire 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-statusDeprecated v1.13. Use /ashlr-status --context.
/ashlr-usageDeprecated v1.13. Use /ashlr-dashboard --by-tool.
/ashlr-errorsDeprecated v1.13. Use /ashlr-doctor --errors.
/ashlr-recallDeprecated v1.13. Retired — use your editor's memory system.

On this page