maxtheman

6 mods across 1 repository, 0 stars between them.

blast-radius

01

maxtheman/mcpManager

Skill Claude CodeCodex

Before modifying shared code (types, APIs, utilities), find all consumers. Prevents partial migrations and broken integrations. Trigger before changing any exported symbol.

0 7mo ago A 33 tokens

coordinate-changes

02

maxtheman/mcpManager

Skill Claude CodeCodex

For changes spanning multiple files, ensures correct order and atomicity. Prevents partial migrations and broken intermediate states. Trigger when changing 3+ files or any shared contract.

0 7mo ago A 38 tokens

extract-contract

03

maxtheman/mcpManager

Skill Claude CodeCodex

After successful integration, capture the working contract as a reusable skill. Prevents the same integration from breaking again. Trigger after fixing integration bugs or completing complex features.

0 7mo ago A 35 tokens

map-territory

04

maxtheman/mcpManager

Skill Claude CodeCodex

First step for any task. Uses HelixDB to map code relationships, then loads precise context into Repo Prompt. Trigger when starting work, feeling lost, or context seems stale.

0 7mo ago A 41 tokens

trace-to-root

05

maxtheman/mcpManager

Skill Claude CodeCodex

Systematic debugging by tracing data backwards from symptom to root cause. Uses HelixDB for relationships, Repo Prompt for inspection. Trigger when investigating bugs or unexpected behavior.

0 7mo ago A 37 tokens

verify-seams

06

maxtheman/mcpManager

Skill Claude CodeCodex

After making changes, verify all integration points match. Uses HelixDB to find seams, Repo Prompt to inspect both sides. Trigger after any multi-file change before declaring done.

0 7mo ago A 39 tokens