elevate-checkins

Orchestrates daily check-in data from Gmail, Calendar, Airtable, Notion, Granola, and Slack into a Notion page.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/njpatten/claude-skills-private --skill elevate-checkins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elevate-checkins
Source: https://github.com/njpatten/claude-skills-private/tree/main/elevate/elevate-checkins
Command: npx skills add https://github.com/njpatten/claude-skills-private --skill elevate-checkins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Daily check-ins can be time-consuming and error-prone when juggling data from Gmail, Google Calendar, Airtable, Notion, Granola, and Slack. This skill centralizes orchestration to create a Notion page per session and route outputs to downstream systems.

Core Features & Use Cases

  • Orchestrates data gathering from Gmail, Calendar, Airtable, Notion, Granola, and Slack; creates a new Notion page per session; coordinates downstream writes to notion-write, airtable-write, and pipeline-dashboard.
  • Supports demo mode for safe practice and training without live writes.
  • Provides clear handoffs and error handling patterns via references/skill-handoffs.md.

Quick Start

Confirm participants and trigger the orchestration to gather data, determine the day type, render the output, and hand off to downstream skills.

Frequently Asked Questions about elevate-checkins

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

FAQPage Schema
How do I automate daily check-ins across Notion and Airtable?

Automating daily check-ins involves orchestrating data sources like Gmail, Calendar, and Slack, then routing outputs to Notion and Airtable. This skill centralizes that workflow by creating a Notion page per session and coordinating downstream writes.

Can I test daily check-in automation without writing live data to my pipeline?

Yes, you can test check-in automation safely using demo mode. This feature allows you to practice and train the orchestration workflow without executing live writes to your Notion, Airtable, or pipeline dashboards.

How does check-in orchestration handle data from multiple apps like Granola and Slack?

Check-in orchestration handles multiple apps by gathering data from sources like Granola and Slack, detecting the day type, and rendering outputs. It coordinates these inputs to create a unified session page in Notion.

What is the best way to route task and calendar hygiene data to a pipeline dashboard?

The best way to route task and calendar hygiene data is through an orchestration skill that centralizes gathering from Gmail and Calendar, then hands off the rendered outputs to downstream pipeline dashboard skills.

Do I need downstream skills to write check-in results to Notion and Airtable?

Yes, this skill requires coordination with downstream skills like notion-write and airtable-write. It orchestrates the data gathering and session rendering, then hands off the actual database writes to those specialized skills.

Why does my check-in workflow require error handling and skill handoffs?

Check-in workflows require error handling and skill handoffs because they juggle data across multiple platforms like Gmail, Notion, and Slack. Robust error handling ensures reliable routing to downstream writes without breaking the pipeline.