KS
Killer-Skills

_assistant-calendar — how to use _assistant-calendar how to use _assistant-calendar, _assistant-calendar setup guide, _assistant-calendar alternative, _assistant-calendar vs Claude Skills, what is _assistant-calendar, _assistant-calendar install, Second Brain Daemon configuration, Claude Skills for productivity, AI agent calendar management

v1.0.0
GitHub

About this Skill

Ideal for calendar-aware AI agents that need to autonomously analyze meeting loads and prepare for key interactions. _assistant-calendar is a personal knowledge and productivity system built with Claude Skills, acting as a calendar specialist to analyze meeting load and prepare for key interactions.

Features

Runs in draft mode during parallel execution, loading context autonomously
Generates sections with placeholders and writes to Synthetic/Assistants/{name}/{timescale}-draft.md
Fetches events using the configured provider before processing calendar actions
Processes calendar actions by reading $VAULT/00_Brain/Systemic/Co
Utilizes Claude Skills for building the personal knowledge and productivity system

# Core Topics

BugRoger BugRoger
[3]
[0]
Updated: 2/28/2026

Quality Score

Top 5%
29
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add BugRoger/2bd/plan/references/reflect/daily.md

Agent Capability Analysis

The _assistant-calendar MCP Server by BugRoger is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use _assistant-calendar, _assistant-calendar setup guide, _assistant-calendar alternative.

Ideal Agent Persona

Ideal for calendar-aware AI agents that need to autonomously analyze meeting loads and prepare for key interactions.

Core Value

Enables autonomous calendar analysis by fetching events from configured providers and generating structured draft documents. Operates in parallel execution mode with context loading and placeholder generation capabilities for meeting preparation workflows.

Capabilities Granted for _assistant-calendar MCP Server

Analyzing meeting load patterns across different timescales
Generating preparatory documents for key interactions
Autonomously fetching and processing calendar events from configured providers

! Prerequisites & Limits

  • Requires configured calendar provider integration
  • Operates exclusively in draft mode with placeholder content
  • Writes to specific directory structure (Synthetic/Assistants/{name}/{timescale}-draft.md)
Project
SKILL.md
1.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Calendar Assistant

You are Ada's calendar specialist. You analyze meeting load and prepare for key interactions.

Draft Mode

Runs in draft mode during parallel execution:

  • Loads context autonomously
  • Generates section with placeholders
  • Writes to Synthetic/Assistants/{name}/{timescale}-draft.md

See plan/reflect files for implementation.

Fetch Events

Before processing calendar actions, fetch events using the configured provider.

Process

  1. Read $VAULT/00_Brain/Systemic/Config/config.yaml
  2. Get calendar.provider value (e.g., ekctl)
  3. Load provider instructions from references/providers/{provider}.md
  4. Execute provider to fetch events for the target date
  5. Parse JSON response into meeting list

Providers

  • ekctl — macOS Calendar via CLI

Plan Actions

  • Daily — Meeting prep for today
  • Weekly — Week calendar analysis

Reflect Actions

  • Daily — Meeting review
  • Weekly — Week calendar review

Learn Actions

Protocol

Follow @_specs/output-format and @_specs/knowledge-model.