doc
Installation
SKILL.md
galmuri:doc — Document adapter
Prerequisites
scripts/preflight.shpasses.skills/distill/engine is installed.scripts/record-asset.shis executable.
Step 1: Alias detection + Audience
When triggered via shrink / 줄여줘 / 압축:
if [ ! -f ".galmuri/tmp/.warned-shrink" ]; then
echo "[deprecated] the 'shrink' trigger is routed to a context-based adapter. Scheduled for removal in a future release." >&2
touch ".galmuri/tmp/.warned-shrink"
fi
# source_tokens ≥ 80 AND ratio > 0.1 → doc runs; otherwise → delegate to another adapter
"Who is this document for? (e.g. the whole team, future-me, an external reviewer)"
Related skills