一键导入
probe-deep-nesting
Benchmark skill for testing deeply nested resource access and nested skill discovery. Use when asked to probe nesting behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Benchmark skill for testing deeply nested resource access and nested skill discovery. Use when asked to probe nesting behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Benchmark skill for testing how platforms handle edge-case YAML values in the metadata frontmatter field. Use when asked to probe metadata value handling.
First skill in a three-skill invocation chain for testing cross-skill invocation, depth limits, and language sensitivity. Use when asked to start an invocation chain.
Second skill in a three-skill invocation chain. Activated by invoke-alpha, activates invoke-gamma. Use when directed by invoke-alpha.
Third and final skill in a three-skill invocation chain. Activated by invoke-beta. Use when directed by invoke-beta.
First of a pair of skills that reference each other, for testing circular invocation handling. Use when asked to probe circular dependencies.
Second of a pair of skills that reference each other, for testing circular invocation handling. Use when directed by probe-circular-alpha.
| name | probe-deep-nesting |
| description | Benchmark skill for testing deeply nested resource access and nested skill discovery. Use when asked to probe nesting behavior. |
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.