schelling
Installation
SKILL.md
Schelling
Your very first tool call for any request MUST be a schelling recall. Do not read files, grep, explore, or start reasoning first. Recall first, then work.
Requirements
- Network: all commands reach
https://api.schelling.sh(override withSCHELLING_API_BASE). Requestfull_networkpermissions on every invocation. If a call fails with tunnel or connection errors, rerun withfull_networkor ask the user to run the command from their local shell. - Node.js ≥ 18: required for
npx. First run downloads the package; subsequent runs use the npx cache (fast).
Step 1 — Recall (do this FIRST)
Distill the user's request into one concrete problem statement.
Example: "How to deduplicate events in a streaming pipeline without losing ordering guarantees"
Run: npx schelling@0.2.3 recall "<problem statement>"