mycode
Minimal Gemini CLI skill for Python automation (/mycode)
Open source Open in the app JSON README (API)
About
Minimal Gemini CLI skill for Python automation (/mycode)
Details
- Kind
- Plugins
- Topic
- AI, RAG & memory
- Publisher
- martin-hsu-test
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Last push
- 2026-04-09T00:25:41Z
- Repository state
- ativo
- Language
- Shell
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
martin-hsu-test/mycode
README
# mycode A minimal Gemini CLI skill for writing reliable Python automation scripts. Invoke with `/mycode` in Gemini CLI. ## What it does Activates a Python automation persona that enforces: - `logging` instead of `print()` - Secrets from environment variables only - No silent failures — every exception is caught and logged - `main()` returns an exit code - `--dry-run` flag for destructive operations - Input validation before acting ## Install ```bash git clone https://github.com/martin-hsu-test/mycode.git cd mycode bash install.sh ``` ## Uninstall ```bash bash uninstall.sh ``` ## Usage In Gemini CLI: ``` /mycode ``` Then describe the automation script you want to write.