temporal-awareness — community temporal-awareness, rust-devagent-loop-template, community, ide skills, Claude Code, Cursor, Windsurf

v0.0.1
GitHub

About this Skill

Perfect for AI Agents like Claude Code needing precise temporal information handling and date-sensitive query management. A rust template repo implementing a strict back pressure loop for Claude Code

patrykgz patrykgz
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The temporal-awareness skill by patrykgz is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for AI Agents like Claude Code needing precise temporal information handling and date-sensitive query management.

Core Value

Empowers agents to verify temporal information using Unix commands, ensuring accuracy with GNU date and BSD date syntax compatibility, and providing real-time date and time information

Capabilities Granted for temporal-awareness

Verifying system prompt dates for accuracy
Handling date-sensitive queries with precision
Executing Unix commands for real-time temporal data

! Prerequisites & Limits

  • Requires Unix command-line interface access
  • Dependent on GNU date or BSD date installation
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

temporal-awareness

Install temporal-awareness, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Temporal Awareness

Claude's system prompt date may be stale or unavailable. Always verify temporal information using Unix commands before responding to date-sensitive queries.

Example Commands

GNU date (Linux) and BSD date (macOS, FreeBSD) have different syntax. You can check which is installed:

bash
1if date --version >/dev/null 2>&1 ; then 2 echo GNU date 3else 4 echo BSD date 5fi 6

Get current date/time

bash
1# Works on both GNU date and BSD date 2date # Full date and time 3date +%Y-%m-%d # ISO format: 2025-01-15 4date +%A # Day of week: Wednesday 5date "+%B %d, %Y" # January 15, 2025

Find day of week for any date

bash
1# GNU date 2date -d "2025-03-15" +%A # From ISO date: Saturday 3date -d "March 15, 2025" +%A # From natural language: Saturday 4date -d "next Friday" +%A # Relative: Friday 5date -d "last Monday" +%A # Relative: Monday 6 7# BSD date 8date -j -f "%Y-%m-%d" "2025-03-15" +%A # From ISO date: Saturday 9date -j -f "%B %d, %Y" "March 15, 2025" +%A # From natural language: Saturday 10date -v +fri +%A # Next Friday: Friday 11date -v -mon +%A # Last Monday: Monday

Date arithmetic

bash
1# GNU date 2date -d "+7 days" +%Y-%m-%d # 7 days from now 3date -d "-2 weeks" +%A # Day of week 2 weeks ago 4date -d "2025-06-01 +30 days" +%Y-%m-%d # 30 days after June 1 5 6# BSD date 7date -v +7d +%Y-%m-%d # 7 days from now (-v: adjust) 8date -v -2w +%A # Day of week 2 weeks ago 9date -j -f "%Y-%m-%d" -v +30d "2025-06-01" +%Y-%m-%d # 30 days after June 1

Days between dates

bash
1# GNU date 2echo $(( ($(date -d "2025-12-31" +%s) - $(date -d "2025-01-01" +%s)) / 86400 )) # 364 3 4# BSD date 5echo $(( ($(date -j -f "%Y-%m-%d" "2025-12-31" +%s) - $(date -j -f "%Y-%m-%d" "2025-01-01" +%s)) / 86400 )) # 364

When to Use

Run date first before answering the user or writing date-aware outputs:

  • User asks what today's date or day is
  • Use asks what day of the week a date falls on
  • User needs to calculate deadlines or durations
  • User asks about time until/since an event
  • Output works with schedules, meetings, deadlines, or events
  • Output needs any temporal context for the task

Example

User: "What day of the week is July 4th, 2026?"

bash
1#GNU Date 2date -d "July 4, 2026" +%A 3 4# BSD Date 5date -j -f "%B %d, %Y" "July 4, 2026" +%A 6 7# Output: Saturday

Then respond: "July 4th, 2026 falls on a Saturday."

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is temporal-awareness?

Perfect for AI Agents like Claude Code needing precise temporal information handling and date-sensitive query management. A rust template repo implementing a strict back pressure loop for Claude Code

How do I install temporal-awareness?

Run the command: npx killer-skills add patrykgz/rust-devagent-loop-template/temporal-awareness. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for temporal-awareness?

Key use cases include: Verifying system prompt dates for accuracy, Handling date-sensitive queries with precision, Executing Unix commands for real-time temporal data.

Which IDEs are compatible with temporal-awareness?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for temporal-awareness?

Requires Unix command-line interface access. Dependent on GNU date or BSD date installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add patrykgz/rust-devagent-loop-template/temporal-awareness. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use temporal-awareness immediately in the current project.

Related Skills

Looking for an alternative to temporal-awareness or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI