# Skill Package Import Failure

```text
Import ID: amzn1.ask-package.import.847c31bf-779e-4ab3-9e83-94ff6fbc3e88
Skill ID: amzn1.ask.skill.596ad9c6-906d-48fb-9e5f-c60850bd2cad
Status: FAILED
No new Skill created: YES
```

Root cause: the ZIP was generated on Windows with backslashes in its internal
entry names. SMAPI rejected these paths:

```text
assets\images\es-MX_largeIcon.png
assets\images\es-MX_smallIcon.png
interactionModels\custom\es-MX.json
```

Consequently the manifest icon resources were not found. The import also reported
`ROLLBACK_FAILED` for `InteractionModel.es-MX`; immediate read-only verification
confirmed the deployed model remains present, invocation is `la mano peluda`, and
all model build steps remain `SUCCEEDED`. The remote manifest also remains unchanged.

```text
LAST_SAFE_STATE=ICONS_VALIDATED
REMOTE_MANIFEST_INTACT=YES
REMOTE_INTERACTION_MODEL_INTACT=YES
SAFE_TO_RETRY_WITH_CORRECTED_ZIP=YES
```
