codespaces-secret-sync
Installation
SKILL.md
Codespaces Secret Sync
Use this skill when you want multiple user Codespaces secrets to share the same selected-repository access as one base secret.
What it does
- Reads the selected repositories from a base secret (
--base-secret, or first listed secret by default). - Syncs other secrets to that same repo set.
- Supports dry-run (default) and apply mode.
Prerequisites
ghCLI authenticated for the target account (gh auth status)python3
Script
scripts/sync_codespaces_secret_repos.py
Related skills