timestamp

Community

Deterministic timestamps for filenames and logs.

Authorotrebu
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Generate deterministic timestamps in a fixed format to ensure consistent naming, logging, and auditing without relying on LLM-generated content.

Core Features & Use Cases

  • Deterministic Format: YYYYMMDDHHMMSS timestamps for stable naming.
  • Bash-Based: Minimal dependencies; runs in any POSIX shell.
  • Common Uses: Filenames, directories, log entries, and commit messages.

Quick Start

bash ./skills/timestamp/scripts/generate_timestamp.sh

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: timestamp
Download link: https://github.com/otrebu/agents/archive/main.zip#timestamp

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository