Skip to content
Skill

ppage

by majiayu000

AI Summary

Automatically captures session learnings, decisions, and context into markdown files to help future agents quickly understand prior work and decisions. Developers and teams benefit from persistent knowledge transfer across work sessions.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "ppage" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/ppage && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ppage/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/ppage/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ppage/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/ppage/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

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.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption100+ stars on GitHub
118 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars118
Forks19
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code