probe-shadow-alpha

Operationalize your own GPT-like model with Zedas-like architecture and Zedas-like performance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps testers verify resource isolation by ensuring two skills with distinct reference content do not bleed into each other's context.

Core Features & Use Cases

  • Distinct API references per skill to detect cross-skill leakage.
  • Canary phrases to identify the active version (alpha vs beta).
  • Use Case: Validate platform's resource path resolution when multiple benchmark skills are loaded simultaneously.

Quick Start

Activate this skill and read references/API.md to observe the alpha canary phrase and confirm that its API content is loaded in context.

Frequently Asked Questions about probe-shadow-alpha

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

FAQPage Schema
What is cross-skill resource shadowing in platform isolation testing?

Cross-skill resource shadowing tests platform isolation by comparing distinct API content across simultaneously active skills to ensure references resolve to the correct skill version without context bleeding.

How do I test resource path resolution when multiple benchmark skills are loaded?

Activate this skill and read references/API.md to observe the alpha canary phrase, confirming that the correct API content is loaded in context alongside other benchmark skills.

Can I use canary phrases to detect cross-skill reference leakage?

Yes, canary phrases identify the active version, such as alpha versus beta, by providing distinct API references per skill to detect if cross-skill resource leakage occurs during simultaneous loading.

Do I need a SKILL.md frontmatter file to run cross-skill resource shadowing tests?

Yes, this testing requires a SKILL.md frontmatter with a name and description, plus a references/API.md file containing the alpha canary content to validate resource path resolution.

What are the limitations of using distinct API references for resource isolation validation?

This approach is limited to platform isolation scenarios with simultaneously loaded benchmark skills, requiring distinct API references per skill and specific canary content files to detect cross-skill leakage.