geml
01Plugin Claude Code
The official GEML marketplace — install the geml plugin to author, validate, and blockwise-edit GEML documents in Claude Code.
Plugin Claude Code
The official GEML marketplace — install the geml plugin to author, validate, and blockwise-edit GEML documents in Claude Code.
Hook Claude Code
Runs when a session starts, executing inject-instructions.mjs via node. From geml-spec/geml.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and Bash tool calls, executing geml-autocommit.mjs and geml.js via node with --hook and --commit (2 commands). From geml-spec/geml.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
Skill Claude CodeCodex
Build, view, update, and navigate a project's call graph as GEML codemap documents. Use when asked to see/update/build a project's code graph or codemap (看下/更新下 code-graph), when asked "who calls X" / "what does X call" / to trace a call chain or impact path, or whenever a .geml-code-graph/ directory with index.geml…
Skill Claude CodeCodex
Address a document by its BLOCKS instead of reading it whole. Use for any long Markdown or documentation file — README, spec, guide, design doc, changelog — when the job is to find where something is documented, read one section, or change one section: geml list, geml find and geml get read Markdown directly and hand…
Skill Claude CodeCodex
GEML is plain text. Every structured thing is one typed block.
Skill Claude CodeCodex
Address a document by its BLOCKS instead of reading it whole. Use for any long Markdown or documentation file — README, spec, guide, design doc, changelog — when the job is to find where something is documented, read one section, or change one section: geml list, geml find and geml get read Markdown directly and hand…
Plugin Claude Code
Block-addressed docs for your agent: read or replace one section of an existing Markdown file instead of loading the whole thing. Ships the CLI, an MCP server, and a code-graph navigator. Optional: upgrade a doc to GEML for validated writes and per-block history.
MCP server Claude CodeCodexCursor +2
One section in, one section out — on Markdown/GEML files, bad writes refused. Runs locally from the @geml/geml npm package.