Skip to content

Instantly share code, notes, and snippets.

View possibilities's full-sized avatar

Mike Bannister possibilities

  • AI Life
  • Portland East
  • 21:16 (UTC -05:00)
View GitHub Profile
@possibilities
possibilities / project-skills.md
Created February 19, 2026 22:09
Claude Code skills across ~/code/ projects

Claude Code Skills Across ~/code/ Projects

Catalog of all skills registered as root plugins across projects.

spotify

Spotify and Last.fm musical discovery tools

Skill Description

Browsers

No browsers running.

Browsers

No browsers running.

terminal-notifier (2.0.0) is a command-line tool to send macOS User Notifications.
Usage: terminal-notifier -[message|list|remove] [VALUE|ID|ID] [options]
Either of these is required (unless message data is piped to the tool):
-help Display this help banner.
-version Display terminal-notifier version.
-message VALUE The notification message.
-remove ID Removes a notification with the specified ‘group’ ID.
@possibilities
possibilities / progressive-disclosure-report.md
Last active February 14, 2026 18:37
Progressive Disclosure for AI Agent Prompts - Deep analysis of dynamic context management

Progressive Disclosure for AI Agent Prompts - Deep analysis of dynamic context management

Progressive Disclosure for AI Agent Prompts

A deep analysis of how to make agents powerful without drowning them in context


The Problem

Job Search Results — February 13, 2026

# Title Company Location Salary Source Posted
1 Senior Software Engineer Beautiful.ai Remote USA $160-200K + equity HN / Greenhouse Active
2 React Developer Cliniko Remote (Worldwide) 30hr/wk, full-time pay HN / Workable Closes Mar 2
3 Engineers (Full-Stack, LLM) PrairieLearn Remote (US) $100-140K + 0.5-1.5% stock HN Active
4 Founding Engineer BetterDB Remote Equity (early stage) HN Feb 11 2d ago
5 Senior Software Engineer Lift AI Remote (US) $80-100K + 0.5-0.75% equity HN Feb 10 3d ago

ah-control: process inventory and tmux alternatives

ah-control: Process Inventory & Alternatives to tmux

Process Inventory

Window CLI Command
watchctl:watch-crashes watchctl watchctl watch-crashes --watch
watchctl:watch-project watchctl watchctl watch-project (chokidar file watcher)
@possibilities
possibilities / job-search-session-report-2026-02-07.md
Created February 7, 2026 21:59
Job Search Session Report - 2026-02-07: Agent-browser issues, site auth gaps, and find-jobs skill improvements

Job Search Session Report - 2026-02-07

Executive Summary

First run of the /find-jobs skill. Searched all 8 job boards, compiled 20 results, presented table to user. The session surfaced significant friction points with agent-browser automation, site authentication, background agent permissions, and skill design gaps. This document captures everything needed for another agent to improve the find-jobs skill and agent-browser integration.

What Worked

  • Indeed: Loaded without login, snapshot returned structured job data with titles, companies, salaries, "Easily apply" badges. Best-behaved site.
  • LinkedIn (public view): After dismissing the sign-in modal, the public job search returned 17+ Easy Apply listings with titles, companies, locations, and posting dates. The f_AL=true Easy Apply filter worked.

Bot Alert Spam Analysis

Two recurring bot alerts from "The Secretary" in the backend Telegram group are spamming notifications. Both share a common pattern: transient failures triggering unbounded alert loops.

1. Backup Health Alert: Integrity check failed

Source: ~/code/dotfiles/bin/.local/bin/backup-monitor (launchd service local.backup-monitor, runs every 30 min)

What's happening