repo3-plugin
01Plugin Claude Code
GEOS-authoring plugin: geos-rag MCP + XML self-verification Stop hook.
Plugin Claude Code
GEOS-authoring plugin: geos-rag MCP + XML self-verification Stop hook.
Hook
Runs when the agent finishes a response, executing verify_outputs.py via python3. From matt-seb-ho/repo3.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing verify_xml_post_write.py via python3. From matt-seb-ho/repo3.
Skill Claude CodeCodex
Use when answering GEOS documentation, XML syntax, or schema questions with the plugin-provided searchnavigator, searchtechnical, and searchschema MCP tools.
Skill Claude CodeCodex
Use this when creating, reviewing, or extending this Claude Code plugin.
Plugin Claude Code
Self-evolving GEOS XML authoring plugin (v0 = blank scaffolding).
Plugin Claude Code
Self-evolving GEOS XML authoring plugin (v0 = blank scaffolding).
Plugin Claude Code
Self-evolving GEOS XML authoring plugin (v0 = blank scaffolding).
Plugin Claude Code
Self-evolving GEOS XML authoring plugin (v0 = blank scaffolding).
Agent
Subagent to automate copying all dependencies from a GEOS base file directory to the workspace.
Plugin Claude Code
Self-evolving GEOS XML authoring plugin (v0 = blank scaffolding).
Plugin Claude Code
Sub-agent orchestrator for GEOS XML authoring. Decomposes into per-segment subagents (mesh, regions+constitutive, solvers, drivers, events). Each carries a focused doc primer + schema slice. Distributes via plugin agents/.
Agent
Authors GEOS XML , , , and blocks together. These provide initial/boundary conditions, time-varying drivers, output configuration, and intermediate task data. Use after solvers are settled.
Agent
Authors the GEOS XML block — the simulation time-loop wiring that drives solvers, tasks, and outputs. Always run last; references names from every other segment.
Agent
Authors the GEOS XML and blocks for a simulation. Use when the orchestrator needs the foundation segment (mesh generation/import + named geometric sets/regions used downstream).
Agent
Authors the GEOS XML and blocks together. These are tightly coupled by materialList, so a single subagent owns both. Use after the mesh subagent has produced the cellBlock inventory.
Agent
Authors the GEOS XML and blocks together. These are co-determined (solver type ↔ discretization type), so a single subagent owns both. Use after mesh + regions + constitutive are settled.