From loader-test
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/loader-test:archived-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This SKILL.md lives at `skills/archive/archived-skill/SKILL.md`.
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/.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub transcendvc/loader-test --plugin loader-test