coderlm
01Plugin Claude Code
Tree-sitter code indexing plugin for Claude Code.
Plugin Claude Code
Tree-sitter code indexing plugin for Claude Code.
Instructions file
Instructions for JaredStewart/coderlm, covering claude.md, what this is, repository layout, build & run and build.
Plugin Claude Code
Tree-sitter backed code indexing and retrieval for Claude Code. Precise function extraction, cross-file callers, test discovery, and scope-aware grep.
Agent
You are a focused codebase exploration agent with access to a tree-sitter-indexed codebase. Your job is to answer a specific question about the codebase and return structured findings with actual code extracts.
Command
Explore a codebase using tree-sitter-backed indexing. Use when you need to understand how code works, trace execution paths, find where errors originate, or understand the sequence of events that produce a particular outcome. Prefer this over grep/glob/read for structural code questions.
Hook
Runs when a session starts, executing session-init.sh. From JaredStewart/coderlm.
Hook
Runs when you submit a prompt, before the agent sees it, executing coderlm_cli.py with --commands and --code. From JaredStewart/coderlm.
Hook
Runs when a subagent starts, executing coderlm_cli.py with --commands and --code. From JaredStewart/coderlm.
Hook
Runs when the agent finishes a response, executing session-stop.sh. From JaredStewart/coderlm.
Skill Claude CodeCodex
Structural codebase navigation for supported languages (Rust, Python, TypeScript, JavaScript, Go, Java, Scala, Ruby, PHP, Zig, SQL). Provides tree-sitter-backed indexing: find symbols by name, get exact function bodies, follow caller chains, discover tests. Works best combined with the Read tool: use coderlm CLI…