pi-show
Display pi-coding-agent state: commands, skills, prompts, tools, themes, and model info
Package details
Install pi-show from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-show- Package
pi-show- Version
0.1.3- Published
- May 1, 2026
- Downloads
- 265/mo · 265/wk
- Author
- bowfeng
- License
- MIT
- Types
- extension
- Size
- 24.9 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-show
Show pi-coding-agent instance information — commands, skills, prompts, tools, themes, and model.
Installation
pi install npm:pi-show
Then run /reload to activate the extension.
Usage
| Command | Description |
|---|---|
/show |
Overview of all resources |
/show <name> |
Detailed info about a specific resource |
/show agent_context |
List agent context files (AGENTS.md, CLAUDE.md) |
Examples
/show # Show overview
/show read # Show details for the read tool
/show ls # Show details for the ls tool
/show git # Partial match search
/show agent_context # Show agent context files
/show agent_context AGENTS.md # Show content of a specific agent file
What it shows
- Model — current model id and provider
- Commands — all slash commands registered from extensions
- Skills — skills loaded in the current session
- Prompt Templates — prompt templates available
- Tools — all tools (built-in and custom)
- Themes — all available themes and their paths
- Agent Context Files — AGENTS.md and CLAUDE.md files from workspace, ancestor directories, and global
~/.pi/