cross-skill-references-test

Resolve cross-skill references using bundle:skill notation at runtime.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill cross-skill-references-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-skill-references-test
Source: https://github.com/cuioss/plan-marshall/tree/main/test/pm-plugin-development/plugin-doctor/fixtures/skill-structure/cross-skill-references
Command: npx skills add https://github.com/cuioss/plan-marshall --skill cross-skill-references-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cross-skill reference resolution across multiple skills and their references to ensure runtime links are properly resolved.

Core Features & Use Cases

  • Supports bundle:skill notation for cross-skill loading.
  • Reads external references from other skills and local references.
  • Use case: during plugin development, resolve references to foundational skills and in-repo docs.

Quick Start

Identify and resolve cross-skill references for the current workspace.

Frequently Asked Questions about cross-skill-references-test

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

FAQPage Schema
How do I resolve cross-skill references during plugin development?

To resolve cross-skill references during plugin development, you can use a skill that parses bundle:skill notations and validates runtime links. This ensures references to foundational skills and in-repo docs are properly loaded.

What is cross-skill reference resolution and when do I need it?

Cross-skill reference resolution is the process of parsing bundle:skill notations to load external and local references across multiple skills. You need it when orchestrating workflows that depend on foundational skills from different sources.

How does bundle:skill notation work for loading external references?

The bundle:skill notation works by identifying the target skill bundle and specific skill name to load external references at runtime. It validates that the referenced skill exists and properly resolves its local references.

Can I load local references at runtime without external skill dependencies?

Yes, you can load local references at runtime. The resolution process reads both external references from other skills and local references within your workspace, ensuring all runtime links are properly connected without requiring external dependencies.

Why are my cross-skill references not resolving correctly at runtime?

Cross-skill references may not resolve correctly at runtime if the bundle:skill notation is malformed or the referenced skill is missing. The resolution process validates these references at runtime to identify and prevent broken links.