Env Update banner
ibyron17 ibyron17

Env Update

Development community

Description

--- description: "Update coding-env to latest version — fetch repo, pull changes, and reinstall" --- # Environment Update > Maintains coding-env in sync with repo changes. Reads install manifest, checks for updates, and reinstalls automatically. Confirmation is reserved for genuinely ambiguous or destructive situations (diverged branches, a file that looks like a deliberate local customization) — routine pull/reinstall/hub-restart steps proceed without asking. **Automated Phases**: find → fet

Installation

Installs to ~/.claude/skills/ibyron17-coding-env-env-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ibyron17-coding-env-env-update && curl -fsSL https://raw.githubusercontent.com/ibyron17/coding-env/HEAD/commands/env-update.md -o ~/.claude/skills/ibyron17-coding-env-env-update/SKILL.md

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

Full documentation available on GitHub

View Source Repository