From 7a834f2a9ae627ae46b3311d679605b782204f31 Mon Sep 17 00:00:00 2001 From: vitya Date: Fri, 1 May 2026 10:22:54 +0300 Subject: [PATCH] feat(pulling-before-work): scaffold skill frontmatter --- skills/pulling-before-work/SKILL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 skills/pulling-before-work/SKILL.md diff --git a/skills/pulling-before-work/SKILL.md b/skills/pulling-before-work/SKILL.md new file mode 100644 index 0000000..23d0003 --- /dev/null +++ b/skills/pulling-before-work/SKILL.md @@ -0,0 +1,16 @@ +--- +name: pulling-before-work +version: 1.0.0 +description: > + Pulls the current branch from origin once at session start and on explicit + re-sync requests. Use when CLAUDE.md contains the trigger line "pull remote + before work", or when the user says "sync", "resync", "pull", "обнови репо", + "git pull please", or close variants asking to refresh from the remote. + Runs `git pull --ff-only` — never auto-merges or rebases. Stays silent in + non-git folders. Prints one informational line and exits when there is no + origin remote, no upstream tracking, the working tree is dirty, or HEAD is + detached. Does not stash, commit, or push. Activated by `project-bootstrap` + v1.4.0+ via the canonical CLAUDE.md template. +--- + +# pulling-before-work