benchmark-skills/probe-deep-nesting/SKILL.md
Benchmark skill for testing deeply nested resource access and nested skill discovery. Use when asked to probe nesting behavior.
npx skillsauth add agent-ecosystem/agent-skill-implementation probe-deep-nestingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill tests how platforms handle resources nested more than one level deep, and whether the platform discovers a SKILL.md nested inside this skill's directory tree.
probe-deep-nesting/
├── SKILL.md (this file)
└── references/
├── overview.md (one level deep - spec recommendation)
├── api/
│ ├── endpoints.md (two levels deep)
│ └── v2/
│ └── migration-guide.md (three levels deep)
├── guides/
│ └── advanced/
│ └── performance-tuning.md (three levels deep)
└── nested-skill/
└── SKILL.md (a skill inside this skill's tree)
When activated, report:
Shallow reference: Try to read references/overview.md. Does it work?
Two levels deep: Try to read references/api/endpoints.md. Does it work?
Three levels deep: Try to read references/api/v2/migration-guide.md
and references/guides/advanced/performance-tuning.md. Do they work?
Enumeration depth: Were any of these nested files listed or enumerated to you at activation time? If so, how deep did the enumeration go?
Nested skill: Is nested-skill listed as a separate available skill
in your skill catalog? This tests whether the platform discovered the
SKILL.md at references/nested-skill/SKILL.md.
testing
Benchmark skill for testing path traversal boundary enforcement. Use when asked to probe path traversal.
development
Second of a pair of benchmark skills for testing cross-skill resource shadowing. Both skills have a references/API.md file with different content. Use when asked to probe resource shadowing.
development
First of a pair of benchmark skills for testing cross-skill resource shadowing. Both skills have a references/API.md file with different content. Use when asked to probe resource shadowing.
testing
Benchmark skill for testing how platforms handle nonstandard frontmatter fields. Use when asked to probe nonstandard fields.