Skip to content

Instantly share code, notes, and snippets.

View rickicode's full-sized avatar

Rick rickicode

  • X
View GitHub Profile
@rickicode
rickicode / PROMPT.md
Created May 31, 2026 18:44
Hermes Agent code-audit skill

CODE AUDIT PROMPT

Versi: 1.0 — Autopilot, langsung eksekusi Dipakai untuk: Agent loop, CI pipeline, one-shot audit, atau paste langsung ke AI


Cara Pakai

Paste prompt di bawah ini ke AI (Claude, GPT, dsb.) bersama kode yang ingin diaudit. Tidak perlu instruksi tambahan. AI langsung eksekusi.

@rickicode
rickicode / vps-setup
Created May 25, 2026 05:59
VPS Setup Script — Pi Agent Server Bootstrap
#!/usr/bin/env bash
set -euo pipefail
# ============================================================
# VPS Setup Script — Pi Agent Server Bootstrap
# Usage: vps-setup
# Prompts: IP, root user, root password, new username, new user password
# ============================================================
RED='\033[0;31m'