Skip to content

chore(skills): Add stash-env and restore-env Claude Code skills#79

Open
pnewsam wants to merge 1 commit into
mainfrom
chore/stash-restore-env-skills
Open

chore(skills): Add stash-env and restore-env Claude Code skills#79
pnewsam wants to merge 1 commit into
mainfrom
chore/stash-restore-env-skills

Conversation

@pnewsam
Copy link
Copy Markdown
Contributor

@pnewsam pnewsam commented May 12, 2026

Description

Adds two convenience Claude Code skills for testing the onboarding flow:

  • /stash-env — moves ~/.anton to ~/.anton.bak so the app boots into a fresh onboarding state
  • /restore-env — moves ~/.anton.bak back to ~/.anton to restore previous configuration

Type of change

  • ⚡ New feature (non-breaking change which adds functionality)

Testing / Verification

Steps to verify:

  1. Run /stash-env — confirm ~/.anton is moved to ~/.anton.bak
  2. Launch Anton — confirm it behaves like a fresh install
  3. Run /restore-env — confirm previous env is restored
  4. Launch Anton — confirm it works normally with restored config

Checklist:

  • My code follows the style guidelines of this project
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings

Convenience skills for testing the onboarding flow. /stash-env moves
~/.anton to ~/.anton.bak so the app boots fresh; /restore-env moves
it back.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@pnewsam pnewsam marked this pull request as ready for review May 12, 2026 20:39
@pnewsam pnewsam changed the title Add stash-env and restore-env Claude Code skills chore: Add stash-env and restore-env Claude Code skills May 12, 2026
@pnewsam pnewsam changed the title chore: Add stash-env and restore-env Claude Code skills chore(skills): Add stash-env and restore-env Claude Code skills May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant