Claude
Skills
Sign in
Back

skill-system-demo-fallback

Included with Lifetime
$97 forever

Use when testing the ui-ux card renderer fallback path without tone guidance.

Design

What this skill does


# Demo Fallback Skill

```skill-manifest
{
  "schema_version": "2.0",
  "id": "skill-system-demo-fallback",
  "version": "0.1.0",
  "capabilities": ["demo-fallback"],
  "effects": ["fs.read"],
  "operations": {
    "inspect": {
      "description": "Inspect the fallback demo skill.",
      "input": {},
      "output": {
        "description": "Fallback payload",
        "fields": {"status": "ok | error"}
      },
      "entrypoints": {
        "unix": ["python3", "scripts/inspect.py"]
      }
    }
  },
  "stdout_contract": {
    "last_line_json": true
  }
}
```

Related in Design