---
name: loader-test-archived
description: Test skill inside an "archive" directory at skills/archive/archived-skill/SKILL.md. Tests whether directory names like "archive" are special-cased by the loader.
---

# Loader Test — Archived

This SKILL.md lives at `skills/archive/archived-skill/SKILL.md`.

- **If `/loader-test-archived` IS invokable**: the loader doesn't honor any
  "archive" naming convention and just recurses naively. Same conclusion as
  the nested case — migration plan needs to relocate `archive/` outside
  `skills/`.

- **If `/loader-test-archived` is NOT invokable**: either (a) the loader is
  non-recursive (good), or (b) it special-cases "archive" directories
  (unlikely but possible). Either way, the transcend-skills migration plan
  can leave `archive/` inside `skills/`.
