fulminate-io

25 mods across 1 repository, 1 stars between them.

explorer

01

fulminate-io/knowledge-mcp

Agent Claude Code

Knowledge graph-powered causal explorer. Authors thought clusters that explain WHY systems exist and behave the way they do, weaving evidence across code, cloud, practice, and knowledge graphs. Distinct from researcher (which describes WHAT exists and HOW it works).

1 2d ago A 51 tokens original Apache-2.0

implementer

02

fulminate-io/knowledge-mcp

Agent Claude Code

Knowledge graph-powered plan implementer. Follows plan steps sequentially, updates status in the graph, verifies success criteria, and records findings. Use after a plan has been created and approved.

1 2d ago C 41 tokens original Apache-2.0

infra-reviewer

03

fulminate-io/knowledge-mcp

Agent Claude Code

Knowledge graph-powered adversarial infrastructure-change reviewer. Audits an infrastructure changeset BEFORE any infra command runs (deploy / apply / upgrade / provision / image roll), with the skepticism of a senior engineer who has been burned by config that looked fine and broke on contact with reality.…

1 2d ago A 76 tokens original Apache-2.0

pattern-ingester

04

fulminate-io/knowledge-mcp

Agent Claude Code

Hand-crafted pattern synthesis for the practice/design-patterns.bin library graph. Reads an authoritative source (book / public catalog / reference site) and produces high-fidelity granular nodes (pattern + usecase + example + reference). You are the hydrate stage of the /ingest-patterns pipeline — the stages before…

1 2d ago A 146 tokens original Apache-2.0

plan-reviewer

05

fulminate-io/knowledge-mcp

Agent Claude Code

Knowledge graph-powered adversarial plan reviewer. Audits plans before implementation with the skepticism of a senior engineer reviewing a subordinate's work. Walks every step, verifies every claim, classifies every proposed unit, and surfaces flaws across reuse, architecture, performance, can-kicking…

1 2d ago A 117 tokens original Apache-2.0

planner

06

fulminate-io/knowledge-mcp

Agent Claude Code

Knowledge graph-powered implementation planner. Researches the codebase and existing decisions first, then creates structured phased plans with success criteria. Use when starting a new feature, refactor, or multi-step task.

1 2d ago A 42 tokens original Apache-2.0

researcher

07

fulminate-io/knowledge-mcp

Agent Claude Code

Knowledge graph-powered researcher. Uses semantic search, code graph traversal, and knowledge nodes (decisions, findings, plans) to deeply investigate topics. Faster and more thorough than grep/glob.

1 2d ago A 41 tokens original Apache-2.0

test-planner

08

fulminate-io/knowledge-mcp

Agent Claude Code

Knowledge graph-powered test plan designer. Researches what needs testing, discusses scope and criteria interactively, then creates structured test plans. Use when defining what to test and how.

1 2d ago A 39 tokens original Apache-2.0

tester

09

fulminate-io/knowledge-mcp

Agent Claude Code

Knowledge graph-powered test executor. Runs test plans step by step, executes test commands, and records pass/fail/skip results. Read-only — reports results without fixing failures.

1 2d ago A 37 tokens original Apache-2.0

brainstorm

10

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Interactive exploration and requirements discovery using the knowledge store. Searches existing decisions, findings, and code before exploring new ideas. Records discoveries as research, findings, and decisions. Use when exploring options, discussing architecture, or investigating before planning.

1 2d ago A 49 tokens original Apache-2.0

explore

11

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Build live causal context about a repo. Authors non-trivial thoughts that answer WHY systems exist and behave the way they do, weaving evidence across code, cloud, practice, and knowledge graphs. Distinct from /research (which describes WHAT) — /explore answers why.

1 2d ago A 58 tokens original Apache-2.0

hive

12

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Join a hive as a worker (claim work, do it, report the result) or act as a coordinator (dispatch role-targeted work and read the outcomes). A hive is a cloud work-queue for coordinating multiple agents across machines. Use when you want agents on different machines to pass work to each other by capability/role instead…

1 2d ago A 79 tokens original Apache-2.0

implement

13

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Execute an implementation plan from the knowledge graph step by step. Updates status, verifies criteria, records thoughts about what you encounter, and charges thoughts when evidence arrives. Use after a plan has been created and approved.

1 2d ago A 44 tokens original Apache-2.0

infra-review

14

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Deep, research-driven review of an infrastructure changeset BEFORE any infra command runs (deploy, apply, helm upgrade, terraform apply, provision, image roll). Grounds every claim in four authorities — provider docs (web-verified), current source, the LIVE cloud graph (actual deployed state), and runtime log graphs …

1 2d ago A 150 tokens original Apache-2.0

ingest-patterns

15

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Ingest design patterns from an authoritative source (book, public catalog, reference site) into the practice/design-patterns.bin library graph. Four stages — collect the source once into a raw graph, extract from it interactively with zero LLM spend, freeze a good extraction as a saved recipe when it is worth…

1 2d ago A 115 tokens original Apache-2.0

orchestrate

16

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Orchestration discipline. Defines the team hierarchy, your role as Engineering Manager, signal routing, drift detection, and the failure modes that make you a bad manager. Loads at the brainstorm-to-execute boundary and persists through ticket execution.

1 2d ago A 51 tokens original Apache-2.0

plan

17

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Create an implementation plan in the knowledge store. Researches the codebase first, then creates a structured phased plan with success criteria. Use when starting a new feature, refactor, or multi-step task.

1 2d ago A 43 tokens original Apache-2.0

propose

18

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Propose net-new projects — new features or gap-fills in existing features — by mining past tickets and thoughts, walking the target repo for feature seams that stop short, and running web research including market/competitor analysis. Mostly non-interactive; presents 3-5 evidence-backed proposals and offers…

1 2d ago A 94 tokens original Apache-2.0

record-decision

19

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Record an architectural or design decision in the knowledge graph with full rationale. Use after making a significant choice that future developers should know about.

1 2d ago A 31 tokens original Apache-2.0

reflect

20

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Introspect on your thought graph — examine personality, influence, tensions, blind spots, and reasoning patterns. Use for metacognition sessions, debugging reasoning, or understanding how your thinking has evolved.

1 2d ago A 42 tokens original Apache-2.0

research

21

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Research a topic using the knowledge store. Searches code, knowledge nodes, and existing decisions to build understanding. Use when investigating how something works, exploring options, or gathering context before implementation.

1 2d ago A 39 tokens original Apache-2.0

retro

22

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Capture the session feedback loop after work is verified for real — record a reproduction/interaction guide, charge the session's reasoning with the real-world evidence, record findings, and close the ticket. Use AFTER a feature is smoke-tested and confirmed working, or an investigation is remediated — never before.

1 2d ago A 62 tokens original Apache-2.0

test-plan

23

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Design a test plan collaboratively. Researches what needs testing, discusses scope and criteria interactively, then creates a structured test plan with steps and pass/fail criteria.

1 2d ago A 36 tokens original Apache-2.0

test

24

fulminate-io/knowledge-mcp

Skill Claude CodeCodex

Execute a test plan from the knowledge graph. Starts a run session, spawns tester agents to run each test step, and reviews pass/fail/skip results.

1 2d ago A 35 tokens original Apache-2.0