repo-sync-steward
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/frankxai/frankx.ai-vercel-website --skill repo-sync-steward
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Repo Sync Steward
Scope
Keep the website repo aligned with the main FrankX content and site code without dragging in local tooling or internal docs.
Workflow
- Fetch and inspect targets
- Confirm remotes:
origin(FrankX) andvercel-website(site repo). - Fetch the target branch before syncing.
- Prepare clean source commits
- Stage only website-relevant paths:
content/blog/**public/rss.xmllib/**andapp/**links that reference blog slugsnext.config.jsredirects (if slugs changed)
- Avoid:
.claude/,.tina/,.shared/,docs/,notes.md,task_plan.md.
- Apply to target safely
- Use a worktree for
vercel-website/<branch>to avoid dirty state. - Cherry-pick the prepared commits; resolve conflicts minimally.
- Validate
- Run
node scripts/validate-blog-frontmatter.jsif available. - Regenerate RSS with
node scripts/generate_feed.mjs. - Scan for old slugs:
rg -n "/blog/0[0-9]-"and ensure redirects exist.
- Push + record
- Push to
vercel-website/<branch>. - Log what was synced (commit IDs + key files) in a brief note.