Proposal Temporal
The proposal-temporal tool provides standard objects and functions for working with dates and times in JavaScript, making it easier to handle complex temporal operations.
- •When building a scheduling or calendar application that requires precise date and time handling
- •When working with internationalized date and time formats
- •When needing to perform complex temporal calculations, such as calculating time zones or daylight saving time
Create a new Temporal.PlainDateTime object and calculate the time in a specific time zone: const dateTime = Temporal.PlainDateTime.from('2022-07-25T14:30:00'); const timeZone = 'America/New_York'; const zonedDateTime = dateTime.toZonedDateTime(timeZone); console.log(zonedDateTime.toString());Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/proposal-temporal && curl -fsSL https://workflowstacks.com/api/skills/proposal-temporal/claude-skill -o ~/.claude/skills/proposal-temporal/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
What's inside — free to inspect
Read the entire source before you build — unlike paid marketplaces that hide it behind a buy button.
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/proposal-temporal && curl -fsSL https://workflowstacks.com/api/skills/proposal-temporal/claude-skill -o ~/.claude/skills/proposal-temporal/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.