@teelicht/pi-grepai
v0.1.1
Published
Pi extension package that bridges an installed grepai CLI into Pi slash commands and LLM tools
Maintainers
Readme
@teelicht/pi-grepai
Pi package that bridges an already-installed grepai CLI into Pi slash commands and LLM tools.
This package does not install grepai, does not install official grepai skills and does not use MCP. It adds the following tools to Pi:
/grepai-watchslash command/grepai-statusslash commandgrepai_searchLLM toolgrepai_trace_callersLLM toolgrepai_trace_calleesLLM toolgrepai_trace_graphLLM toolgrepai_index_statusLLM tool
The documented grepai_refs_* and grepai_rpg_* MCP tools are temporarily disabled because grepai v0.35.0 does not expose matching CLI commands.
Install
- Install and configure grepai from the official grepai docs.
- Install this Pi package from npm with
pi install npm:@teelicht/pi-grepai, or usepi install /path/to/pi-grepaiduring local development. - Optionally, install all or selected grepai skills
- Run
grepai initin the project root.
Quick start
Run grepai init in your terminal to initialize a project. After that, use /grepai-watch, /grepai-status, and grepai LLM tools such as grepai_search.
See docs/configuration.md, docs/commands.md, docs/tools.md, and docs/releases.md.
