SessionStart
01Hook Claude Code
Runs when a session starts on startup, running python -m lintgate.hooks.session_start. From rohanvinaik/ModelAtlas.
Hook Claude Code
Runs when a session starts on startup, running python -m lintgate.hooks.session_start. From rohanvinaik/ModelAtlas.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running python -m lintgate.hooks.user_prompt. From rohanvinaik/ModelAtlas.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, MultiEdit and Bash tool calls, running python -m lintgate.hooks.pre_tool. From rohanvinaik/ModelAtlas.
Hook Claude Code
Runs before the context is compacted for auto and manual tool calls, running python -m lintgate.hooks.pre_compact. From rohanvinaik/ModelAtlas.
Hook Claude Code
Runs when the agent finishes a response, running python -m lintgate.hooks.stop_gate. From rohanvinaik/ModelAtlas.
Hook Claude Code
Runs when a session ends, running python -m lintgate.hooks.session_end. From rohanvinaik/ModelAtlas.
Settings file Claude Code
Agent settings declaring 6 hook events (SessionStart, UserPromptSubmit, PreToolUse, PreCompact).
Instructions file CodexOpenCode
AGENTS.md instructions for rohanvinaik/ModelAtlas, covering agents.md, scope, execution contract, required validation and theory and context.
Skill Claude CodeCodex
Navigate a semantic network of ML models — find models by architecture, capability, efficiency, lineage, and domain specialization.
MCP server Claude CodeCodexCursor
MCP server "model-atlas" as configured in rohanvinaik/ModelAtlas. Runs locally from the model-atlas Python package.