SkillAgentSearch skills...

resetprops

Run compilers interactively from your web browser and interact with the assembly

Install / Use

npx skills add compiler-explorer/compiler-explorer

Installs into whichever agent you are using.

About this skill

Claude Commands

Claude Code slash commands

Quality Score

67/100

Supported Platforms

Claude Code

Tags

Reset all .local.properties files in etc/config/ by overwriting them with the contents of their corresponding .amazon.properties files.

Steps:

  1. Find all *.local.properties files in etc/config/
  2. For each file, determine the base name (e.g. c++.local.properties -> c++)
  3. Check if a corresponding *.amazon.properties file exists (e.g. c++.amazon.properties)
  4. If it exists, overwrite the .local.properties file with the contents of the .amazon.properties file
  5. If no corresponding .amazon.properties file exists, skip it and note that it was skipped
  6. Report a summary of which files were overwritten and which were skipped

Related Skills

View on GitHub
GitHub Stars0
CategoryContent
Updated3h ago
Forks0

Security Score

80/100

Audited on Aug 30, 2026

1 medium1 low