Skip to content

Instantly share code, notes, and snippets.

@freQuensy23-coder
freQuensy23-coder / pre-merge-commit
Last active April 18, 2026 14:42
pre-merge-commit hook: LLM code review with mandatory codebase exploration via Explore subagent
#!/usr/bin/env bash
set -euo pipefail
# --- only run on merges INTO main ---
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
if [ "$CURRENT_BRANCH" != "main" ]; then
exit 0
fi
# --- bypass via env var ---
@freQuensy23-coder
freQuensy23-coder / secure-vps-browser-agent-prompt.md
Last active July 19, 2026 13:34
Prompt for agents: set up a secure self-hosted VPS browser with noVNC, nginx auth, and free tunnel

Prompt: configure a secure self-hosted VPS browser with link-based control

Configure a browser running locally on this VPS that the user can control through a password-protected web link.

Do not use paid browser/cloud services such as Browserbase, Browser Use, or Firecrawl. Do the setup end-to-end: install, configure, start, verify, save non-secret memory, then send the final link and credentials.

Architecture

User browser
@freQuensy23-coder
freQuensy23-coder / slop-detection-SKILL.md
Created June 17, 2026 15:55
Full Slop Detection Criteria v2.0

name: slop-detection description: "Full Slop Detection Criteria v2.0: 24-criteria scoring system for detecting AI-generated long-form content." version: 2.0.0 author: User license: private metadata: hermes: tags: [slop-detection, editing, ai-writing, content-quality] related_skills: []