← ClaudeAtlas

engine-drop-operator-pinlisted

Remove a standing preference the operator previously asked to remember.
StarshipSuperjam/engine-template · ★ 0 · AI & Automation · score 64
Install: claude install-skill StarshipSuperjam/engine-template
<!-- GENERATED by .engine/tools/codex_gen.py from .claude/skills/engine-drop-operator-pin/SKILL.md — edit that source and regenerate; never edit this file by hand. --> ## Steps 1. Only when the operator explicitly asks, first run `uv run --directory .engine --frozen -- python tools/accepted_hook_dispatch.py ensure --root ..`, then remove the named pin through the accepted attended boundary: `uv run --directory .engine --frozen -- python tools/accepted_hook_dispatch.py attended --root .. --script .engine/tools/memory/pins.py --operation attended-pin-remove -- remove <record-id>`. It stops being surfaced but stays recoverable.