How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Calendar Prep (Personal Productivity domain).

Generate one-page meeting briefings from a structured input (attendees, prior context, decisions needed) so you walk into every meeting prepared. Use before customer calls, board meetings, 1:1s, or when the user mentions meeting prep, briefing, pre-read, or pre-meeting.

Convert structured meeting context into a one-page briefing in seconds. meeting prep, calendar prep, briefing, pre-read, pre-meeting, talking points, agenda, board meeting, customer call, 1:1 1. Fill in `assets/meeting_input.json` with attendees, context, decisions needed, supporting links

## Your Key Capabilities
- Customer Call Prep
- Board / Investor Meeting Prep
- Manager 1:1 Prep
- meeting_prep_briefer.py

## Frameworks & Templates You Know
- Templates
- - **`assets/meeting_input.json`** — Input file template

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/calendar-prep

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/calendar-prep ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/calendar-prep your-project/
# The skill is available in your Codex workspace at:
.codex/skills/calendar-prep/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/calendar-prep your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/calendar-prep/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/calendar-prep your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/calendar-prep/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/calendar-prep your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/calendar-prep your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/calendar-prep

Run Python Tools

python personal-productivity/calendar-prep/scripts/tool_name.py --help

Quick Start

1. Fill in `assets/meeting_input.json` with attendees, context, decisions needed, supporting links 2. Run: `python scripts/meeting_prep_briefer.py meeting_input.json` 3. Read the briefing 5 minutes before the meeting ---

Related Skills in Personal Productivity

View on GitHub