ayeshakhalid192007-dev

27 mods across 1 repository, 5 stars between them.

merge-aliases

05

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Folds two surface names for the same backend system into one canonical entity, keeping every original mention individually retrievable, and refuses to merge pairs that only share spelling.

5 6d ago A 37 tokens original MIT

anchor-and-lock

06

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Consults a check that sits outside the loop system before finalizing any decision the frozen facts bear on, and refuses every attempt by a loop to rewrite a node marked frozen, regardless of how convergent the loop's own reasoning looks.

5 6d ago A 50 tokens original MIT

arbitrate-collision

07

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Detects when two loops have proposed conflicting writes to the same node and field at close to the same time, applies a stated priority rule to accept exactly one, and records the rejected write with the reason it lost.

5 6d ago A 48 tokens original MIT

audit-sweep

08

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Reviews a full set of the main loop's outputs together, from a wider vantage than any single one of them, looking specifically for cross-item patterns that a one-item-at-a-time loop is structurally unable to notice.

5 6d ago A 47 tokens original MIT

trim-to-budget

09

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Trims a task-scoped candidate subgraph down to a hard node-count budget, keeping the anchor plus the highest-relevance nodes, dropping any edge that touches a dropped node, and recording the exact cutoff score used.

5 6d ago A 47 tokens original MIT

bundle-conflicts

12

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Assembles a task-scoped bundle that keeps two contradicting claims visible side by side and tagged unresolved, rather than silently picking a winner before the worker or a human reviewer ever sees the disagreement.

5 6d ago A 43 tokens original MIT

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Compares a watched loop's headline reading against an independently owned counter-metric reading for each period in a governance graph, and produces a governance edge for every period where the counter-metric crosses its recorded ceiling.

5 6d ago A 46 tokens original MIT

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Blocks a loop's proposed "done" signal for a task until the grounded checker's run log shows it actually ran against that exact task, returning a named block instead of a silent pass when the check is missing or mismatched.

5 6d ago A 50 tokens original MIT

propose-graph-diff

18

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Turns a proposed addition to a JSON-file graph into a minimal, reviewable diff, flagging any proposed edge that conflicts with a cross-reference already on file, and never writing directly to the shared graph file itself.

5 6d ago A 49 tokens original MIT

check-claim

19

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Builds the (change, touches, module) triple a "change does not touch module" claim implies, searches the populated graph's own edge list for that exact subject/predicate/object combination, and reports ACCEPT or REJECT naming the edge it relied on.

5 6d ago A 55 tokens original MIT

traverse-multi-hop

20

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Expresses a multi-hop lineage question as a single variable-length path match against native graph storage, bounded by an explicit hop depth and an explicit relationship-type allowlist, instead of a recursive relational join that grows one level per hop.

5 6d ago A 51 tokens original MIT

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Wraps every write to a shared graph edge in a transaction tied to the exact row version it was computed against, and retries a rejected write against the row's current state instead of dropping it or blindly reapplying stale values.

5 6d ago A 51 tokens original MIT

recheck-merges

23

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Rechecks each past merge in the graph's history against evidence gathered since, reversing any merge new evidence directly contradicts and logging an explicit confirmation for every merge that still holds.

5 6d ago A 39 tokens original MIT