explorer-context-pack

Collect factual context with file and line anchors for agent handoffs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AmirTlinov/magray-marketplace --skill explorer-context-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explorer-context-pack
Source: https://github.com/AmirTlinov/magray-marketplace/tree/main/flagship-team/skills/explorer-context-pack
Command: npx skills add https://github.com/AmirTlinov/magray-marketplace --skill explorer-context-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of effectively transferring factual information between agents, ensuring clarity and minimizing ambiguity.

Core Features & Use Cases

  • Structured Evidence Collection: Gathers facts with precise file and line references.
  • Contextual Handoff: Packages findings into a standardized format for seamless agent communication.
  • Use Case: An agent investigating a bug can use this Skill to collect all relevant code snippets and error messages, tagged with their exact locations, and then pass this structured evidence to another agent for resolution.

Quick Start

Use the explorer-context-pack skill to collect factual context from the current codebase.

Frequently Asked Questions about explorer-context-pack

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

FAQPage Schema
How do I structure factual context for handoff between AI agents?

To structure factual context for AI agent handoff, gather facts with precise file and line references, then package them into a standardized format including a verdict, pack_id, verification status, and summary to ensure verifiable evidence transfer.

What is structured evidence collection in agentic workflows?

Structured evidence collection in agentic workflows is the process of gathering factual data with precise file and line anchors, ensuring that context transferred between agents is verifiable and minimizes ambiguity during task resolution.

How do I pass codebase investigation findings from one agent to another?

You can pass codebase investigation findings by collecting relevant code snippets and error messages tagged with their exact locations, then using a minimal handoff format containing a verdict, pack_id, verification status, and summary to transfer the context.

When do I need a structured context pack for agent communication?

You need a structured context pack for agent communication when transferring factual information between agents requires verifiable evidence, such as when one agent investigates a bug and must pass exact code locations to another agent for resolution.

Does structured context handoff work without external dependencies?

Yes, structured context handoff can work without external dependencies, as the protocol independently defines scope identification, fact gathering with anchors, finding structuring, and minimal handoff packaging for verifiable agent communication.