summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-25 09:17:02 +0300
committerPaul Buetow <paul@buetow.org>2026-05-25 09:17:02 +0300
commitd36a54cf64b2527370f5e996449c3127ba3aadcc (patch)
tree59d34b2f187464d1c49ae200f8ec4987e10b414d
parent9ac61087ecdd97fe67c8217c1a8c1b6d361ef2ef (diff)
sync skills: rename sync-skills to commit-skills
-rw-r--r--prompts/skills/commit-skills/SKILL.md (renamed from prompts/skills/sync-skills/SKILL.md)6
1 files changed, 3 insertions, 3 deletions
diff --git a/prompts/skills/sync-skills/SKILL.md b/prompts/skills/commit-skills/SKILL.md
index 3de5b04..be92877 100644
--- a/prompts/skills/sync-skills/SKILL.md
+++ b/prompts/skills/commit-skills/SKILL.md
@@ -1,9 +1,9 @@
---
-name: sync-skills
-description: "Check for untracked or changed skill files in the skills directory, summarize the changes, and commit and push them to git. Use when asked to sync skills, push skills, commit skills, or check for pending skill changes. Triggers on: sync skills, push skills, commit skills, skill changes, pending skills."
+name: commit-skills
+description: "Check for untracked or changed skill files in the skills directory, summarize the changes, and commit and push them to git. Use when asked to commit skills, push skills, sync skills, or check for pending skill changes. Triggers on: commit skills, push skills, sync skills, skill changes, pending skills."
---
-# Sync Skills
+# Commit Skills
Detect untracked and changed skill files in `~/git/dotfiles/prompts/skills/`, summarize the changes, then commit and push everything.