skill-model-effort
extension
Honor model, effort, and thinking frontmatter on Piclaw skills
modelsruntimeskillsthinking
Open Settings → Add-Ons and pick skill-model-effort
Source: addons/skill-model-effort

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:

effort and thinking are mutually exclusive. If both are present, the add-on leaves thinking unchanged and shows a warning.

Skill frontmatter example

yaml
---
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.

Behavior

Upstream