Session Init
Skill Verified ActiveLightweight session initialization with context recovery
To provide a consistent and efficient way to start new sessions or resume interrupted work by automatically recovering context, ensuring continuity and reducing cold-start time.
Features
- Loads session context from local markdown files
- Recovers prior handoffs and open tasks
- Identifies blockers and recurring patterns
- Generates a standardized 5-line session summary
- Fast initialization under 30 seconds
Use Cases
- Starting a new work session at the beginning of the day
- Resuming work after a break or interruption
- Picking up tasks or context from a colleague
- Quickly orienting to the state of a project
Non-Goals
- Performing any destructive operations
- Making decisions or starting work without user direction
- Connecting to external APIs or services for context
- Managing project tasks beyond summarizing their status
Trust
- info:Issues Attention1 issue opened, 0 closed in the last 90 days, indicating a low volume of recent activity.
Installation
npx skills add mshadmanrahman/pm-pilotRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Session Resume
99Generates a context recovery prompt from a past Claude Code session so a new session can pick up where it left off. Use when the user says "resume from", "pick up where I left off", "continue that session", "context recovery", or wants to start a new session with context from an old one.
Session End
99MUST use when user says 'bye', 'goodbye', 'good night', 'gnight', 'done for today', 'that's all', 'that's it', 'see you', 'see ya', 'let's stop', 'stopping here', 'wrapping up', 'signing off', 'closing down', 'done', 'finished for now', 'talk later', 'cya'. The user does NOT use slash commands — detect these natural session-ending phrases and run the full wrap-up automatically.
Init
100Creates, updates, or optimizes an AGENTS.md file for a repository with minimal, high-signal instructions covering non-discoverable coding conventions, tooling quirks, workflow preferences, and project-specific rules that agents cannot infer from reading the codebase. Use when setting up agent instructions or Claude configuration for a new repository, when an existing AGENTS.md is too long, generic, or stale, when agents repeatedly make avoidable mistakes, or when repository workflows have changed and the agent configuration needs pruning. Applies a discoverability filter—omitting anything Claude can learn from README, code, config, or directory structure—and a quality gate to verify each line remains accurate and operationally significant.
Public Google Drive
100Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.
Wrap Up Ritual
100End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.
Gmail
100Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels. Use when user asks to: search email, read email, send email, create email draft, mark as read, archive email, star email, or manage Gmail labels. Lightweight alternative to full Google Workspace MCP server with standalone OAuth authentication.