Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
These are commands I use with agents, mostly Claude
| Date | Stars |
|---|---|
| 2026-07-31 | 2789 |
| 2026-08-03 | 2789 |
| 2026-08-05 | 2809 |
| 2026-08-06 | 2809 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Agent Stuff Armin's personal [Pi Coding Agent](https://buildwithpi.ai/) package: reusable skills, extensions, prompt commands, themes, and a few supporting utilities that I use across projects. The package is published to npm as [`mitsupi`](https://www.npmjs.com/package/mitsupi). The Pi package manifest in [`package.json`](package.json) exports: - [`extensions`](extensions) as Pi extensions - [`skills`](skills) as agent skills - [`themes`](themes) as Pi themes - [`commands`](commands) as prompt commands Most items are tuned for my workflow and environment, so expect to adjust paths, credentials, or defaults before reusing them elsewhere. ## Prompt Commands Prompt commands live in [`commands`](commands): - [`/discuss`](commands/discuss.md) - Planning interviewer mode. It inspects the project first, asks focused questions in short rounds, and stops once the plan is clear enough to implement. ## Skills Skills live in [`skills`](skills). Each skill has a `SKILL.md` plus any helper scripts it needs. - [`/anachb`](skills/anachb) - Query Austrian public transport via VOR AnachB: station search, real-time departures, routes, and disruptions. - [`/apple-mail`](skills/apple-mail) - Search and read Apple Mail's local storage, including raw messages and attachment extraction. - [`/commit`](skills/commit) - Guidance for making concise git commits with good subjects and bodies. - [`/frontend-design`](skills/frontend-design) - Create distinctive, production-ready frontend UI with strong visual direction. - [`/ghidra`](skills/ghidra) - Run Ghidra headless analysis for binaries, functions, strings, symbols, call graphs, and decompilation. - [`/github`](skills/github) - Use the `gh` CLI for GitHub issues, pull requests, runs, and API queries. - [`/google-workspace`](skills/google-workspace) - Access Drive, Docs, Calendar, Gmail, Sheets, Slides, Chat, and People APIs through local helper scripts. - [`/librarian`](skills/librarian) - Cache and refresh remote git repositories under `~/.cache/checkouts/<host>/<org>/<repo>`. - [`/native-web-search`](skills/native-web-search) - Trigger native web search with concise summaries and source URLs. - [`/oebb-scotty`](skills/oebb-scotty) - Plan Austrian rail journeys and check ÖBB Scotty station departures, arrivals, trips, and disruptions. - [`/openscad`](skills/openscad) - Create/render OpenSCAD models, preview angles, extract parameters, validate syntax, and export STL files. - [`/pi-share`](skills/pi-share) - Fetch and parse shared Pi session transcripts from pi-share URLs. - [`/sentry`](skills/sentry) - Fetch and analyze Sentry issues, events, transactions, and logs. - [`/summarize`](skills/summarize) - Convert URLs or local documents to Markdown with `uvx markitdown`, optionally summarizing them. - [`/tmux`](skills/tmux) - Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. - [`/update-changelog`](skills/update-changelog) - Guidance for updating changelogs with notable user-facing changes. - [`/uv`](skills/uv) - Prefer `uv` for Python projects, scripts, dependencies, and builds. - [`/web-browser`](skills/web-browser) - Automate Chrome/Chromium through the Chrome DevTools Protocol. ## Extensions Pi extensions live in [`extensions`](extensions): - [`answer.ts`](extensions/answer.ts) - `/answer` plus `ctrl+.` to extract questions from the last assistant message and answer them in an interactive Q&A flow. - [`btw.ts`](extensions/btw.ts) - `/btw` side-chat popover for quick tangential questions, with thread restore/reset behavior. - [`continue.ts`](extensions/continue.ts) - `shift+option+enter` sends `continue` only when the agent is stopped. - [`control.ts`](extensions/control.ts) - Session control sockets, `/control-sessions`, and the `send_to_session` / `list_sessions` tools for communicating with other live Pi sessions. - [`files.ts`](extensions/files.ts) - `/files` browser with git status and session references, plus shortcuts to browse, rev
Excerpt of 7,017 characters
Read on GitHubArmin Ronacher · Earendil · Austria
243
2
2
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:6ea88b3c745f411b, llm:Repository description: "These are commands I use with agents, mostly Claude" (TypeScript). No topics. Indicates prompt/command templates or utilities for LLM agents (Claude).
matched fp:6ea88b3c745f411b, llm:Repository description: "These are commands I use with agents, mostly Claude" (TypeScript). No topics. Indicates prompt/command templates or utilities for LLM agents (Claude).