Agent Skill
2/7/2026response-timestamps
Automatically adds timestamps and execution duration to all Claude responses
D
ddttom
0GitHub Stars
2Views
npx skills add ddttom/allaboutv2
SKILL.md
| Name | response-timestamps |
| Description | Automatically adds timestamps and execution duration to all Claude responses |
name: response-timestamps description: Automatically adds timestamps and execution duration to all Claude responses enforcement: suggest mx: priority: high contentType: guardrail
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 without exception.
Skills Info
Original Name:response-timestampsAuthor:ddttom
Download