boettiger-lab-stack

Identify the responsible repository for issues across the boettiger-lab stack.

4|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/boettiger-lab/agent-skills --skill boettiger-lab-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boettiger-lab-stack
Source: https://github.com/boettiger-lab/agent-skills/tree/main/boettiger-lab-stack
Command: npx skills add https://github.com/boettiger-lab/agent-skills --skill boettiger-lab-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This stack map clarifies ownership and responsibility across the boettiger-lab data→STAC→MCP→LLM-agent pipeline, helping teams determine which repository to edit when diagnosing cross-repo issues.

Core Features & Use Cases

  • Visualizes per-repo ownership and data-flow across the stack.
  • Guides cross-repo debugging and issue routing to the responsible repository.
  • Provides a single source of truth for who owns each layer in the pipeline.

Quick Start

Consult the stack map and route issues to the owning repository.

Frequently Asked Questions about boettiger-lab-stack

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

FAQPage Schema
How do I identify the responsible repository for a cross-repo issue in a data workflow?

Cross-repo issue routing directs debugging tasks to the owning repository by consulting a stack map. This skill traces data-flow ownership across the data pipeline, enforcing per-repo ownership documentation to clarify which repository needs the fix.

What is a stack map for cross-repo debugging and governance?

A stack map for cross-repo debugging visualizes per-repo ownership and data-flow across the entire stack. It serves as a single source of truth for pipeline governance, helping teams determine which repository to edit when diagnosing cross-repo issues across data workflows.

How do I route an issue across the data, STAC, and LLM-agent pipeline?

Route issues across the data, STAC, and LLM-agent pipeline by checking the stack map for upstream ownership. This guides cross-repo debugging by mapping clear data-flow layers from raw data to LLM agents and identifying the responsible repository for fixes.

Can I use this stack map to find where to implement fixes for data workflow issues?

Yes, you can use the stack map to find where to implement fixes for data workflow issues. It provides guidance on the responsible repository and directs you to the upstream owner where the code changes need to be applied across the stack.

Does cross-repo issue routing work without per-repo ownership documentation?

Cross-repo issue routing relies on per-repo ownership documentation to function correctly. The stack map enforces this documentation as a single source of truth, ensuring accurate data-flow mapping and responsible repository identification across the pipeline.