One-click install
npx skills add https://github.com/corey-alix/dwp-hours --skill calendar-day-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Calendar Day Assistant
Source: https://github.com/corey-alix/dwp-hours/tree/main/.github/skills/calendar-day-assistant
Command: npx skills add https://github.com/corey-alix/dwp-hours --skill calendar-day-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps determine the day of the week for any date in 2026, specifically to identify weekdays versus weekends, which is crucial for testing calendar interactions where only weekdays are clickable.

Core Features & Use Cases

  • Weekday/Weekend Identification: Quickly ascertain if a given date in 2026 falls on a weekday or weekend.
  • E2E Test Support: Essential for writing robust end-to-end tests that interact with calendar components, ensuring tests only attempt to click on valid (weekday) dates.
  • Date Validation: Assists in validating dates for PTO requests or other calendar-dependent features.

Quick Start

Tell me if March 15, 2026 is a weekday or weekend.

Frequently Asked Questions about Calendar Day Assistant

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

FAQPage Schema
How do I determine if a date in 2026 is a weekday or weekend for calendar testing?

To determine if a 2026 date is a weekday or weekend for calendar testing, this Skill calculates the exact day of the week for any given date in 2026 using a fixed reference point and modular arithmetic.

Can I validate PTO request dates against 2026 weekends and weekdays?

Yes, you can validate PTO request dates by using this tool to check whether a specific date in 2026 falls on a weekend or a weekday, ensuring time off requests align with valid working days.

What is the best way to check if a 2026 calendar date is clickable in E2E tests?

The best way to check if a 2026 calendar date is clickable in E2E tests is to verify the date is a weekday, as this Skill distinguishes weekdays from weekends to prevent test scripts from attempting to click disabled weekend dates.

Does this date calculator work for years other than 2026?

No, this date calculator does not work for years other than 2026. It relies on a specific fixed reference date of February 6, 2026, to accurately perform its weekday and weekend calculations for that year alone.

Why do I need to check weekdays versus weekends for end-to-end testing?

You need to check weekdays versus weekends for end-to-end testing because calendar components often disable weekend dates, making them unclickable. Validating dates prevents automated test failures when interacting with calendar UI elements.