Skip to content

Add claude-time plugin#364

Open
nexusbuildsai wants to merge 1 commit intorohitg00:mainfrom
nexusbuildsai:add-claude-time
Open

Add claude-time plugin#364
nexusbuildsai wants to merge 1 commit intorohitg00:mainfrom
nexusbuildsai:add-claude-time

Conversation

@nexusbuildsai
Copy link
Copy Markdown

@nexusbuildsai nexusbuildsai commented May 3, 2026

Adding claude-time to the All Plugins list.

What it does: Zero-config Claude Code plugin that injects live local time + timezone into every prompt via a UserPromptSubmit hook, and stamps every Claude response with [HH:MM AM/PM TZ] so you can see when each message landed (useful when long tasks stall).

Why: Claude has no clock. Without help it'll say "let's deploy tonight" at 9 AM, or reference "this morning" at 11 PM, by guessing from stale context. This is a 30-line shell hook that fixes it.

Repo: https://github.com/nexusbuildsai/claude-time

License: MIT
Dependencies: jq (preinstalled on macOS, apt install jq on Linux). No Python, Node, Docker, API keys.

Inserted alphabetically in the claude-* cluster after claude-sounds.

Summary by CodeRabbit

  • Documentation
    • Added documentation for the "claude-time" plugin, which injects live local time and timezone information into prompts and appends timestamps to responses.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 3, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8faaaada-1640-46f0-b7c4-d2b54bbd8305

📥 Commits

Reviewing files that changed from the base of the PR and between 659efb0 and 4e78355.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

This PR adds a single entry to the README.md plugins list documenting a "claude-time" plugin that injects local time and timezone information into prompts via the UserPromptSubmit hook and appends timestamps to responses.

Changes

Plugin Documentation

Layer / File(s) Summary
Documentation
README.md
Added "claude-time" plugin entry to the Plugins list with description of time injection and response timestamping behavior.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • Add idle-timing plugin #295: Both PRs add README entries for plugins that inject local time into prompts via the UserPromptSubmit hook with similar time-aware behavior.

Poem

🐰 Tick-tock, the time flows deep,
Through prompts while mortals sleep,
A rabbit's gift of temporal grace,
Timestamps bloom in every place!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title accurately describes the main change—adding a new claude-time plugin entry to the README documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

Warning

⚠️ This pull request might be slop. It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant