Skip to content

Instantly share code, notes, and snippets.

View hexawulf's full-sized avatar
🎯
Focusing

0xWulf hexawulf

🎯
Focusing
View GitHub Profile
@hexawulf
hexawulf / quick-fix.md
Created October 9, 2025 00:46
Claude Code quick-fix.md / Quickly fix small syntax or lint issues
description allowed-tools
Quickly fix small syntax or lint issues
Bash(git diff:*), Bash(git status:*)

Quick Fix

Use git diff context and auto-correct simple syntax issues, quoting problems, and unbalanced parentheses.

@hexawulf
hexawulf / claude-command-dev-triage.md
Created October 9, 2025 00:08
Claude Code custom slash command — /dev:triage

description: "Triage local changes and act: explain | fix | tests | refactor"

Keep tools read-only and tightly scoped.

allowed-tools: | Bash(git status:), Bash(git diff:), Bash(git log:), Bash(ls:), Bash(cat:), Bash(find:)

Keybase proof

I hereby claim:

  • I am hexawulf on github.
  • I am 0xwulf (https://keybase.io/0xwulf) on keybase.
  • I have a public key ASCkXhm8OQlW-UMhIW6tAKI7kxR6_uxS90Hhwfq-EC0Zqwo

To claim this, I am signing this object:

@hexawulf
hexawulf / gist:dff616de9b6ee1725a003788912b1ff2
Created July 27, 2025 00:27
🔐 Safe and Hardened Version of ~/.claude/settings.json
{
"permissions": {
"allow": [
"Read(**)",
"Edit(**)",
"Write(**)",
"LS(**)",
"Glob(**)",
"Grep(**)",
"TodoRead()",
@hexawulf
hexawulf / CompressedFileExample.java
Created May 4, 2025 13:45
CompressedFileExample.java - Example for writing and reading compressed text files in Java
import java.io.*;
import java.util.zip.DeflaterOutputStream;
import java.util.zip.InflaterInputStream;
public class CompressedFileExample {
public static void main(String[] args) {
// === COMPRESSED WRITING ===
try {
<a rel="me" href="https://infosec.exchange/@hex316aa">Mastodon</a>