project-init

Installation
SKILL.md

Project Init

Overview

All subagent dispatches use disk-mediated dispatch. See shared/dispatch-convention.md for the full protocol.

Eliminate cold-start penalty by proactively mapping the current repo and its neighborhood. Instead of re-discovering the codebase during every first task, project-init builds structural context upfront so that build, design, and debugging skills start informed.

Invocation: User runs /project-init. Not auto-triggered.

Two tiers:

  • Tier 1 — Single repo deep scan. Fan-out partition explorers, fan-in to cartographer format.
  • Tier 2 — Cross-repo discovery. Scan sibling repos for topology and dependency relationships.

Output:

  • Tier 1 writes to cartographer's existing data structures (memory/cartographer/)
  • Tier 2 writes to memory/topology/
Installs
3
Repository
raddue/crucible
GitHub Stars
10
First Seen
Apr 9, 2026
project-init — raddue/crucible