{
  "markdown": "# mycode\n\nA minimal Gemini CLI skill for writing reliable Python automation scripts.\n\nInvoke with `/mycode` in Gemini CLI.\n\n## What it does\n\nActivates a Python automation persona that enforces:\n\n- `logging` instead of `print()`\n- Secrets from environment variables only\n- No silent failures — every exception is caught and logged\n- `main()` returns an exit code\n- `--dry-run` flag for destructive operations\n- Input validation before acting\n\n## Install\n\n```bash\ngit clone https://github.com/martin-hsu-test/mycode.git\ncd mycode\nbash install.sh\n```\n\n## Uninstall\n\n```bash\nbash uninstall.sh\n```\n\n## Usage\n\nIn Gemini CLI:\n\n```\n/mycode\n```\n\nThen describe the automation script you want to write.\n",
  "bytes": 692,
  "sha": "c5e6d1026c4327377f572310b3de5ca0d9602d5b503dbaa4b3da386b9156982c",
  "repo_slug": "martin-hsu-test/mycode",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_martin_hsu_test_mycode_fc970951/readme"
}