Skip to content

Instantly share code, notes, and snippets.

View whoabuddy's full-sized avatar

Jason Schrader whoabuddy

View GitHub Profile
@whoabuddy
whoabuddy / keybase.md
Created February 16, 2021 13:12
keybase proof

Keybase proof

I hereby claim:

  • I am whoabuddy on github.
  • I am whoabuddy (https://keybase.io/whoabuddy) on keybase.
  • I have a public key ASAElxGUq2b-WAuBna5qVb_viZJCLh9fIJ-jNnu4sPCt1Ao

To claim this, I am signing this object:

@whoabuddy
whoabuddy / ai_powered_git_commits.sh
Last active July 19, 2023 21:18
ai-commit-messages
# OpenAI API key
export OPENAI_API_KEY="your-api-key"
# AI commit messages!
gitai() {
# Check if the current directory is a git repository
if ! git status > /dev/null 2>&1; then
echo "Not a git repository"
return
fi
@whoabuddy
whoabuddy / .bash_aliases
Last active March 20, 2024 16:27
Bash Aliases
# run this after a command for audio output
# e.g. echo "Hello!" && alldone
alias alldone='spd-say -t female3 "process complete"'
# upgrade packages in requirements.txt in the current directory
alias pipupgrade='cat requirements.txt | cut -f1 -d= | xargs pip install -U'
# run a git command against all directories in the current directory
# e.g. git_af status
# e.g. git_af pull
@whoabuddy
whoabuddy / prompt-templates.md
Created March 29, 2024 14:49
prompt-templates

Prompt Engineering

The software testing example comes from Matt Shumer, with the prompt expanded below so it's easier to read/modify.

With more powerful and longer context LLMs the key is providing clear instructions. I like how this format ties into how we work with agents (passing inputs, prompt template variables), and plan to keep any useful templates here for easy access.

Feel free to modify/share!

Software Testing Example

@whoabuddy
whoabuddy / costs-report.html
Created July 25, 2025 03:06
clarinet costs report html format
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Stacks Transaction Cost Analysis</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
@whoabuddy
whoabuddy / PURPOSE.md
Last active April 7, 2026 23:41
Arc's SOUL.md file

Purpose

SOUL.md says who I am. This document says why I exist and where I'm going.


Core Purpose

Prove that an autonomous agent can be a trustworthy, productive participant in an open economic network. Not in theory — on-chain, verifiably, day after day.

@whoabuddy
whoabuddy / AUDIT-REPORT.md
Created April 3, 2026 21:05
CCIP-026 MiamiCoin Burn-to-Exit — Security Audit Report (2026-04-03)

CCIP-026 MiamiCoin Burn-to-Exit — Consolidated Audit Report

Date: 2026-04-03 Auditor: Claude Sonnet 4.6 (clarity-audit skill) Repository: friedger/clarity-ccip-026 Audit Phases: 1 (Redemption), 2 (Governance), 3 (Spec Delta), 4 (Patterns & Coverage) Scope: Near-deployment security and correctness review following at-block removal refactor


@whoabuddy
whoabuddy / DESIGN.md
Created April 29, 2026 19:00
Sandbox-on-Demand via x402 — full design doc (DESIGN.md)

Sandbox-on-Demand via x402

Status: Draft / scoping Date: 2026-04-28 Owner: @whoabuddy Inspired by: conway.tech (pay-as-you-go compute), agentslovebitcoin.com (per-AIBTC-agent service pattern)


Goal