Agent skill · AI & Agents

response-timestamps

Automatically adds timestamps and execution duration to all Claude responses

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill response-timestamps --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/response-timestamps/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Purpose
  2. Rules
  3. At Response Start
  4. At Response End
  5. Format Requirements
  6. Example
  7. Exceptions
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going