{"id":37452088,"url":"https://github.com/tmustier/pi-extensions","last_synced_at":"2026-04-19T23:05:15.983Z","repository":{"id":331977053,"uuid":"1129065783","full_name":"tmustier/pi-extensions","owner":"tmustier","description":"A set of delightful extensions for Pi","archived":false,"fork":false,"pushed_at":"2026-04-09T14:12:12.000Z","size":12165,"stargazers_count":164,"open_issues_count":5,"forks_count":12,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-09T14:32:56.205Z","etag":null,"topics":["extension","npm","pi","pi-coding-agent"],"latest_commit_sha":null,"homepage":"https://www.mustier.ai/projects/pi-extensions","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmustier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-06T14:58:20.000Z","updated_at":"2026-04-09T14:12:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tmustier/pi-extensions","commit_stats":null,"previous_names":["tmustier/pi-extensions"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/tmustier/pi-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmustier%2Fpi-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmustier%2Fpi-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmustier%2Fpi-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmustier%2Fpi-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmustier","download_url":"https://codeload.github.com/tmustier/pi-extensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmustier%2Fpi-extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31939788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","npm","pi","pi-coding-agent"],"created_at":"2026-01-16T06:56:45.738Z","updated_at":"2026-04-19T23:05:15.978Z","avatar_url":"https://github.com/tmustier.png","language":"TypeScript","funding_links":[],"categories":["Extensions"],"sub_categories":[],"readme":"# pi-extensions\n\nPersonal extensions for the [Pi coding agent](https://github.com/badlogic/pi-mono).\n\n## Extensions\n\n| Extension | Description |\n|-----------|-------------|\n| [/readfiles](files-widget/) | In-terminal file browser and viewer widget. Navigate files, view diffs, select code, send comments to agent - without leaving Pi, and without interrupting your agent |\n| [tab-status](tab-status/) | Manage as many parallel sessions as your mind can handle. Terminal tab indicators for \u003cbr\u003e✅ done / 🚧 stuck / 🛑 timed out |\n| [pi-ralph-wiggum](pi-ralph-wiggum/) | Run arbitrarily-long tasks without diluting model attention. Flat version without subagents like [ralph-loop](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/ralph-loop) |\n| [agent-guidance](agent-guidance/) | Switch between Claude/Codex/Gemini with model-specific guidance (CLAUDE.md, CODEX.md, GEMINI.md) |\n| [/usage](usage-extension/) | 📊 Usage statistics dashboard. See cost, tokens, and messages by provider/model across Today, This Week, Last Week, and All Time — with a compact view for narrow terminals |\n| [/paste](raw-paste/) | Paste editable text, not [paste #1 +21 lines]. Running `/paste` with optional keybinding |\n| [/code](code-actions/) | Pick code blocks or inline snippets from assistant messages to copy, insert, or run with `/code` |\n| [arcade](arcade/) | Play minigames while your tests run: 👾 sPIce-invaders, 👻 picman, 🏓 ping, 🧩 tetris, 🍄 mario-not |\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| [extending-pi](extending-pi/) | Guide for extending Pi — decide between skills, extensions, prompt templates, themes, or packages. |\n| ↳ [skill-creator](extending-pi/skill-creator/) | Detailed guidance for creating Pi skills. |\n| [pi-ralph-wiggum](pi-ralph-wiggum/) | Skill instructions for long-running development loops. |\n\n## Install (pi package manager)\n\n```bash\npi install git:github.com/tmustier/pi-extensions\n```\n\nTo enable only a subset, replace the package entry in `~/.pi/agent/settings.json` with a filtered one:\n\n```json\n{\n  \"packages\": [\n    {\n      \"source\": \"git:github.com/tmustier/pi-extensions\",\n      \"extensions\": [\"files-widget/index.ts\"]\n    }\n  ]\n}\n```\n\n## Quick Setup\n\nIf you keep a local clone, add extensions to your `~/.pi/agent/settings.json`:\n\n```json\n{\n  \"extensions\": [\n    \"~/pi-extensions/files-widget\",\n    \"~/pi-extensions/tab-status/tab-status.ts\",\n    \"~/pi-extensions/arcade/spice-invaders.ts\",\n    \"~/pi-extensions/arcade/ping.ts\",\n    \"~/pi-extensions/arcade/picman.ts\",\n    \"~/pi-extensions/arcade/tetris.ts\",\n    \"~/pi-extensions/arcade/mario-not/mario-not.ts\",\n    \"~/pi-extensions/pi-ralph-wiggum\",\n    \"~/pi-extensions/agent-guidance/agent-guidance.ts\",\n    \"~/pi-extensions/raw-paste\",\n    \"~/pi-extensions/code-actions\",\n    \"~/pi-extensions/usage-extension\"\n  ]\n}\n```\n\nFor agent-guidance, also run the setup script:\n```bash\ncd ~/pi-extensions/agent-guidance \u0026\u0026 ./setup.sh\n```\n\nSee each extension's README for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmustier%2Fpi-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmustier%2Fpi-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmustier%2Fpi-extensions/lists"}