mem_pin
Prevent critical skills from decaying or being archived by pinning them, or unpin when no longer needed. Use for rare but vital rules like deploy gates or safety constraints.
Instructions
Pin a skill so it never decays and is never archived, or unpin it. For a rule that matters precisely because it is rarely needed — a deploy gate, a safety constraint — where rarity is the point and decay would read it as irrelevance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Skill slug to pin. | |
| pinned | No | true to pin (default), false to unpin. |