| name | pi-share |
| description | Load and parse session transcripts from shittycodingagent.ai/buildwithpi.ai/buildwithpi.com/pi.dev (pi-share) URLs. Fetches gists, decodes embedded session data, and extracts conversation history. |
pi-share / buildwithpi Session Loader
Load and parse session transcripts from pi-share URLs (shittycodingagent.ai, buildwithpi.ai, buildwithpi.com, pi.dev).
When to Use
Loading sessions: Use this skill when the user provides a URL like:
https://shittycodingagent.ai/session/?<gist_id>
https://buildwithpi.ai/session/?<gist_id>
https://buildwithpi.com/session/?<gist_id>
https://pi.dev/session/?<gist_id>
https://pi.dev/session/#<gist_id>
- Or just a gist ID like
46aee35206aefe99257bc5d5e60c6121
- Or hash-prefixed shorthand like
#46aee35206aefe99257bc5d5e60c6121
Human summaries: Use --human-summary when the user asks you to:
- Summarize what a human did in a pi/coding agent session
- Understand how a user interacted with an agent
- Analyze user behavior, steering patterns, or prompting style
- Get a human-centric view of a session (not what the agent did, but what the human did)
The human summary focuses on: initial goals, re-prompts, steering/corrections, interventions, and overall prompting style.
How It Works
- Session exports are stored as GitHub Gists
- The URL contains a gist ID after the
?
- The gist contains a
session.html file with base64-encoded session data
- The helper script fetches and decodes this to extract the full conversation