Repomix Safe Mixer
skill from daymade/claude-code-skills
About
--- name: repomix-safe-mixer description: Safely package codebases with repomix by automatically detecting and removing hardcoded credentials before packing. Use when packaging code for distribution, creating reference packages, or when the user mentions security concerns about sharing code with repomix. --- # Repomix Safe Mixer ## Overview Safely package codebases with repomix by automatically detecting and removing hardcoded credentials. This skill prevents accidental credential exposure when packaging code with repomix. It scans for hardcoded secrets (API keys, database credentials, tokens), reports findings, and ensures safe packaging. **When to use**: When packaging code with repomix for distribution, creating shareable reference packages, or whenever security concerns exist about hardcoded credentials in code. ## Core Workflow ### Standard Safe Packaging Use `safe_pack.py` from this skill's `scripts/` directory for the complete workflow: scan → report → pack. ```bash pyt
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions