# nuwa-skill (vendored upstream — fetched at deploy time) Atlas's `claw-boss-distiller` adapts the methodology from [`alchaincyf/nuwa-skill`](https://github.com/alchaincyf/nuwa-skill) (MIT). We **don't** vendor the 49 MB upstream repo into this repo because: - It's MIT, freely re-cloneable - It evolves separately - Keeps `assistant-claw` lean ## Fetch on deploy ```bash git clone --depth 1 https://github.com/alchaincyf/nuwa-skill.git \ skills/claw-boss-distiller/upstream ``` For air-gapped client deployments, mirror nuwa-skill into your private Gitea first (see `../ADAPTER.md` § "客户部署场景"). ## What we use from upstream - `references/extraction-framework.md` — the triple-verification methodology (kept verbatim) - `references/skill-template.md` — adapted, with `角色扮演规则` and `身份卡` sections removed (see `../ADAPTER.md`) ## What we add (lives in this repo, not upstream) - `../ADAPTER.md` — the nuwa→atlas conversion notes - `../boss_skill.seed.md` — Atlas-specific 5-layer seed template - `../demo/` — synthetic distillation demo run After the upstream clone, the `claw-boss-distiller` skill is ready to run.