[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73867":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},73867,"agent-stuff","mitsuhiko\u002Fagent-stuff","mitsuhiko","These are commands I use with agents, mostly Claude",null,"TypeScript",2611,197,33,6,0,25,59,217,75,108.89,"Apache License 2.0",false,"main",true,[],"2026-06-12 04:01:12","# Agent Stuff\n\nThis repository contains skills and extensions that I use across projects. Note that I often fine-tune these for specific repos, so some items may need small adjustments before reuse.\n\nIt is released on npm as `mitsupi` for use with the [Pi](https:\u002F\u002Fbuildwithpi.ai\u002F) package loader.\n\n## Skills\n\nAll skills live in the [`skills`](skills) folder:\n\n* [`\u002Fanachb`](skills\u002Fanachb) - Query Austrian public transport (VOR AnachB) for departures, routes, and disruptions.\n* [`\u002Fapple-mail`](skills\u002Fapple-mail) - Search\u002Fread Apple Mail local storage and extract attachments.\n* [`\u002Fcommit`](skills\u002Fcommit) - Create git commits using concise Conventional Commits-style subjects.\n* [`\u002Ffrontend-design`](skills\u002Ffrontend-design) - Design and implement distinctive frontend interfaces.\n* [`\u002Fghidra`](skills\u002Fghidra) - Reverse engineer binaries using Ghidra's headless analyzer.\n* [`\u002Fgithub`](skills\u002Fgithub) - Interact with GitHub using the `gh` CLI (issues, PRs, runs, APIs).\n* [`\u002Fgoogle-workspace`](skills\u002Fgoogle-workspace) - Access Google Workspace APIs via local helper scripts.\n* [`\u002Flibrarian`](skills\u002Flibrarian) - Cache and refresh remote git repositories in `~\u002F.cache\u002Fcheckouts`.\n* [`\u002Fmermaid`](skills\u002Fmermaid) - Create and validate Mermaid diagrams with Mermaid CLI tooling.\n* [`\u002Fnative-web-search`](skills\u002Fnative-web-search) - Trigger native web search with concise summaries and source URLs.\n* [`\u002Foebb-scotty`](skills\u002Foebb-scotty) - Plan Austrian rail journeys via ÖBB Scotty API.\n* [`\u002Fopenscad`](skills\u002Fopenscad) - Create\u002Frender OpenSCAD models and export STL files.\n* [`\u002Fpi-share`](skills\u002Fpi-share) - Load and parse session transcripts from shittycodingagent.ai\u002Fbuildwithpi\u002Fpi.dev URLs.\n* [`\u002Fsentry`](skills\u002Fsentry) - Fetch and analyze Sentry issues, events, transactions, and logs.\n* [`\u002Fsummarize`](skills\u002Fsummarize) - Convert files\u002FURLs to Markdown via `uvx markitdown` and summarize.\n* [`\u002Ftmux`](skills\u002Ftmux) - Drive tmux sessions via keystrokes and pane output scraping.\n* [`\u002Fupdate-changelog`](skills\u002Fupdate-changelog) - Update changelogs with notable user-facing changes.\n* [`\u002Fuv`](skills\u002Fuv) - Use `uv` for Python dependency management and script execution.\n* [`\u002Fweb-browser`](skills\u002Fweb-browser) - Browser automation via Chrome\u002FChromium CDP.\n\n## Pi Coding Agent Extensions\n\nCustom extensions for Pi Coding Agent are in [`extensions`](extensions):\n\n* [`answer.ts`](extensions\u002Fanswer.ts) - Interactive TUI for answering questions one by one.\n* [`btw.ts`](extensions\u002Fbtw.ts) - Simple `\u002Fbtw` side-chat popover with optional summary injection back into the main chat on close.\n* [`control.ts`](extensions\u002Fcontrol.ts) - Session control helpers (list controllable sessions, etc.).\n* [`files.ts`](extensions\u002Ffiles.ts) - Unified file browser with git status + session references and reveal\u002Fopen\u002Fedit\u002Fdiff actions.\n* [`split-fork.ts`](extensions\u002Fsplit-fork.ts) - `\u002Fsplit-fork` command to branch the current session into a new pi process in a right-hand Ghostty split.\n* [`go-to-bed.ts`](extensions\u002Fgo-to-bed.ts) - Late-night safety guard with explicit confirmation after midnight.\n* [`goal.ts`](extensions\u002Fgoal.ts) - Opt-in `\u002Fgoal` mode with persisted long-running objectives, status controls, and model tools.\n* [`loop.ts`](extensions\u002Floop.ts) - Prompt loop for rapid iterative coding with optional auto-continue.\n* [`multi-edit.ts`](extensions\u002Fmulti-edit.ts) - Replaces the built-in `edit` tool with batch `multi` edits and Codex-style `patch` support, including preflight validation.\n* [`notify.ts`](extensions\u002Fnotify.ts) - Native desktop notifications when the agent finishes.\n* [`prompt-editor.ts`](extensions\u002Fprompt-editor.ts) - In-editor prompt mode selector with persistence, history, config, and shortcuts.\n* [`review.ts`](extensions\u002Freview.ts) - Code review command (working tree, PR-style diff, commits, custom instructions, optional fix loop).\n* [`session-breakdown.ts`](extensions\u002Fsession-breakdown.ts) - TUI for 7\u002F30\u002F90-day session and cost analysis with usage graph.\n* [`todos.ts`](extensions\u002Ftodos.ts) - Todo manager extension with file-backed storage and TUI.\n* [`uv.ts`](extensions\u002Fuv.ts) - Helpers for uv-based Python workflows.\n* [`whimsical.ts`](extensions\u002Fwhimsical.ts) - Replaces the default thinking message with random whimsical phrases.\n\n## Pi Coding Agent Themes\n\nCustom themes are in [`themes`](themes):\n\n* [`nightowl.json`](themes\u002Fnightowl.json) - Night Owl-inspired theme.\n\n## Distributions\n\nThis repo also contains distribution packages in [`distributions`](distributions):\n\n* [`mitsupi-common`](distributions\u002Fmitsupi-common) - Minimal\u002Fdefault set (all resources except `anachb`, `apple-mail`, `oebb-scotty`, `openscad`, `go-to-bed`, and `goal`).\n* [`mitsupi-loaded`](distributions\u002Fmitsupi-loaded) - Add-on package that provides `anachb`, `apple-mail`, `oebb-scotty`, `openscad`, `go-to-bed`, and `goal`.\n\n## Plumbing Commands\n\nThese command files need customization before use. They live in [`plumbing-commands`](plumbing-commands):\n\n* [`\u002Fmake-release`](plumbing-commands\u002Fmake-release.md) - Automates repository release with version management.\n\n## Intercepted Commands\n\nCommand wrappers live in [`intercepted-commands`](intercepted-commands):\n\n* [`pip`](intercepted-commands\u002Fpip)\n* [`pip3`](intercepted-commands\u002Fpip3)\n* [`poetry`](intercepted-commands\u002Fpoetry)\n* [`python`](intercepted-commands\u002Fpython)\n* [`python3`](intercepted-commands\u002Fpython3)\n","该项目提供了一系列用于与AI代理（主要为Claude）交互的命令和扩展。核心功能包括查询奥地利公共交通信息、处理Apple Mail本地存储、使用简洁格式创建Git提交、设计前端界面、反向工程二进制文件等，覆盖了从日常办公到软件开发的多个方面。项目采用TypeScript编写，并通过npm包`mitsupi`发布，便于与其他Pi加载器集成使用。适用于需要提高工作效率、简化重复任务或增强自动化能力的开发者及团队，在多种场景下均可发挥作用，如项目管理、代码审查、文档生成等。",2,"2026-06-11 03:47:44","high_star"]