wire-shared-package

Installation
SKILL.md

Wire Shared Package

Wire a shared Python package as an editable local dependency across multiple research projects. Handles pyproject.toml creation, CLAUDE.md documentation, and Atlas infrastructure tracking.

When to Use

  • A shared package exists and needs to be wired into downstream projects
  • "Add collusion-sim as a dependency to these projects"
  • "Wire up the shared package"
  • "Set up cross-project dependency"
  • After creating a shared package with computational-experiments scaffold mode

Phase 1: Discover

  1. Identify the shared package:
    • Read its pyproject.toml to get name, version, and what it provides
    • Read its CLAUDE.md or README.md for module inventory
    • Confirm it installs cleanly: uv pip install -e ".[dev]"
Installs
2
GitHub Stars
130
First Seen
Jul 18, 2026
wire-shared-package — flonat/flonat-research