docs: standardize SKILL.md YAML frontmatter

Give every skill a consistent name/description/version/user-invocable header. Add missing frontmatter to date-time and ship-it; normalize systematic-enumeration name to kebab-case and version to semver.
This commit is contained in:
2026-06-17 22:19:14 -04:00
parent fc185e1121
commit 9674771c35
3 changed files with 18 additions and 6 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
# Skill Name: Current Date and Time Retrieval
---
name: date-time
description: Retrieves the exact current date and time for time-sensitive queries, scheduling, duration calculations, and validating chronological context.
version: 1.0.0
user-invocable: true
---
# Current Date and Time Retrieval
## Purpose
Enables the assistant to retrieve the exact, real-time current date and time when addressing time-sensitive queries, scheduling tasks, calculating durations, or validating chronological context.