anachb
π―Skillfrom mitsuhiko/agent-stuff
I apologize, but I cannot confidently infer what the "anachb" skill does from the provided README. The README lists several skills, but "anachb" is not mentioned or described. Without additional co...
Installation
npx skills add https://github.com/mitsuhiko/agent-stuff --skill anachbSkill Details
Overview
# Agent Stuff
This repository contains command files and skills that I use in some form with projects. Note that I usually fine-tune these for projects so they might not work without modification for you.
It is released on npm as mitsupi for use with the [Pi](https://buildwithpi.ai/) package loader.
Commands
All command files are in the [commands](commands) folder:
- [
/handoff](commands/handoff.md) - Creates detailed handoff plan for session continuation - [
/pickup](commands/pickup.md) - Resumes work from previous handoff session
Plumbing Commands
These command files need customization before use. They live in [plumbing-commands](plumbing-commands):
- [
/make-release](plumbing-commands/make-release.md) - Automates repository release with version management - [
/update-changelog](plumbing-commands/update-changelog.md) - Updates changelog with recent commits
Handoff/Pickup Usage
These are inspired by the idea of Ampcode to replace /compact with handoff. I generally do this already by hand with copy/paste but this is an attempt of automating this:
```
/handoff "implement phase 1 of our plan"
```
It will write a handoff plan into .claude/handoffs which you can then continue in a new session:
```
/pickup name-of-handoff
```
Release Management
The plumbing release commands do not work without tuning! But you can put claude to them and derive actually working ones. I for instance use them in [absurd](https://github.com/earendil-works/absurd) and you can look at the repo to see them in use.
Skills
All skill files are in the [skills](skills) folder:
- [
/ghidra](skills/ghidra) - Claude Skill for reverse engineering binaries using Ghidra's headless analyzer - [
/github](skills/github) - Claude Skill for interacting with GitHub via theghCLI (issues, PRs, runs, and APIs) - [
/openscad](skills/openscad) - Claude Skill for creating and rendering OpenSCAD 3D models and exporting STL files - [
/web-browser](skills/web-browser) - Claude Skill for using Puppeteer in a Node environment to browse the web - [
/tmux](skills/tmux) - Claude Skill for driving tmux directly with keystrokes and pane output scraping - [
/sentry](skills/sentry) - Alternative way to access Sentry as a Claude Skill for reading issues - [
/improve-skill](skills/improve-skill) - Claude Skill for analyzing coding agent sessions to improve or create new skills - [
/pi-share](skills/pi-share) - Claude Skill for loading and parsing session transcripts from shittycodingagent.ai - [
/anachb](skills/anachb) - Claude Skill for querying Austrian public transport (VOR AnachB) for departures, routes, and disruptions - [
/oebb-scotty](skills/oebb-scotty) - Claude Skill for Austrian rail travel planning via ΓBB Scotty API
Browser
In the [skills/web-browser](skills/web-browser) folder is a Claude Skill that helps it to use puppeteer in a node environment to browse the web. This significantly improves on using a browser MCP. You will need to go into the scripts folder once to run npm i. This was stolen from [Mario Zechner](https://mariozechner.at/posts/2025-11-02-what-if-you-dont-need-mcp/).
tmux
In the [skills/tmux](skills/tmux) folder is a Claude Skill that lets it drive tmux directly for interactive CLI workflows (python, gdb, etc.) by sending keystrokes and scraping pane output. It uses stock tmux on macOS/Linux and includes helper scripts in scripts to find sessions and wait for prompts.
sentry
In the [skills/sentry](skills/sentry) folder there is an alternative way to access Sentry as a Claude Skill. I found the other methods to talk to Sentry token inefficient and just not great. Right now it can only read issues though and might not be ideal yet.
improve-skill
In the [skills/improve-skill](skills/improve-skill) folder is a skill that helps analyze coding agent sessions to improve or create new skills. It works with Claude Code, Pi, and Codex session files. Ask the agent t
More from this repository6
Enables Claude to programmatically browse websites, interact with web pages, and extract information using Puppeteer in a Node.js environment.
Creates and renders OpenSCAD 3D models programmatically, enabling Claude to generate, modify, and export 3D design files as STL models.
Analyzes coding agent interaction logs to suggest improvements or generate new specialized Claude Code skills based on session patterns and performance.
Retrieves and provides real-time Austrian train schedule and route information using the ΓBB (Austrian Federal Railways) Scotty service.
Reverse engineers binary files by leveraging Ghidra's headless analyzer to extract and interpret low-level code structure and functionality.
Loads and parses session transcripts from the Pi platform, enabling detailed review and analysis of previous conversation interactions.