meta-matrix-skill-invocation

Probe and validate Claude Code skill invocation paths across direct commands, Skill tool, and subagents.

1|1|Updated Feb 25, 2025
One-click install
npx skills add https://github.com/JamSuite/jim --skill meta-matrix-skill-invocation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-matrix-skill-invocation
Source: https://github.com/JamSuite/jim/tree/main/skills/meta-matrix-skill-invocation
Command: npx skills add https://github.com/JamSuite/jim --skill meta-matrix-skill-invocation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Probing and validating multiple invocation paths for Claude Code skills to ensure reliable cross-path behavior and argument propagation across direct commands, the Skill tool, and subagent contexts.

Core Features & Use Cases

  • Multi-path invocation coverage: Validates S1-S5 paths including direct slash-command, Skill-tool mid-run, $ARGUMENTS propagation, context fork subagent, and preload subagent.
  • Harness integration: Uses internal probes to verify path execution and sentinel signaling across sub-skills and agents.
  • Educational/quality assurance: Helps maintain consistent behavior for complex Skill orchestration in Claude Code environments.

Quick Start

Run the meta-matrix-skill-invocation test to verify that all paths load and propagate correctly.

Frequently Asked Questions about meta-matrix-skill-invocation

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

FAQPage Schema
How do I validate Claude Code skill invocation paths for consistent behavior?

You can validate Claude Code skill invocation paths by running end-to-end probes that test direct slash-commands, the Skill tool, and subagent scenarios to confirm consistent argument propagation and execution.

What is $ARGUMENTS propagation in Claude Code subagent contexts?

$ARGUMENTS propagation in Claude Code ensures that variables pass correctly across direct commands, mid-run Skill tool calls, and fork or preload subagents without losing context or gating execution.

Why does my Claude Code Skill tool fail when invoked mid-run by a subagent?

Mid-run Skill tool failures in subagent contexts often stem from unvalidated invocation paths where fork or preload boundaries block $ARGUMENTS propagation, requiring end-to-end path testing to identify gating prompts.

Does Claude Code support direct slash-command and preload subagent invocation simultaneously?

Claude Code supports both direct slash-command and preload subagent invocation, but you must validate all four skill invocation paths end-to-end to ensure consistent results and argument propagation across agent boundaries.

How to test skill orchestration reliability across multiple Claude Code agents?

Test skill orchestration reliability by deploying internal probes to verify sentinel signaling and path execution across sub-skills, confirming that direct commands, Skill tool calls, and fork subagents behave consistently.

What are the limitations of using fork subagents for Claude Code skill invocation?

Fork subagent skill invocation can encounter gating prompts and inconsistent path execution if not validated end-to-end, making it necessary to probe $ARGUMENTS propagation and sentinel signaling to ensure reliable behavior.