lookatitude

70 mods across 1 repository, 7 stars between them.

Stop

49

lookatitude/guild

Hook

Runs when the agent finishes a response, executing maybe-reflect.js, run-trace-close.js, learning-backstop.js, lean-lead-guard.js and lifecycle-gate.js via node (5 commands). From lookatitude/guild.

7 2d ago A tokens not measured original MIT

TaskCreated

50

lookatitude/guild

Hook

Runs on the TaskCreated event, executing task-created.js via node. From lookatitude/guild.

7 2d ago A tokens not measured copy · 86% MIT

TaskCompleted

51

lookatitude/guild

Hook

Runs when a task is marked completed, executing task-completed.js via node. From lookatitude/guild.

7 2d ago A tokens not measured original MIT

TeammateIdle

52

lookatitude/guild

Hook

Runs on the TeammateIdle event, executing teammate-idle.js via node. From lookatitude/guild.

7 2d ago A tokens not measured original MIT

guild-brainstorm

53

lookatitude/guild

Skill Claude CodeCodex

Initial brainstorming skill. TRIGGER for brainstorm requests.

7 2d ago A 15 tokens original MIT

guild-brainstorm

54

lookatitude/guild

Skill Claude CodeCodex

Brainstorming skill with improved trigger accuracy. TRIGGER for brainstorm / ideate requests.

7 2d ago A 23 tokens original MIT

guild-brainstorm

55

lookatitude/guild

Skill Claude CodeCodex

Brainstorming skill with ideate + explore triggers. TRIGGER for brainstorm / ideate / explore-options requests. DO NOT TRIGGER for implementation tasks.

7 2d ago A 36 tokens original MIT

guild-principles

56

lookatitude/guild

Skill Claude CodeCodex

Guild's five operating principles — Think-before-doing, Simplicity-first, Surgical-changes, Goal-driven-execution, Evidence-over-claims — loaded as the mandatory prelude for every Guild specialist (engineering, writing, or commercial). The first four are Karpathy's 4; the fifth is Guild's addition. Includes per-group…

7 2d ago A 223 tokens original MIT

guild-operations

57

lookatitude/guild

Skill Claude CodeCodex

The full guild:operations skill — the 5-runbook-class taxonomy with split autonomy posture, the 4 non-negotiable safety rails + mandatory pre-flight (machine-checkable as 5 booleans), ExecuteRunbook + the advisory G-operations trail, and the guild.release.v1 ↔ D8 close-gate three-leg field join (consume-only). TRIGGER…

7 2d ago A 169 tokens original MIT

guild-quality

58

lookatitude/guild

Skill Claude CodeCodex

The full guild:quality skill — deterministic SignalScan→SelectMatrix selection, RunChecks under sandbox + canonical budget, the advisory G-quality challenger trail, and the COMPUTED ReleaseGate predicate with the --auto-approve BLOCK-override asymmetry. TRIGGER for "run quality", "quality gate", "release readiness"…

7 2d ago A 141 tokens original MIT

guild-learn-diff

59

lookatitude/guild

Skill Claude CodeCodex

Change/blast-radius analyser — the learn- family member that produces the per-run DiffUnderstanding (guild.diffunderstanding.v1): which graph nodes/layers a base→head diff touches, and which changed files no node explains (untraced). Feeds P2 plan-impact (guild:plan) and the P3 scope-check (guild:verify-done). TRIGGER…

7 2d ago A 175 tokens original MIT

guild-learn-explain

60

lookatitude/guild

Skill Claude CodeCodex

File/module deep-dive explainer — the learn- family member that answers "how does THIS work?" for a specific file, function, or module, grounded in the knowledge graph (nodes, edges, layers, sourcerefs) rather than a raw re-read. Read-only; produces a focused explanation and, on request, a wiki concept candidate.…

7 2d ago A 186 tokens original MIT

guild-learn-graph

61

lookatitude/guild

Skill Claude CodeCodex

Deep semantic knowledge-graph builder — the lazy, gated deep tier of the learn- family. Runs stages 2–6 (structural analyze → assemble-review/validate → layer assignment → domain derivation → tour skeleton) culminating in the frozen KnowledgeGraph, appends the knowledge-links recall projection, and synthesises the…

