{
  "schema": "snappy-card/1",
  "skill": "snappy-shell",
  "tier": "public",
  "origin_tier": "base",
  "purpose": "**The resilience lever.** When Claude Code quota dies, Anthropic has an outage, or you simply want to run a snappy workflow on OpenAI or Gemini instead of Claude, `snappy-shell` boots `pi` with the full snappy kernel loaded as the system prompt — same skills, same conventions, different brain.",
  "verbs": [],
  "faces": [],
  "agents": [],
  "uses": [],
  "used_by": [],
  "checks": {
    "pass": 30,
    "fail": 4,
    "defer": 27,
    "line": "30 of 34 checks pass",
    "failing": [
      {
        "id": 5,
        "rule": "Description is valid, third-person, and says what plus when",
        "says": "first/second person"
      },
      {
        "id": 11,
        "rule": "Each task presents one default, not a menu",
        "says": "1 line(s) present three-way alternative menus"
      },
      {
        "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",
    "cascade.test.ts",
    "refusals.test.ts"
  ],
  "total_size": 43398,
  "checksum": "sha256:1e45cfdf97ddce638704cc5b6c140b057b2bae3971c2f2bbbfefbe69dd78124a",
  "built_at": "2026-09-09T22:10:56.025Z",
  "openapi": {
    "openapi": "3.1.0",
    "info": {
      "title": "snappy-shell",
      "version": "0.0.0",
      "description": "Kernel-loaded fallback runner. Boots pi with the full snappy kernel (CLAUDE.md + always-inject skills) as the system prompt, backed by OpenAI/OpenRouter/Anthropic. Use when Claude Code is unavailable or you want to run a workflow on a different brain. Triggers on mentions of fallback runner, snappy-shell, pi REPL, Claude Code down/outage, or running a skill on a non-Claude provider."
    },
    "x-snappy-transport": "cli",
    "servers": [
      {
        "url": "npx tsx ~/.claude/skills/snappy-shell/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"
            }
          }
        }
      }
    }
  }
}