setup-ystack
Installation
SKILL.md
Setup ystack
Portability (required)
- Read
../pstack/references/capability-contract.md,../pstack/references/model-override.schema.json, and the active adapter. - Prefer the ystack-named override beside the active agent:
- Cursor:
~/.cursor/rules/ystack-models.mdcor a project.cursor/rules/file; - Codex:
~/.codex/rules/ystack-models.md; - Claude Code / generic: a host-supported user rule or
~/.agents/ystack-models.md.
- Cursor:
- Read legacy files as fallback when the preferred file does not exist:
pstack-models.mdc/pstack-models.md;- Codex may also honor
codex-pstack-models.md.
- Never invent model slugs. Write only slugs confirmed available in this session.
- Validate with
python3 scripts/validate_model_override.py <path>when the script is available; otherwise self-check against the schema.
Goal
Write a ystack model override that maps model_role values and panel arrays to host models. Missing roles and values set to inherit-parent or auto inherit the parent session behavior.