Skip to content

Instantly share code, notes, and snippets.

View pelby's full-sized avatar

Alexander Appelbe pelby

View GitHub Profile
@pelby
pelby / whatsapp-triage-claude-desktop-v4-0-FINAL.md
Created December 4, 2025 18:29
WhatsApp Triage for Claude Desktop - AI-powered message prioritization via Beeper MCP

WhatsApp Triage ☕ - Claude Desktop Instructions

Version: 4.0 (Production)

Overview

Triage your WhatsApp chaos in 30 seconds. AI-powered prioritisation with voice-friendly output. Every item includes genuine context about what people actually need.

Prerequisites: Beeper MCP must be configured and connected.

Usage: /whatsapp-triage [0-10]

@pelby
pelby / whatsapp-triage.md
Created December 4, 2025 18:27
WhatsApp Triage slash command for Claude Code - AI-powered message prioritization via Beeper MCP
description Triage WhatsApp messages with AI prioritization
allowed-tools Task, Read, mcp__super-mcp__use_tool, mcp__super-mcp__list_tools

WhatsApp Triage ☕

Triage your WhatsApp chaos in 30 seconds. AI-powered prioritization with voice-friendly output.

Usage: /whatsapp-triage [0-10]

@pelby
pelby / inventory.sh
Last active December 3, 2025 15:26
Claude Code /list-commands - quick inventory of all extensibility (commands, skills, agents, hooks, keywords)
#!/bin/bash
# inventory.sh - Discover and extract Claude Code extensibility items
# Outputs JSON for efficient parsing by subagent
set -e
shopt -s nullglob # Handle empty globs gracefully
USER_DIR="$HOME/.claude"
PROJECT_DIR="${1:-.claude}" # Optional project .claude path as argument