🔌 pluginActivePromisingmedium

coderlm

by JaredStewart

Tree-sitter-powered code indexing server that gives LLM agents precise, on-demand access to symbols, implementations, callers, tests, and grep across multi-language projects - so they explore codebases through targeted queries instead of loading everything into context.

Stars

283

Skill Type

📖 Library & API Reference

Quality Score

89/200

License

MIT

Forks

36

Last Updated

Jun 11, 2026

Discovered

Apr 6, 2026

Validation

Passed

github.com/JaredStewart/coderlm

Quality Breakdown

89/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
✓Progressive Disclosure+30
â—‹Trigger Description+20
✓Verification/Safety+20
✓Code Examples+15
â—‹Composability+15

Repo Health

✓Recent Activity+15
✓Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
â—‹Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

medium

Requires extended permissions (shell access, subagents). Review before use.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Contains shell scripts for daemon management (coderlm-daemon.sh, session-init.sh, session-stop.sh) that could execute arbitrary commands
  • Includes CLAUDE.md configuration file which may persist Claude-specific settings or behavioral instructions
  • Plugin architecture with hooks system (plugin/hooks/hooks.json) could enable automated execution
  • Server component exposes JSON API that accepts queries - potential for indirect command execution through query patterns
  • Python CLI wrapper (coderlm_cli.py) could execute system commands based on API responses
  • File watcher and indexing daemon that automatically monitors filesystem changes