원클릭으로
probe-linked-resources
Benchmark skill for testing eager link resolution and path resolution behavior. Use when asked to probe link resolution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Benchmark skill for testing eager link resolution and path resolution behavior. Use when asked to probe link resolution.
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-linked-resources |
| description | Benchmark skill for testing eager link resolution and path resolution behavior. Use when asked to probe link resolution. |
This skill tests whether the platform pre-fetches files that are linked in the SKILL.md body, and how it resolves relative paths.
When activated, do the following:
Check whether you already have the contents of any of the files linked below in your context, WITHOUT reading them yourself. If you can see their contents without using a file-read tool, the platform pre-fetched them at activation.
If you don't already have the contents, try to read each file using the relative path shown. Report whether each path resolved successfully and what directory the platform resolved it against.
The file references/unlinked-data.md exists in this skill's references
directory but is mentioned here only as a plain text path, not as a markdown
link. This tests whether the platform only pre-fetches markdown-linked files
or all mentioned paths.