An OOM (Out of Memory) event occurred at 2026-01-24 00:56:33 that killed 48 processes and triggered a logout/login cycle (not a reboot - uptime is 13+ days).
- 00:56:13: GNOME session started shutting down services
| name | description |
|---|---|
grind |
Autonomously work through ALL open beads issues until totally blocked or backlog empty. Creates blocker issues for human intervention. No stopping. |
YOU ARE AN AUTONOMOUS AGENT. WORK UNTIL YOU CANNOT WORK ANYMORE.
This skill executes a relentless, recursive loop through all beads issues until either:
| #!/bin/bash | |
| # Setup beads (bd) and beads_viewer (bv) for a Claude Code project | |
| # Usage: setup-beads-project.sh [project-dir] | |
| # Defaults to current directory if no argument provided | |
| set -e | |
| PROJECT_DIR="${1:-.}" | |
| PROJECT_DIR=$(cd "$PROJECT_DIR" && pwd) |
This section defines the core rules and project conventions that all Claude Code executions must follow. It outlines safe command practices, required configuration targets, coding and logging standards, and the strict use of centralized configuration. All contributors and automated agents must adhere to these guidelines to ensure safety, consistency, and maintainability across the entire codebase.
git reset, git rm, rm, rm -rf../to-delete/ (git-ignored).old then move the new file into place Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
"License" shall mean the terms and conditions for use, reproduction,
| license: Apache-2.0 | |
| border: no |
| border: none | |
| height: 660 | |
| license: CC0-1.0 |
foo
on a Mac, you can record your screen + mic audio by following these two sets of instructions:
install the Soundflower Kernel Extension https://github.com/mattingalls/Soundflower/releases
follow the steps from the "The Holy Grail (Adding Audio from your Microphone and your Computer while being able to hear the audio as it records)" section here: https://publish.illinois.edu/ahovious/help-stuff/screen-recording-with-audio-on-mac-osx/
namely:
| height: 670 | |
| license: MIT | |
| border: no |