From claude-resources
Merges current Git branch into target branch, pushes to remote if exists, fetches target first to avoid staleness, then returns to original branch.
npx claudepluginhub takazudo/claude-resources<target-branch>This skill is limited to using the following tools:
> **DO NOT auto-invoke this skill.** This merges and pushes to a remote branch. Always ask for user confirmation before proceeding.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
DO NOT auto-invoke this skill. This merges and pushes to a remote branch. Always ask for user confirmation before proceeding.
Merge the current branch into a specified target branch, push if remote exists, then return to the original branch. The source branch remains intact. The target branch is automatically fetched and updated from the remote before merging to avoid stale-branch issues.
Run the bundled script:
bash $HOME/.claude/skills/sync-to/scripts/sync-to.sh $ARGUMENTS
Report the script output to the user verbatim. Do not add extra commentary unless there was an error.
If the script exits with a merge conflict error, immediately stop and ask the user to use /sync-force-to instead. Do not attempt to resolve conflicts manually.