pi-share

Fetch and parse session transcripts from pi-share URLs via GitHub Gist data.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/legout/pi-config --skill pi-share-legout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pi-share
Source: https://github.com/legout/pi-config/tree/main/skills/pi-share
Command: npx skills add https://github.com/legout/pi-config --skill pi-share-legout

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the difficulty of reviewing long, complex coding agent sessions by programmatically fetching, decoding, and summarizing session data from pi-share URLs.

Core Features & Use Cases

  • Session Parsing: Automatically fetches and decodes session data from shittycodingagent.ai, buildwithpi.ai, and buildwithpi.com.
  • Human-Centric Summarization: Generates concise summaries focusing on user intent, steering patterns, and prompting style rather than just agent output.
  • Data Extraction: Allows for granular access to system prompts, tool definitions, and conversation history for debugging or analysis.

Quick Start

Use the pi-share skill to generate a human-centric summary of the session provided at the given URL.

Frequently Asked Questions about pi-share

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize a coding agent session from a pi-share URL?

To summarize a coding agent session, fetch and parse the transcript from a pi-share URL by retrieving GitHub Gist data and decoding the embedded JSON content to analyze human-agent interaction patterns.

Can I extract system prompts and tool definitions from a coding agent session for debugging?

Yes, you can extract system prompts, tool definitions, and conversation history from parsed session data to facilitate granular debugging and analysis of the coding agent's behavior.

Do I need Node.js to fetch and decode session transcripts from GitHub Gists?

Yes, you need Node.js installed to execute the fetch-session script and access the GitHub API for retrieving and decoding session transcripts from pi-share URLs.

What does human-centric summarization of coding agent sessions focus on?

Human-centric summarization focuses on user intent, steering patterns, and re-prompting behavior rather than just agent output, highlighting how humans interact with and guide the coding agent.

Does pi-share work with session transcripts from buildwithpi.ai and shittycodingagent.ai?

Yes, pi-share automatically fetches and decodes session data from shittycodingagent.ai, buildwithpi.ai, and buildwithpi.com to generate summaries of your coding agent sessions.

Why does my coding agent session analysis get interrupted during GitHub API retrieval?

Session analysis can be interrupted if the GitHub API rate limit is exceeded or if the embedded JSON content in the Gist is malformed, preventing the fetch-session script from decoding the transcript.