7 2d ago A 188 tokens original MIT

guild-learn-harvest

62

lookatitude/guild

Skill Claude CodeCodex

Reusable extraction pipeline over phase and run artifacts — NOT just code. Consumes phase/handoff/review/verify artifacts, run traces, decisions, and initiative ledgers; extracts wiki/decision/reflection/evolution candidates into the run's learn/ dir for guild:reflect. Explicitly invoked at a phase/run boundary — NOT…

7 2d ago C 226 tokens original MIT

lookatitude/guild

Skill Claude CodeCodex

Deep multi-modal knowledge-tier builder — a lazy, cost-gated pass running the shared K1–K6 entrypoint over the structural knowledge graph to emit a topic→subtopic taxonomy, classified wikipage + diagram nodes, and cross-modal evidencedby edges into guild.knowledgegraph.v2, then the nonce-free knowledge-links recall…

7 2d ago A 229 tokens original MIT

guild-learn-map

64

lookatitude/guild

Skill Claude CodeCodex

Codebase-map builder + the base of Guild's learn- family — runs the cheap-scan tier (deterministic scan → CodebaseMap + a confidence-tagged architecture-map stub) and owns the shared two-phase pipeline, the canonical output-locations table, and the one-implementation/two-triggers contract (D3): the SAME learn- skills…

7 2d ago A 232 tokens original MIT

guild-learn-onboard

65

lookatitude/guild

Skill Claude CodeCodex

Tour narrator + onboarding-guide generator — the learn- family member that turns the dependency-BFS tour skeleton guild:learn-graph wrote into knowledge-graph.json tour[] into a narrated OnboardingTour (.guild/indexes/onboarding-tour.md) plus a derived onboarding guide, adding pedagogical narration + per-step…

7 2d ago A 191 tokens original MIT

guild-learn

66

lookatitude/guild

Skill Claude CodeCodex

Smart full learn-all dispatcher — the no-arg /guild:learn entrypoint that replaces the old usage-stop with a genuine smart full-learn. Detects target shape (regularproject | workspace | existingguildproject | neworsparseproject | mixedoruncertain), surfaces the classification for confirmation, then runs the…

7 2d ago A 284 tokens original MIT

guild-wiki-ingest

67

lookatitude/guild

Skill Claude CodeCodex

Promotes raw sources into .guild/wiki/ / with §10.1.1 frontmatter (type, owner, confidence, sourcerefs, createdat, updatedat, expiresat, supersedes, sensitivity). Copies the immutable source to .guild/raw/sources/ /original. with sha256 checksum + metadata.json, then writes a synthesized wiki page that cites…

7 2d ago D 227 tokens original MIT

guild-wiki-lint

68

lookatitude/guild

Skill Claude CodeCodex

Audits .guild/wiki/ for contradictions between pages, stale claims (expiresat passed), missing §10.1.1 frontmatter fields, orphan pages (not linked from index.md), concepts referenced ≥3x without a page, missing sourcerefs resolution to .guild/raw/sources/ /, and decision pages not in ADR-lite shape. Produces…

7 2d ago A 192 tokens original MIT

guild-wiki-query

69

lookatitude/guild

Skill Claude CodeCodex

Searches .guild/wiki/ by category, tag, freshness, confidence, or full-text. Under 200 pages uses ripgrep/filesystem via Grep/Glob tools. Above that scale, delegates to guild-memory MCP (optional P6). Resolves sourcerefs back to .guild/raw/sources/ / when users ask "where does this come from". TRIGGER for "search the…

7 2d ago A 190 tokens original MIT

guild-audit

70

lookatitude/guild

Skill Claude CodeCodex

Security audit of Guild plugin scripts — SHA256 hashes, source, network + filesystem flags. Produces a static report listing every hook script, tooling script, and MCP server with (a) file hash, (b) declared tool access / allowed-tools frontmatter, (c) any network/egress calls (fetch, http, WebFetch, WebSearch), (d)…

7 2d ago A 92 tokens original MIT