probe-cross-scope

Tests project-level and user-level skill dependency resolution and failure handling.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/agent-ecosystem/agent-skill-implementation --skill probe-cross-scope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: probe-cross-scope
Source: https://github.com/agent-ecosystem/agent-skill-implementation/tree/main/benchmark-skills/probe-cross-scope
Command: npx skills add https://github.com/agent-ecosystem/agent-skill-implementation --skill probe-cross-scope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test cross-scope dependency resolution between project-level and user-level skills.

Core Features & Use Cases

  • Cross-scope invocation testing: verify whether a project-level skill can invoke a user-level skill and how failures are handled.
  • Scope awareness: ensure platforms expose scope information (project vs user) during skill interactions.
  • Failure-mode observation: observe platform behaviors when the referenced user-level skill is not installed or unavailable.

Quick Start

Install this skill at the project level and attempt to invoke the user-level probe-loading skill to observe cross-scope behavior.

Frequently Asked Questions about probe-cross-scope

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test cross-scope dependency resolution between project-level and user-level skills?

Test cross-scope dependency resolution by installing a project-level skill that attempts to invoke a user-level skill, allowing you to observe platform behavior and validate scope awareness during the interaction.

What happens when a project-level skill tries to invoke a missing user-level skill?

When a project-level skill invokes a missing user-level skill, the platform exercises robust failure handling, providing scope reporting and invocation tracing to observe the unavailable dependency behavior.

Can a project-level skill directly invoke a user-level skill?

Yes, a project-level skill can invoke a user-level skill to test cross-scope behavior, validating whether the platform correctly exposes scope information and handles the dependency resolution.

How does scope reporting work during skill invocation?

Scope reporting works by exposing whether a skill operates at the project-level or user-level during interactions, ensuring the platform accurately traces invocations and reports scope awareness.

Why does cross-scope skill invocation fail when the user-level skill is not installed?

Cross-scope skill invocation fails when the user-level skill is not installed because the platform's dependency resolution cannot locate the referenced skill, triggering failure-mode observation and robust error handling.

Do I need a specific platform configuration to test cross-scope skill behavior?

You need platform-scoped installation awareness to test cross-scope skill behavior, ensuring the environment correctly distinguishes between project-level and user-level scopes during invocation tracing and failure handling.