File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -345,8 +345,12 @@ npx skills list
345345npx skills update
346346npx skills remove plan-feature
347347
348+ # Sin fijar modelos — cada skill hereda el modelo y esfuerzo de TU sesión
349+ # (mismas skills, auto-sincronizada con latest; ideal para agentes no-Claude):
350+ npx skills add gtrabanco/agentic-workflow#inheritance
351+
348352# Pinear una versión: instala desde un release etiquetado (o cualquier tag/rama) con #<ref>:
349- npx skills add gtrabanco/agentic-workflow#release-2026-06-19
353+ npx skills add gtrabanco/agentic-workflow#release-2026-07-02
350354# …luego `npx skills experimental_install` restaura el conjunto exacto desde skills-lock.json.
351355# Ver CHANGELOG.es.md → "Instalar y pinear una versión" para cómo funciona el pinning.
352356```
Original file line number Diff line number Diff line change @@ -334,8 +334,12 @@ npx skills list
334334npx skills update
335335npx skills remove plan-feature
336336
337+ # No model pinning — every skill inherits YOUR session's model and effort
338+ # (same skills, auto-synced to latest; ideal for non-Claude agents):
339+ npx skills add gtrabanco/agentic-workflow#inheritance
340+
337341# Pin a version: install from a tagged release (or any tag/branch) with #<ref>:
338- npx skills add gtrabanco/agentic-workflow#release-2026-06-19
342+ npx skills add gtrabanco/agentic-workflow#release-2026-07-02
339343# …then `npx skills experimental_install` restores the exact set from skills-lock.json.
340344# See CHANGELOG.md → "Installing & pinning a version" for how pinning works.
341345```
You can’t perform that action at this time.
0 commit comments