test-context-child

Report received arguments, conversation history, and accessible files in multi-agent systems.

3|1|Updated Dec 2, 2024
One-click install
npx skills add https://github.com/faisalanjum/EventTrader --skill test-context-child
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-context-child
Source: https://github.com/faisalanjum/EventTrader/tree/main/.claude/skills/test-context-child
Command: npx skills add https://github.com/faisalanjum/EventTrader --skill test-context-child

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps in understanding how context is shared between parent and child agents, specifically focusing on arguments, conversation history, and file access.

Core Features & Use Cases

  • Context Verification: Reports on the visibility of arguments, conversation history, and parent-read files.
  • Working Directory Awareness: Identifies its own execution environment.
  • CLAUDE.md Content Check: Assesses if it can access specific skill definition files.
  • Use Case: Debugging context propagation in multi-agent systems or verifying data accessibility for child agents.

Quick Start

Run the test-context-child skill to report on the context it can see.

Frequently Asked Questions about test-context-child

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

FAQPage Schema
How do I debug context sharing in multi-agent systems?

Debug context sharing in multi-agent systems by running a child agent to report received arguments, conversation history, and accessible files. This verifies data propagation and identifies visibility gaps between parent and child agents.

How can I verify if a child agent has access to parent conversation history?

Verify parent conversation history access by executing a child agent test that reports on the specific context it receives. This checks whether historical data successfully propagates down to child agents during execution.

What is context propagation in AI workflows and when do I need to test it?

Context propagation in AI workflows is the passing of arguments, history, and file access between parent and child agents. You need to test it when debugging complex multi-agent systems to ensure data accessibility.

Why does my child agent not see files read by the parent agent?

A child agent may not see parent-read files due to broken context sharing mechanisms. Debugging requires explicit context passing and environment variable access verification to ensure file visibility propagates correctly.

Can I check if CLAUDE.md skill definition files are accessible to a child agent?

Yes, you can check CLAUDE.md accessibility by running a child agent that assesses its execution environment and reports on specific skill definition files it can access within the multi-agent system.

Do I need explicit context passing for agent communication debugging?

Yes, explicit context passing and environment variable access are required for operational success when debugging agent communication. Without explicit passing, child agents cannot report on received arguments or file visibility.