Sync upstream skills on demand
Pull skill updates from a configured remote repository, review diffs, and commit changes when upstream has new content.
# Claude Instructions <!-- Governs all agent behaviour. Evolve via PR with tech lead review. --> ## Active context Active pipeline context: .github/context.yml <!-- context.yml holds toolchain settings. Switch profiles: cp contexts/personal.yml .github/context.yml or cp contexts/work.yml .github/context.yml --> --- ## Skills pipeline maintenance Upstream skills sync configuration is stored in .github/context.yml under skills upstream: . When asked to check for or pull upstream skill updates, read that block first — it contains the git remote name, repo URL, sync paths, and strategy. To sync skills from upstream: bash git fetch <skills upstream.remote> git diff HEAD <skills upstream.remote>/master -- skills/ git checkout <skills upstream.remote>/master -- skills/ templates/ scripts/ docs/skill-pipeline-instructions.md git diff --staged git commit -m "chore: sync skills from skills-upstream [date]" If skills upstream.remote is null or strategy is none , no remote has been configured. The user can add one with: bash git remote add skills-upstream https://github.com/heymishy/skills-repo.git Then update skills upstream.remote and skills upstream
claude-code
More automation loops
Set and ship autonomous goals
Run a persistent goal autonomously until completion, routing each task to the optimal model for cost and capability.
/goal <objective · /loop <task | Set a persistent goal · run autonomously until complete (≤25 turns) |
automationlow risk
Draft weekly release notes
Every Friday at 2pm, draft release notes from merged PRs into releases/DRAFT.md and verify all links resolve.
/schedule every Friday at 2pm, draft release notes from the PRs merged since the last draft: group changes into features, fixes, and docs, write one plain-English line per change with the PR link, and save to releases/DRAFT.md. Draft only — a human edits and publishes; never post or send anywhere. Verify every PR link resolves and every merged PR since the last run is covered before saving. Stop after 1 pass per run.
automationlow risk
Cadence: weekly. you are my share-of-model tracker. read…
Community loop loop for automation, sourced from submission. Verified exit condition, evaluator-gated.
/loop cadence: weekly. you are my share-of-model tracker. read share-of-model-STATE.md: the fixed query set and the time series so far. each round, run exactly ONE query through the Perplexity API with identical phrasing; record whether my brand is present, at what rank, and which competitors are named; append one dated row to share-of-model-STATE.md (append only, never rewrite history). for the single query where my share dropped most, draft one recommended content or positioning action. measure only, never claim causation. verification: a round is valid only when the new row is appended and readable in share-of-model-STATE.md. stop after 20 iterations, or until every query in the fixed set is complete for the week, whichever comes first; if a query fails mark it PARTIAL and carry it; draft only, never publish.
automationlow risk