What problem does it solve? Pi and Pi Workbench users often get inaccurate or version-mismatched answers about setup, settings, providers, extensions, and SDK integration because generic answers ignore the actually installed version. This Skill grounds every answer in the documentation matching the running Pi version, with citations. ## Core Features & Use Cases - Version-matched documentation lookup: Reads runtime.json to locate the installed Pi version's README, docs, and examples before answering, avoiding stale or invented guidance. - Topic routing: Maps questions about settings, providers, models, sessions, skills, packages, compaction, SDK, RPC, and TUI to the correct documentation file, plus bundled Pi 0.84.2 extension reference snapshots. - Extension implementation support: Provides API references for events, tools, commands, UI components, providers, and dynamic tool loading when implementing Pi extensions or SDK integrations. - Use Case: A user asks how to register a custom tool in a Pi extension. The Skill checks the running version, reads the custom tools reference, and returns a cited, version-accurate code example. ## Quick Start Ask how to configure a custom model provider in the currently installed version of Pi.