From c3720f33a0c332edbe1580b037cc8d43e179b05f Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 17 Jun 2026 22:26:42 -0400 Subject: [PATCH] docs: add author field to all SKILL.md frontmatters --- skills/date-time/SKILL.md | 1 + skills/docs-sync-audit/SKILL.md | 1 + skills/git-publish-workflow/SKILL.md | 1 + skills/readme-sync-audit/SKILL.md | 1 + skills/ship-it/SKILL.md | 1 + skills/systematic-enumeration/SKILL.md | 1 + skills/technical-devlog-scribe/SKILL.md | 1 + 7 files changed, 7 insertions(+) diff --git a/skills/date-time/SKILL.md b/skills/date-time/SKILL.md index e9877cb..a3ac53e 100644 --- a/skills/date-time/SKILL.md +++ b/skills/date-time/SKILL.md @@ -3,6 +3,7 @@ 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 +author: Rootiest --- # Current Date and Time Retrieval diff --git a/skills/docs-sync-audit/SKILL.md b/skills/docs-sync-audit/SKILL.md index 53c531c..c7966a6 100644 --- a/skills/docs-sync-audit/SKILL.md +++ b/skills/docs-sync-audit/SKILL.md @@ -3,6 +3,7 @@ name: docs-sync-audit description: Analyzes repository delta since the last documentation update and synchronizes the Single Source of Truth (docs/, wiki, or README) with the current codebase state. version: 1.3.0 user-invocable: true +author: Rootiest --- # Documentation Synchronization & Audit Skill diff --git a/skills/git-publish-workflow/SKILL.md b/skills/git-publish-workflow/SKILL.md index 90e81d3..69dd462 100644 --- a/skills/git-publish-workflow/SKILL.md +++ b/skills/git-publish-workflow/SKILL.md @@ -3,6 +3,7 @@ name: git-publish-workflow description: Automates branching, conventional commits, testing, and PR creation for uncommitted or staged work. version: 1.1.0 user-invocable: true +author: Rootiest --- # Git Publish & PR Workflow diff --git a/skills/readme-sync-audit/SKILL.md b/skills/readme-sync-audit/SKILL.md index b40d07d..b7f7bc0 100644 --- a/skills/readme-sync-audit/SKILL.md +++ b/skills/readme-sync-audit/SKILL.md @@ -3,6 +3,7 @@ name: readme-sync-audit description: Analyzes repository delta since the last documentation update and synchronizes the README.md with the current codebase state. version: 1.2.0 user-invocable: true +author: Rootiest --- # README Synchronization & Audit Skill diff --git a/skills/ship-it/SKILL.md b/skills/ship-it/SKILL.md index 0b9779a..4da824e 100644 --- a/skills/ship-it/SKILL.md +++ b/skills/ship-it/SKILL.md @@ -3,6 +3,7 @@ name: ship-it description: Runs a comprehensive pre-flight audit, syncs the README, and publishes the changes to a new PR. version: 1.0.0 user-invocable: true +author: Rootiest --- # /ship-it diff --git a/skills/systematic-enumeration/SKILL.md b/skills/systematic-enumeration/SKILL.md index 2575098..efdc52b 100644 --- a/skills/systematic-enumeration/SKILL.md +++ b/skills/systematic-enumeration/SKILL.md @@ -3,6 +3,7 @@ name: systematic-enumeration description: Forces element-by-element verification for finite sets to prevent counting errors. version: 1.0.0 user-invocable: true +author: Rootiest --- # Systematic Enumeration & Verification Skill diff --git a/skills/technical-devlog-scribe/SKILL.md b/skills/technical-devlog-scribe/SKILL.md index 1c1de46..c0f77f3 100644 --- a/skills/technical-devlog-scribe/SKILL.md +++ b/skills/technical-devlog-scribe/SKILL.md @@ -3,6 +3,7 @@ name: technical-devlog-scribe description: Generates a highly structured, objective technical summary of a development session. version: 1.0.0 user-invocable: true +author: Rootiest --- # SKILL: Technical Devlog Scribe