repo-sync-steward
Installation
SKILL.md
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.