Ashlr Genome Init banner
ashlrai ashlrai

Ashlr Genome Init

AI community

Description

--- name: ashlr-genome-init description: Initialize a `.ashlrcode/genome/` in the current project so ashlr__grep can route through genome RAG for ~-84% token savings. --- Initialize a genome for the user's current project. Run the following Bash command: ``` bun run ${CLAUDE_PLUGIN_ROOT}/scripts/genome-init.ts --dir "$(pwd)" ``` Pass `--force` only if the user explicitly asks to overwrite an existing genome. Pass `--minimal` only if the user asks to skip the auto-populated architecture/conve

Installation

Installs to ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-genome-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-genome-init && curl -fsSL https://raw.githubusercontent.com/ashlrai/ashlr-plugin/HEAD/commands/ashlr-genome-init.md -o ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-genome-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository