sync-with-nowstack
GitHub用于将项目分支与 NowStack 官方样板代码同步,保留本地修改。支持合并或变基模式,自动备份并处理冲突,确保更新安全。
Trigger Scenarios
Install
npx skills add Melvynx/Parler --skill sync-with-nowstack -g -y
SKILL.md
Frontmatter
{
"name": "sync-with-nowstack",
"description": "Sync an app fork with the latest NowStack boilerplate changes from melvynx\/nowstack. Use when the user types \/sync-with-nowstack, asks to pull the latest NowStack changes, or wants to update a fork from the boilerplate.",
"argument-hint": "[--dry-run] [--rebase] [--merge] [--remote <name>] [--repo <owner\/name-or-url>] [--branch <name>] [--allow-dirty] [--no-install] [--no-verify]"
}
Sync With NowStack
<when_to_use> Use this workflow when:
- The user types
/sync-with-nowstack. - A project fork needs the latest boilerplate fixes/features from
melvynx/nowstack. - A collaborator has access to the canonical repository and wants to merge those changes into their app.
Do not use this for normal feature branches that should only pull from their own app repository. </when_to_use>
<quick_start> Run the bundled script from the repository root:
.agents/skills/sync-with-nowstack/scripts/sync-with-nowstack.sh
Common options:
.agents/skills/sync-with-nowstack/scripts/sync-with-nowstack.sh --dry-run
.agents/skills/sync-with-nowstack/scripts/sync-with-nowstack.sh --rebase
.agents/skills/sync-with-nowstack/scripts/sync-with-nowstack.sh --branch main
.agents/skills/sync-with-nowstack/scripts/sync-with-nowstack.sh --repo your-org/nowstack
</quick_start>
<repo_access>
The canonical repository is expected to be available at https://github.com/melvynx/nowstack.git.
If GitHub returns Repository not found, confirm the collaborator has access or pass an accessible repo with --repo owner/name or --repo https://github.com/owner/name.git.
</repo_access>
Version History
- 1aaa38b Current 2026-08-20 07:35


