← all docs
← all docs
scripts
scriptsatprotoautomationterraform
scripts is a personal collection of repository-audit and AT Protocol mutation scripts for managing self-hosted infrastructure.
Contents
check_recent_commits.shandcheck_repos.sh— iterate Git repositories under/Volumes/Storage/Developer/Git/*/and print history and datessrc/lib/atproto.ts— authenticates anAtpAgentusing environment credentialssifa-profile.ts— creates configured skill, project, language, certification, and external-account records on AT Protocolsifa-education.ts— creates education recordsdelete-duplicates.ts— lists and unconditionally deletes every record in a supplied collection
Safety
- Never run mutation scripts as routine validation
- Make dry-run the default and require explicit confirmation
- Treat
education-data.tsandsifa-data.tsas user-controlled factual records
Validation
bash -n *.sh
shellcheck *.sh
License
MIT
← all docs