Agent skill
_assistant-calendar
Calendar assistant. Meeting prep, day shape analysis, and post-meeting reflection.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/assistant-calendar
SKILL.md
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
- Read
$VAULT/00_Brain/Systemic/Config/config.yaml - Get
calendar.providervalue (e.g.,ekctl) - Load provider instructions from references/providers/{provider}.md
- Execute provider to fetch events for the target date
- 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
- Daily | Weekly | Quarterly | Yearly
Protocol
Follow @_specs/output-format and @_specs/knowledge-model.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?