pi-show
v0.1.3
Published
Display pi-coding-agent state: commands, skills, prompts, tools, themes, and model info
Downloads
57
Maintainers
Readme
pi-show
Show pi-coding-agent instance information — commands, skills, prompts, tools, themes, and model.
Installation
pi install npm:pi-showThen 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 fileWhat 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/
