Ashlr Genome Push banner
ashlrai ashlrai

Ashlr Genome Push

Productivity community

Description

--- name: ashlr-genome-push description: Push the local .ashlrcode/genome/ to the team cloud. Safe to run any time; invoked automatically at SessionEnd after consolidation. No-op when the repo has no .cloud-id (i.e. team-genome not initialized) or when ASHLR_CLOUD_GENOME_DISABLE=1. --- Run the push script and show the user the outcome. Steps: 1. Run via Bash: ``` bun run ${CLAUDE_PLUGIN_ROOT}/scripts/genome-cloud-push.ts $ARGUMENTS ``` 2. Print the script's stdout verbatim. Don't p

Installation

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

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

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

Full documentation available on GitHub

View Source Repository