원클릭으로
probe-cross-scope
// Benchmark skill for testing cross-scope dependency resolution. Install at project level; it references a skill expected at user level. Use when asked to probe cross-scope dependencies.
// Benchmark skill for testing cross-scope dependency resolution. Install at project level; it references a skill expected at user level. Use when asked to probe cross-scope dependencies.
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-cross-scope |
| description | Benchmark skill for testing cross-scope dependency resolution. Install at project level; it references a skill expected at user level. Use when asked to probe cross-scope dependencies. |
This skill is designed to be installed at project level (in the repository's
.agents/skills/ or equivalent). It references probe-loading, which should
be installed at user level (in the user's home directory skills location).
This tests whether a project-level skill can invoke a user-level skill, and what happens when the user-level skill is not installed.
When activated:
Report: "probe-cross-scope activated. Canary: CRANE-STEEL-1163"
Report your installation scope: Are you a project-level skill or a user-level skill? (This tests whether the platform exposes scope information to the model.)
Now activate the probe-loading skill. Report what happens:
probe-loading?Report: "probe-cross-scope complete. Cross-scope resolution result: [describe what happened]"