AI SummaryPpage captures session learnings, decisions, and context into markdown files to help future AI agents quickly ramp up on ongoing work. Developers benefit by preserving institutional knowledge and reducing context-switching overhead across sessions.
Install
# Add to your project root as SKILL.md curl -o SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/ppage/SKILL.md"
Description
Captures session learnings, decisions, and context to a markdown file for future agent ramp-up. Use when user says "ppage", "page context", "save context", "capture learnings", or before ending a substantial work session.
Page Context
Synthesize the current session's important context, learnings, and state into a document that another LLM agent can use to immediately ramp up.
When to Use
• User explicitly invokes with "ppage" or similar • Before ending a long or complex session • When switching context to different work • When user wants to preserve learnings
Process
• Reflect on the session: what was accomplished, what was learned, what decisions were made • Identify key files that are central to the work • Determine current state and logical next steps • Note any open questions or blockers • Capture constraints and preferences: Document any user preferences, project constraints, or environmental limitations discovered during the session • Gather critical references: Note important external URLs, documentation, example data, or key values discovered • Create Bootstrap Instructions: List the key files in priority order (most important first) with absolute paths so a future agent can read them to reach full context • Generate a succinct but descriptive name for the session (2-4 words, kebab-case) • Open TEMPLATE.md and follow it exactly • Write output to .ai/tmp/{YYYY-MM-DD}-{succinct-name}.md
Output Format
Use TEMPLATE.md as the output structure.
Quality Score
Good
80/100
Trust & Transparency
Open Source — MIT
Source code publicly auditable
Verified Open Source
Hosted on GitHub — publicly auditable
Actively Maintained
Last commit Yesterday
100 stars — Growing Community
15 forks