# oh-pi > AEO Profile | Auto-rebuilt from database > AEO Score: 35/100 ## Overview in the migrated category. ## Location - Website: https://github.com/ohlulu/oh-pi ## Search Keywords `oh-pi` --- *Auto-rebuilt by [AEO Washinmura](https://aeo.idaeo.ai) Content Healer* *This is a basic profile rebuilt from database. A full AI scan will provide richer content.* *Rebuilt: 2026-03-11* ## Latest Website Content (auto-fetched 2026-03-11) Title: GitHub - ohlulu/oh-pi URL Source: https://github.com/ohlulu/oh-pi Markdown Content: English / [中文版](https://github.com/ohlulu/oh-pi/blob/main/readme-zh.md) A curated collection of personal [pi](https://github.com/badlogic/pi) agent resources — extensions, skills, and prompt templates, tailored for my own workflow. > **⚠️ This is a personal configuration.** It is designed around my specific habits, tools, and tech stack (Swift / SwiftUI / macOS). I recommend browsing the contents and **cherry-picking** what fits your needs — copy individual files into your own config. Table of Contents ----------------- [](https://github.com/ohlulu/oh-pi#table-of-contents) * [Usage](https://github.com/ohlulu/oh-pi#usage) * [Extensions](https://github.com/ohlulu/oh-pi#extensions) * [Skills](https://github.com/ohlulu/oh-pi#skills) * [Prompt Templates](https://github.com/ohlulu/oh-pi#prompt-templates) * [Shared Prompts](https://github.com/ohlulu/oh-pi#shared-prompts) * [Shared Scripts](https://github.com/ohlulu/oh-pi#shared-scripts) * [Docs](https://github.com/ohlulu/oh-pi#docs) * [AGENTS.md](https://github.com/ohlulu/oh-pi#agentsmd) * [FAQ](https://github.com/ohlulu/oh-pi#faq) Usage ----- [](https://github.com/ohlulu/oh-pi#usage) Clone the repo, open it with pi, and explore interactively: git clone https://github.com/ohlulu/oh-pi.git cd oh-pi pi Use `/dig` to understand any extension, skill, or prompt before adopting it: ``` /dig @skills/swift-concurrency /dig @extensions/ralph-wiggum ``` > `/dig` outputs in Chinese by default. Non-Chinese speakers: ask pi to translate `./prompts/dig.md` to your language and copy it to `~/.pi/agent/prompts/` — then `/dig` will work in your language everywhere. Extensions ---------- [](https://github.com/ohlulu/oh-pi#extensions) Reusable pi extensions that add tools, commands, and event hooks to the agent. | Name | Description | | --- | --- | | [ask-me](https://github.com/ohlulu/oh-pi/blob/main/extensions/ask-me.ts) | Interactive single-choice tool — lets the LLM ask the user a question with selectable options. | | [ask-me-batch](https://github.com/ohlulu/oh-pi/blob/main/extensions/ask-me-batch.ts) | Batch version of ask-me — multiple questions in one pass. | | [context](https://github.com/ohlulu/oh-pi/blob/main/extensions/context.ts) | `/context` command — displays context window usage, loaded extensions, skills, and session cost. | | [done-sound](https://github.com/ohlulu/oh-pi/blob/main/extensions/done-sound.ts) | Plays a system sound when the agent finishes (macOS). | | [inject-docs](https://github.com/ohlulu/oh-pi/blob/main/extensions/inject-docs.ts) | Auto-injects the project `docs/` index into the first agent turn on session start. | | [lazygit](https://github.com/ohlulu/oh-pi/blob/main/extensions/lazygit.ts) | `/lazygit` command — launches lazygit inside the TUI. | | [open-with](https://github.com/ohlulu/oh-pi/blob/main/extensions/open-with.ts) | `/finder` and `/cursor` commands — open ## Latest Website Content (auto-fetched 2026-04-14) Title: GitHub - ohlulu/oh-pi URL Source: https://github.com/ohlulu/oh-pi Markdown Content: English / [中文版](https://github.com/ohlulu/oh-pi/blob/main/readme-zh.md) A curated collection of personal [pi](https://github.com/badlogic/pi) agent resources — extensions, skills, and prompt templates, tailored for my own workflow. > **⚠️ This is a personal configuration.** It is designed around my specific habits, tools, and tech stack (Swift / SwiftUI / macOS). I recommend browsing the contents and **cherry-picking** what fits your needs — copy individual files into your own config. ## Table of Contents [](https://github.com/ohlulu/oh-pi#table-of-contents) * [Usage](https://github.com/ohlulu/oh-pi#usage) * [Extensions](https://github.com/ohlulu/oh-pi#extensions) * [Skills](https://github.com/ohlulu/oh-pi#skills) * [Prompt Templates](https://github.com/ohlulu/oh-pi#prompt-templates) * [Shared Prompts](https://github.com/ohlulu/oh-pi#shared-prompts) * [Shared Scripts](https://github.com/ohlulu/oh-pi#shared-scripts) * [Docs](https://github.com/ohlulu/oh-pi#docs) * [AGENTS.md](https://github.com/ohlulu/oh-pi#agentsmd) * [FAQ](https://github.com/ohlulu/oh-pi#faq) ## Usage [](https://github.com/ohlulu/oh-pi#usage) Clone the repo, open it with pi, and explore interactively: git clone https://github.com/ohlulu/oh-pi.git cd oh-pi pi Use `/dig` to understand any extension, skill, or prompt before adopting it: ``` /dig @skills/swift-concurrency /dig @extensions/ralph-wiggum ``` > `/dig` outputs in Chinese by default. Non-Chinese speakers: ask pi to translate `./prompts/dig.md` to your language and copy it to `~/.pi/agent/prompts/` — then `/dig` will work in your language everywhere. ## Extensions [](https://github.com/ohlulu/oh-pi#extensions) Reusable pi extensions that add tools, commands, and event hooks to the agent. | Name | Description | | --- | --- | | [ask-me](https://github.com/ohlulu/oh-pi/blob/main/extensions/ask-me.ts) | Interactive single-choice tool — lets the LLM ask the user a question with selectable options. | | [ask-me-batch](https://github.com/ohlulu/oh-pi/blob/main/extensions/ask-me-batch.ts) | Batch version of ask-me — multiple questions in one pass. | | [context](https://github.com/ohlulu/oh-pi/blob/main/extensions/context.ts) | `/context` command — displays context window usage, loaded extensions, skills, and session cost. | | [done-sound](https://github.com/ohlulu/oh-pi/blob/main/extensions/done-sound.ts) | Plays a system sound when the agent finishes (macOS). | | [inject-docs](https://github.com/ohlulu/oh-pi/blob/main/extensions/inject-docs.ts) | Auto-injects the project `docs/` index into the first agent turn on session start. | | [lazygit](https://github.com/ohlulu/oh-pi/blob/main/extensions/lazygit.ts) | `/lazygit` command — launches lazygit inside the TUI. | | [open-with](https://github.com/ohlulu/oh-pi/blob/main/extensions/open-with.ts) | `/finder` and `/cursor` commands — open cwd in Finder or Cursor ed # === OWNER PROVIDED === # 以下資訊由商家擁有者透過 AEO Hub 提供 # Updated: 2026-04-21 AI News 分析: https://ainews.washinmura.jp/ja/ # === END OWNER PROVIDED ===