Skip to content

Commit ed8549c

Browse files
gtrabancoclaude
andcommitted
docs(readme): add #inheritance install option to the Install section (EN/ES)
Also refresh the pinning example to the current release tag. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 4ac2c07 commit ed8549c

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.es.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,12 @@ npx skills list
345345
npx skills update
346346
npx 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
```

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,12 @@ npx skills list
334334
npx skills update
335335
npx 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
```

0 commit comments

Comments
 (0)