First-party Piclaw packaging of Rob Zolkos's MIT-licensed pi-skill-model-effort extension.
This add-on honors optional skill frontmatter keys at runtime:
model — temporarily switches to the requested model while the skill runseffort — temporarily sets Piclaw/Pi thinking level while the skill runsthinking — native synonym for efforteffort and thinking are mutually exclusive. If both are present, the add-on leaves thinking unchanged and shows a warning.
---
name: code-review
description: Review code for correctness and maintainability.
model: anthropic/claude-sonnet-4-5
effort: high
---Supported thinking values: off, minimal, low, medium, high, xhigh. max is accepted as an alias for xhigh.
/skill:name invocations apply the override as soon as Piclaw receives the raw slash command.SKILL.md; the next LLM turn in the same run uses the override.model: inherit is treated as no model override.pi-skill-model-effortLICENSE.upstreamREADME.upstream.md