{
  "schema": "snappy-card/1",
  "skill": "snappy-chain",
  "tier": "public",
  "origin_tier": "base",
  "purpose": "Where `snappy-channel-contract` gives uniform hands and eyes across every channel, `snappy-chain` turns sensed events into action. Cron-safe, dedup-enforced, channel-agnostic handlers.",
  "verbs": [],
  "faces": [],
  "agents": [],
  "uses": [],
  "used_by": [],
  "checks": {
    "pass": 31,
    "fail": 3,
    "defer": 27,
    "line": "31 of 34 checks pass",
    "failing": [
      {
        "id": 10,
        "rule": "One term names each concept",
        "says": "mixed synonym sets: endpoint/url/route/path"
      },
      {
        "id": 55,
        "rule": "Eval scenarios are multi-call with ground truth",
        "says": "eval manifest missing"
      },
      {
        "id": 57,
        "rule": "Eval manifest contains a disjoint holdout",
        "says": "0 disjoint holdout scenario(s)"
      }
    ]
  },
  "coverage": null,
  "spec": null,
  "evals": null,
  "files": [
    "AGENTS.md",
    "SKILL.md",
    "api.ts",
    "chains/bug-report.ts",
    "chains/question.ts",
    "classify.ts",
    "contract.test.ts"
  ],
  "total_size": 27445,
  "checksum": "sha256:27a069a0f5d570a1e444dcd44917724b9dfeb02f58288af1f12b0c2d5233ddfc",
  "built_at": "2026-09-09T22:08:21.811Z",
  "openapi": {
    "openapi": "3.1.0",
    "info": {
      "title": "snappy-chain",
      "version": "0.0.0",
      "description": "Event-to-chain dispatcher. Reads all registered channel adapters, classifies intent, routes to chain handlers. Triggers on mentions of chain, chain handler, event routing, chain dispatch, or intent classification across channels."
    },
    "x-snappy-transport": "cli",
    "servers": [
      {
        "url": "npx tsx ~/.claude/skills/snappy-chain/api.ts",
        "description": "The hand itself. Every path is a verb word, every query or body key an argument."
      }
    ],
    "paths": {},
    "components": {
      "schemas": {
        "SnappyRefusal": {
          "type": "object",
          "required": [
            "outcome",
            "code",
            "message"
          ],
          "properties": {
            "outcome": {
              "type": "string",
              "const": "refused"
            },
            "code": {
              "type": "string",
              "description": "A row of the closed refusal table."
            },
            "message": {
              "type": "string"
            },
            "fix": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}