response-timestamps
Automatically adds timestamps and execution duration to all Claude responses
npx skills add majiayu000/claude-skill-registry --skill response-timestamps --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Response Timestamp Guardrail ## Purpose Ensure all Claude responses include start timestamp, end timestamp, and execution duration for tracking and accountability. ## Rules ### At Response Start Begin every response with: ``` 🕒 Response Started: [YYYY-MM-DD HH:MM:SS TIMEZONE] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ``` ### At Response End End every response with: ``` ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🕒 Response Completed: [YYYY-MM-DD HH:MM:SS TIMEZONE] ⏱️ Execution Duration: [X minutes Y seconds] ``` ### Format Requirements - Use ISO 8601 format: `YYYY-MM-DD HH:MM:SS TIMEZONE` - Always include timezone (PST, UTC, EST, UTC, etc.) - Calculate duration from start to completion - Use emojis for visual clarity (🕒 for time, ⏱️ for duration) - Include separator lines for visual distinction ### Example ``` 🕒 Response Started: 2025-12-07 14:30:45 PST ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Response content here] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🕒 Response Completed: 2025-12-07 14:32:18 PST ⏱️ Execution Duration: 1 minute 33 seconds ``` ## Exceptions None - this applies to ALL responses witho
- Purpose
- Rules
- At Response Start
- At Response End
- Format Requirements
- Example
- Exceptions
What does the response-timestamps skill do?
Automatically adds timestamps and execution duration to all Claude responses
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill response-timestamps --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
