一键导入
sync
Self-update — read the latest releases across the engine's whole surface (Anthropic, stack, services, practice), diff against the engine, adopt or propose
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Self-update — read the latest releases across the engine's whole surface (Anthropic, stack, services, practice), diff against the engine, adopt or propose
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | sync |
| description | Self-update — read the latest releases across the engine's whole surface (Anthropic, stack, services, practice), diff against the engine, adopt or propose |
| when_to_use | Use when self-updating the engine against upstream releases — reads the Anthropic/stack/services/practice release feeds per engine.json sync tiers, diffs findings against the engine, adopts mechanical wins, proposes the rest, and stamps sync dates. Triggers on: sync, what's new in claude code, refresh the engine, release sweep. |
| argument-hint | [anthropic|stack|services|practice|all] [--force] |
Kun configures the best of what exists rather than rebuilding it — which only works if it always knows what exists. /sync is that loop, across four tiers. Anchor: .claude/engine.json → sync.
The keyword sync in natural conversation ("are we current?", "sync the engine", "anything new in Next.js?") routes here — no slash needed.
| Tier | Surface | Cadence | Stamp |
|---|---|---|---|
| anthropic | Claude Code CHANGELOG · platform release notes · anthropic.com/news | 7 days | sync.anthropic |
| stack | Next.js · React · TypeScript · Tailwind · Prisma · shadcn/ui release surfaces | 14 days | sync.stack |
| services | Vercel · Neon · GitHub · Figma changelogs | 14 days | sync.services |
| practice | Agent-config craft: Anthropic engineering blog, AGENTS.md ecosystem, BMAD-method, high-signal community Claude Code configs | 30 days | sync.practice |
Exact URLs live in engine.json → sync.sources — when a source moves, fix it there, not here.
null = never synced). Nothing due → report per-tier freshness and stop.anthropic / stack / services / practice → that tier only.all → every tier. --force ignores staleness.gh api for GitHub releases)For each in-scope tier, extract only what is NEW since the tier's stamp and RELEVANT to the engine:
.claude/* dirs), models, permissions/sandbox, autonomy/long-horizon features, plan/billing changesSources of the form gh:owner/repo mean gh api repos/owner/repo/releases --jq '.[0:5] | .[] | {tag_name, published_at, body}' — cheaper and more structured than fetching release pages.
| Class | Meaning | Action |
|---|---|---|
| ADOPT-SAFE | Pure config/docs addition — no behavior risk, no spend, no team-workflow change | Apply now |
| ADOPT-DECIDE | Changes behavior, cost, dependencies, or how the team works — including any product version bump | /decide entry + GitHub issue (type:chore, label engine-upgrade); PushNotification Abdout if Type-1 |
| TRACK | Real but not useful to kun yet | Deferred list in docs/CONFIG-BENCHMARK.md |
Standing constraints veto adoption regardless of class:
engine.json → billing).claude/rules/github-workflow.md)docs/CONFIG-BENCHMARK.md)Stack findings diff against reality, not memory: product package.json versions + the rule corpus (.claude/rules/<domain>/, since: frontmatter). A breaking change with no matching rule → write the rule (ADOPT-SAFE). A version bump for products → ADOPT-DECIDE, executed via /package.
When the anthropic tier surfaces a new model (or a major Claude Code version), run the reverse pass: every rule, hook, gate, and fix-loop in the engine encodes an assumption about what the model couldn't do when it was written. Sample the highest-friction ones (fix loops with retry caps, mandatory verification passes, deny-list breadth) and ask: does the new model still need this scaffold? Propose removals as ADOPT-DECIDE — guardrails get retired, not just added. (Anthropic harness-engineering guidance, adopted 2026-07-10.)
bash .claude/scripts/build-plugin.sh)engine.json → sync.<tier> = today; tier anthropic also updates sync.claude_code_versiondocs/CONFIG-BENCHMARK.md → Adoption logchore(engine): sync <tiers> — <headline> + git pull --rebase origin main && git push origin mainOne table per synced tier — finding → class → action taken — then per-tier freshness ("anthropic 0d · stack 0d · services 12d · practice 21d").
/weekly Monday plan runs /sync first (due tiers only — usually just anthropic).Every in-scope tier stamped today, every finding classified, ADOPT-SAFE applied and committed, ADOPT-DECIDE escalated with a durable record.
Multi-slide bilingual brand carousels — Claude writes the deck, kun renders Anthropic-styled slides at exact platform sizes, a human approves, channels receive
Draft, stage, and publish brand social posts — Claude drafts, /higgs renders, a human approves, Hermes relays
Convert a file or URL to Markdown via MarkItDown (PDF, Office, images, audio, web)
Full pipeline — idea to production (chains every stage)
Autonomous block QA — detect, adversarially verify, fix safe tiers, hand the residual to a human
Technical spec — data model, file plan, refined acceptance criteria