| description | allowed-tools |
|---|---|
Quickly fix small syntax or lint issues |
Bash(git diff:*),
Bash(git status:*)
|
Use git diff context and auto-correct simple syntax issues, quoting problems, and unbalanced parentheses.
| #!/bin/bash | |
| # Author: 0xWulf | |
| # Email: 0xwulf@proton.me | |
| # Desc.: Interactive batch converter (MarkItDown) — converts a selected file type in a directory to Markdown. | |
| # Create Date: 2026-03-01 | |
| # Modified Date: 2026-03-01 | |
| set -euo pipefail | |
| # ---------- helpers ---------- |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "permissions": { | |
| "allow": [ | |
| "Read(**)", | |
| "Edit(**)", | |
| "Write(**)", | |
| "LS(**)", | |
| "Glob(**)", | |
| "Grep(**)", | |
| "TodoRead()", |
| 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> |