# Sync Skills

> Use when checking vendored skills for upstream updates, pulling or merging upstream changes into this repo, or re-baselining skills-lock.json after editing a vendored skill.

- **Type:** Skill
- **Install:** `agentstack add skill-noppu-labs-ai-toolkit-sync-skills`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [noppu-labs](https://agentstack.voostack.com/s/noppu-labs)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [noppu-labs](https://github.com/noppu-labs)
- **Source:** https://github.com/noppu-labs/ai-toolkit/tree/main/.claude/skills/sync-skills
- **Website:** https://noppu-labs.github.io/ai-toolkit/

## Install

```sh
agentstack add skill-noppu-labs-ai-toolkit-sync-skills
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Sync vendored skills with upstream

Prerequisites: `gh` CLI authenticated. Run everything from the repo root.

## Workflow

1. Run `npm run sync -- status`. States and what to do:
   - `up-to-date` — nothing to do.
   - `local` — our own skill, no upstream; nothing to sync.
   - `upstream-updated` — safe fast-forward: `npm run sync -- pull /`.
   - `locally-modified` — we edited since the last baseline. If the edits are intentional,
     `npm run sync -- accept /`.
   - `diverged` — both sides changed: merge manually (section below).
   - `fetch-error (...)` — upstream unreachable or moved; check `source`/`skillPath` in the
     plugin's `skills-lock.json` against the upstream repo.

2. After all changes: `npm run sync -- verify`, then commit with a message that
   lists which skills were pulled or merged and from which upstream commits.

## Manual merge for diverged skills

Never blind-overwrite a diverged skill — `pull --force` discards our customizations.

1. `npm run sync -- diff /` — full diff, vendored → upstream.
2. Identify which differences are OUR deliberate customizations
   (`git log -p -- /skills/` shows how the vendored copy evolved)
   versus genuine upstream improvements.
3. Edit the vendored files to incorporate the upstream improvements while preserving every
   local customization. Read both versions fully before editing.
4. Re-baseline BOTH sides: `npm run sync -- seed /`
   (`accept` only re-baselines the vendored hash and would leave the skill permanently
   flagged as upstream-updated).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [noppu-labs](https://github.com/noppu-labs)
- **Source:** [noppu-labs/ai-toolkit](https://github.com/noppu-labs/ai-toolkit)
- **License:** MIT
- **Homepage:** https://noppu-labs.github.io/ai-toolkit/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-noppu-labs-ai-toolkit-sync-skills
- Seller: https://agentstack.voostack.com/s/noppu-labs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
