Session Init
技能 已验证 活跃Lightweight 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.
功能
- 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
使用场景
- 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
非目标
- 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.
安装
npx skills add mshadmanrahman/pm-pilot通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Session Resume
99从过去的 Claude Code 会话生成上下文恢复提示,以便新会话可以接续上次中断的地方。当用户说“从…恢复”、“接续上次中断的地方”、“继续那个会话”、“上下文恢复”或想要使用旧会话的上下文开始新会话时使用。
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
100创建或优化存储库的 AGENTS.md 文件,提供最少、高信号的说明,涵盖代理无法从代码库推断的不可发现的编码约定、工具怪癖、工作流偏好和项目特定规则。在为新存储库设置代理说明或 Claude 配置时,当现有的 AGENTS.md 文件过长、通用或过时,当代理反复犯可避免的错误,或当存储库工作流发生变化且需要修剪代理配置时使用。应用可发现性过滤器—省略 Claude 可从 README、代码、配置或目录结构中学到的任何内容—并应用质量门,以验证每行是否仍然准确且具有操作意义。
Public Google Drive
100无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets,无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。
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.