doc

Installation
SKILL.md

galmuri:doc — Document adapter

Prerequisites

  • scripts/preflight.sh passes.
  • skills/distill/ engine is installed.
  • scripts/record-asset.sh is 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
Installs
4
Repository
jazz1x/galmuri
GitHub Stars
3
First Seen
14 days ago