get-dates

Resolves natural language dates to formatted output with metadata.

4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/BugRoger/2bd --skill get-dates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-dates
Source: https://github.com/BugRoger/2bd/tree/main/.claude/skills/_sub/fetch/get-dates
Command: npx skills add https://github.com/BugRoger/2bd --skill get-dates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies date calculations by resolving various user inputs into a standardized date format required for planning rituals.

Core Features & Use Cases

  • Flexible Date Input: Accepts natural language (today, tomorrow, next monday) and specific dates (YYYY-MM-DD).
  • Comprehensive Date Fields: Outputs day name, week number, month, quarter, and year.
  • Use Case: When preparing for daily planning, you can simply say "tomorrow" and the Skill will provide all necessary date information for that day.

Quick Start

Use the get-dates skill to resolve the date for tomorrow.

Frequently Asked Questions about get-dates

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

FAQPage Schema
How do I resolve natural language dates like tomorrow or next monday for scheduling automation?

This Skill resolves natural language dates for scheduling automation by accepting inputs like 'today', 'tomorrow', and weekdays, converting them into a standardized structured JSON format containing the day name, ISO week, month, quarter, and year.

What is the best way to parse YYYY-MM-DD inputs for planning rituals?

Parsing YYYY-MM-DD inputs for planning rituals is handled directly by this Skill, which processes absolute date formats and outputs structured data including temporal relationship flags relative to the current day.

Can I get ISO week numbers and quarter details from a relative date input?

You can get ISO week numbers and quarter details from relative date inputs because the Skill generates structured JSON output that explicitly includes the day name, week number, month, quarter, and year.

Does date resolution for time planning require specific date formats or can it handle weekdays?

Date resolution for time planning handles both absolute 'YYYY-MM-DD' formats and flexible natural language relative dates such as 'today', 'tomorrow', and weekdays without requiring a specific format.

How do I calculate temporal relationships to today when preparing daily schedules?

Calculating temporal relationships to today when preparing daily schedules is done by processing target date inputs to generate explicit temporal relationship flags in the JSON output comparing the target to the current date.