Ashlr Genome Rewrap banner
ashlrai ashlrai

Ashlr Genome Rewrap

Development community

Description

--- name: ashlr-genome-rewrap description: Re-wrap the team-cloud genome DEK for every member with a current pubkey. Run this after a teammate rotates their keypair (/ashlr-genome-keygen --force) or joins the team and runs /ashlr-genome-keygen for the first time. Admin-only. argument-hint: "[--rotate-dek] [--endpoint <url>]" --- Run the rewrap script and show the user its output verbatim. Steps: 1. Run via Bash: ```sh bun run ${CLAUDE_PLUGIN_ROOT}/scripts/genome-rewrap.ts $ARGUMENTS

Installation

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

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

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

Full documentation available on GitHub

View Source Repository