Stop
49Hook
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.
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.
Hook
Runs on the TaskCreated event, executing task-created.js via node. From lookatitude/guild.
Hook
Runs when a task is marked completed, executing task-completed.js via node. From lookatitude/guild.
Hook
Runs on the TeammateIdle event, executing teammate-idle.js via node. From lookatitude/guild.
Skill Claude CodeCodex
Initial brainstorming skill. TRIGGER for brainstorm requests.
Skill Claude CodeCodex
Brainstorming skill with improved trigger accuracy. TRIGGER for brainstorm / ideate requests.
Skill Claude CodeCodex
Brainstorming skill with ideate + explore triggers. TRIGGER for brainstorm / ideate / explore-options requests. DO NOT TRIGGER for implementation tasks.
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…
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…
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"…
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…
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.…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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)…