iBrain-BVBA

62 mods across 1 repository, 4 stars between them.

SessionStart

25

iBrain-BVBA/gutt-claude-code-plugin

Hook

Runs when a session starts, executing session-start.cjs and session-connectivity.cjs via node (2 commands). From iBrain-BVBA/gutt-claude-code-plugin.

4 11d ago A tokens not measured original MIT

UserPromptSubmit

27

iBrain-BVBA/gutt-claude-code-plugin

Hook

Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.cjs via node. From iBrain-BVBA/gutt-claude-code-plugin.

4 11d ago A tokens not measured copy · 59% MIT

PostToolUse

28

iBrain-BVBA/gutt-claude-code-plugin

Hook

Runs after a tool call finishes for mcp__.*gutt.*__.* tool calls, executing post-memory-search.cjs via node. From iBrain-BVBA/gutt-claude-code-plugin.

4 11d ago A tokens not measured original MIT

Stop

29

iBrain-BVBA/gutt-claude-code-plugin

Hook

Runs when the agent finishes a response, executing stop-capture.cjs via node. From iBrain-BVBA/gutt-claude-code-plugin.

4 11d ago A tokens not measured copy · 63% MIT

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Register a memory identity and use it — the protocol for any agent that reads and writes the gutt knowledge graph as itself. Register once, recall your own scope before the group's, and tag every write you make. Builds on memory-search (recall) and memory-capture (write) and layers agent identity on top. Triggers on…

4 11d ago A 108 tokens original MIT

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Work out what to do when two memories disagree — both stored, or one stored and one about to be written. Given one specific pair, gather the evidence — who asserted each, what standing that carries, whether the two even apply to the same thing — then recommend exactly one of supersede, coexist, or escalate, or report…

4 11d ago A 141 tokens original MIT

graph-traversal

33

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Walk the gutt knowledge graph's relationships to answer what a summary can't — how things connect, what depends on or blocks what, and whether a fact still holds. The deep rung of memory search (rung 3): it runs after a first pass has surfaced the relevant entities, never as the first call. Triggers on: how is X…

4 11d ago A 120 tokens original MIT

memory-capture

34

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Write to the gutt knowledge graph with discipline — the capture counterpart to memory-search. Use when something learned, decided, or agreed is worth persisting for future work; classify it, dedup against what's already there, and write one self-contained episode. Auto-write covers only Insight and Incident — Lesson…

4 11d ago A 119 tokens original MIT

memory-retrieval

35

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Deprecated alias for the memory-search skill. Superseded during the 3.0 memory curriculum (GP-856). Invoke memory-search instead; this remains only so the /gutt-pro:memory-retrieval command keeps working.

4 11d ago A 52 tokens original MIT

memory-search

36

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Search organizational memory efficiently before any non-trivial task — an adaptive, relevance-gated first pass over the gutt knowledge graph, deepening only when needed. Use to recall prior decisions, lessons learned, past work, patterns, owners, or why something was done. Triggers on: previous, before, last time…

4 11d ago A 103 tokens original MIT

migrate-memory

37

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Move Claude Code's own per-project memory store into the gutt knowledge graph, once, with the user's consent — back it up, write the episodes, verify they landed, then remove the local copies and leave a note that gutt is the store of record. Use when the user accepts an offer to migrate local memory, or asks to move…

4 11d ago A 123 tokens original MIT

onboard

38

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

First-use onboarding for gutt memory integration. Verifies MCP connection, demonstrates memory search and capture, explains HUD and active hooks. Triggers on: onboard, getting started, first time, setup guide, how does this work.

4 11d ago B 48 tokens original MIT

output-style

39

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Shape a reply so the answer is the thing the user is left looking at: substance first, no preamble or closing pleasantry, state restated rather than assumed carried, finished work shown concretely, lists capped and ranked, concrete estimates, one next action last. Defines what the closing summary of a turn contains…

4 11d ago A 144 tokens original MIT

skills-discovery

40

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Analyze team workflows to identify missing skills, agent behavior gaps, or repeated corrections that indicate need for new skills. Use when analyzing what skills would help, identifying why agents keep making the same mistakes, conducting skill gap analysis, or when user asks what skills would help, why do agents keep…

4 11d ago A 90 tokens original MIT

weekly-recap

41

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Build a cited recap of a time window for a person, project, or team — what happened, what was decided, which incidents and lessons landed, and where the subject was mentioned — from organizational memory, enriched with work-tracker activity when those tools are present. Produces a plain-language, cited report in the…

4 11d ago A 145 tokens original MIT

gutt-developer

42

iBrain-BVBA/gutt-claude-code-plugin

Plugin Claude Code

Developer skills and agents for Jira tickets and pull requests — context research, duplicates, estimates, bug triage, story breakdown, memory-informed review — backed by GUTT organizational memory.

4 11d ago A tokens not measured original MIT

bug-investigator

43

iBrain-BVBA/gutt-claude-code-plugin

Agent

Use PROACTIVELY when a bug needs sizing and a direction to look before anyone starts fixing it — "investigate this bug", "how bad is this", "where does this live", "have we seen this failure before". Turns a bug report into a cited investigation brief — severity with the rubric it was scored against, a ranked…

4 11d ago A 135 tokens original MIT

pr-reviewer

44

iBrain-BVBA/gutt-claude-code-plugin

Agent

Use PROACTIVELY when someone asks for a pull request or a set of changes to be reviewed against how this team actually works — "review this PR", "does this follow our standards", "second pass before I merge", "have we been bitten here before". Reviews a change against what the organization has recorded — its…

4 11d ago A 143 tokens original MIT

bug-investigation

45

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Turn a bug into an investigation brief — how bad it is and why, which area it most likely lives in, and the similar failures the organization has already paid for, every claim cited. Produces a brief the developer acts on, never a severity, area, or status written into Jira. Use when a bug lands and nobody yet knows…

4 11d ago A 131 tokens original MIT

pr-re-review

46

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Review a pull request against what the organization already knows — its recorded standards and agreements, the findings this team has accepted before, and the incident history of the files being touched — with each finding verified at the source before it is reported, and accepted findings offered up as lessons…

4 11d ago A 150 tokens original MIT

sub-task-breakdown

47

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Break one story into the sub-tasks it actually decomposes into — each with a title, checkable acceptance criteria, a grounded effort range, and its dependencies — in Jira's own vocabulary and nobody else's. Produces a proposal to argue with, never sub-tasks written into Jira unless explicitly asked for. Use when a…

4 11d ago A 133 tokens original MIT

ticket-duplicates

48

iBrain-BVBA/gutt-claude-code-plugin

Skill Claude CodeCodex

Check a Jira ticket — or a draft not yet filed — for duplicates and overlapping work before effort is spent twice: candidates from Jira search and from organizational memory, each resolved to a verdict with evidence and confidence. Use when a ticket smells familiar or before filing a new one. Triggers on: duplicate…

4 11d ago A 89 tokens original MIT