{
  "schema": "snappy-card/1",
  "skill": "snappy-sensors",
  "tier": "public",
  "origin_tier": "base",
  "purpose": "You are carrying an ambient awareness of classroom state. Every agent with snappy-sensors loaded has just seen (or is about to run) `status.sh`, a deterministic dump of:",
  "verbs": [
    {
      "name": "dump",
      "args": [],
      "effect": "read",
      "firstCall": "npx tsx ~/.claude/skills/snappy-sensors/api.ts dump"
    },
    {
      "name": "section",
      "args": [
        "name"
      ],
      "effect": "read",
      "firstCall": "npx tsx ~/.claude/skills/snappy-sensors/api.ts section \"<name>\""
    },
    {
      "name": "stale",
      "args": [],
      "effect": "read",
      "firstCall": "npx tsx ~/.claude/skills/snappy-sensors/api.ts stale"
    }
  ],
  "faces": [],
  "agents": [],
  "uses": [],
  "used_by": [],
  "checks": {
    "pass": 42,
    "fail": 3,
    "defer": 16,
    "line": "42 of 45 checks pass",
    "failing": [
      {
        "id": 43,
        "rule": "A read is one call, not a queued job",
        "says": "dump:p50>3s-or-missing, stale:p50>3s-or-missing"
      },
      {
        "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",
    "live-dump.sh",
    "refusals.test.ts",
    "status.sh"
  ],
  "total_size": 38588,
  "checksum": "sha256:ca0014e5639e7044106779a703286fecdad1ce7eba6ca00c4c371c64f90a5a64",
  "built_at": "2026-09-09T22:10:48.228Z",
  "openapi": {
    "openapi": "3.1.0",
    "info": {
      "title": "snappy-sensors",
      "version": "0.0.0",
      "description": "Ambient classroom-state sensor layer. Reads local draft, pass-log, and cached-cover state and produces a deterministic, greppable dashboard dump. Triggers on: \\\"snappy-sensors\\\", \\\"sensor dump\\\", \\\"classroom state\\\", \\\"sensor status\\\""
    },
    "x-snappy-transport": "cli",
    "servers": [
      {
        "url": "npx tsx ~/.claude/skills/snappy-sensors/api.ts",
        "description": "The hand itself. Every path is a verb word, every query or body key an argument."
      }
    ],
    "paths": {
      "/dump": {
        "get": {
          "operationId": "snappy_sensors_dump",
          "summary": "snappy-sensors dump",
          "x-snappy-effect": "read",
          "x-snappy-annotations": {
            "readOnlyHint": true,
            "destructiveHint": false,
            "idempotentHint": false,
            "openWorldHint": true
          },
          "parameters": [],
          "responses": {
            "200": {
              "description": "The verb's own answer, as printed by `--json`."
            }
          }
        }
      },
      "/section": {
        "get": {
          "operationId": "snappy_sensors_section",
          "summary": "snappy-sensors section",
          "x-snappy-effect": "read",
          "x-snappy-annotations": {
            "readOnlyHint": true,
            "destructiveHint": false,
            "idempotentHint": false,
            "openWorldHint": true
          },
          "parameters": [
            {
              "name": "name",
              "in": "query",
              "required": true,
              "schema": {
                "type": "string",
                "description": "Name of the thing to act on",
                "x-snappy-position": 0
              }
            }
          ],
          "responses": {
            "200": {
              "description": "The verb's own answer, as printed by `--json`."
            }
          }
        }
      },
      "/stale": {
        "get": {
          "operationId": "snappy_sensors_stale",
          "summary": "snappy-sensors stale",
          "x-snappy-effect": "read",
          "x-snappy-annotations": {
            "readOnlyHint": true,
            "destructiveHint": false,
            "idempotentHint": false,
            "openWorldHint": true
          },
          "parameters": [],
          "responses": {
            "200": {
              "description": "The verb's own answer, as printed by `--json`."
            }
          }
        }
      }
    },
    "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"
            }
          }
        }
      }
    }
  }
}