From people-management
Gathers context from Slack, Gmail, Google Drive, Notion, and Google Calendar for specific meetings to produce structured prep briefs with attendee and topic details.
npx claudepluginhub techwolf-ai/ai-first-toolkitThis skill uses the workspace's default tool permissions.
> **Principle: "Narrow scope, high impact."** One meeting, one thorough brief. No guessing -- only sourced context.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Principle: "Narrow scope, high impact." One meeting, one thorough brief. No guessing -- only sourced context.
Gathers context from all connected sources for a specific upcoming meeting and produces a structured briefing.
/prep-one-on-one instead)If any MCP connector is unavailable, follow the connector unavailability protocol in ../../references/operating-principles.md.
If not specified, check Google Calendar for the next upcoming meeting.
If specified by name or time, search calendar for the matching event.
Extract from the calendar event:
If no matching meeting is found:
I couldn't find a meeting matching "[query]" on your calendar.
Could you clarify which meeting you mean? Your upcoming meetings are:
- [list next 5 meetings with times]
Read from manager-context/ (created by /setup):
manager-profile.md for team members and stakeholdersterminology.md for decoding any internal termssources.md for known data locationsIf manager-context doesn't exist, note this:
⚠️ No manager context found. Run /setup first for richer meeting prep.
Proceeding with what I can find from sources directly.
For each attendee, search across sources:
Slack:
Gmail:
Google Drive:
Notion:
From manager-context (if available):
Based on the meeting title, description, and agenda:
Identify key topics from the meeting title and description.
For each topic, search:
Search for prior instances of this meeting:
If found, extract:
Read references/output-template.md for the full output template structure.
Share the briefing and offer follow-up:
Here's your prep for [meeting]. Anything you'd like me to dig deeper on?
Read ../../references/operating-principles.md for shared operating principles (data scope, DM flagging, signals vs diagnoses, connector unavailability).
Additional notes specific to this skill:
/prep-one-on-one which has deeper team-member-specific logic.