One-click install
npx skills add https://github.com/christianvedels/claude-pa --skill week
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: week
Source: https://github.com/christianvedels/claude-pa/tree/main/.claude/skills/week
Command: npx skills add https://github.com/christianvedels/claude-pa --skill week

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts an exported calendar file into a clean, readable schedule for the next two weeks, so you can quickly see what’s coming and plan around it.

Core Features & Use Cases

  • Freshness-aware scheduling: Reuses the existing tracking/week.md if it was already updated today to avoid unnecessary reprocessing.
  • Calendar validation and setup guidance: Checks whether calendar integration is configured and whether a Python interpreter is available before attempting parsing.
  • Two-week schedule generation from export: Finds the most recent file in calendar_export/, runs _system/parse_calendar.py to produce the schedule, and writes the result back to tracking/week.md, including export metadata and last-updated timing.
  • Practical flags for attention: Highlights prep days, unusually packed days (3+ events), and potential free days that could absorb overdue work.

Quick Start

Run /week after you have exported your calendar into calendar_export/ and completed /setup if calendar integration is not configured.

Frequently Asked Questions about week

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

FAQPage Schema
How do I generate a two-week schedule from an exported calendar CSV?

To generate a two-week schedule, place your latest calendar export into the calendar_export/ directory and run the command. The system parses the most recently modified file and writes a clear, readable schedule to tracking/week.md.

What calendar export formats work for generating an upcoming schedule?

The schedule generation works with Outlook and CSV calendar exports. You must export your calendar and save the file into the calendar_export/ directory for the Python parser to process it into a two-week plan.

Do I need Python installed to parse my calendar export?

Yes, a Python interpreter is required to parse your calendar export. The system validates calendar integration and checks for Python availability before attempting to run the parsing script.

How does the tool avoid duplicating schedule processing if I run it twice?

The tool is freshness-aware and checks tracking/week.md before processing. If the schedule was already updated today, it reuses the existing file to avoid unnecessary reprocessing of your calendar export.

Can the schedule highlight busy days or free time for planning?

Yes, the generated schedule includes practical flags for attention. It highlights prep days, unusually packed days with three or more events, and potential free days that could absorb overdue work.

What happens if my calendar integration is not configured?

If calendar integration is not configured, the system provides setup guidance. You must complete the setup process before exporting your calendar data and generating the two-week schedule.