lm: Houtini LM connects Claude Code to a local LLM, offloading bounded tasks like boilerplate generation, code review, and commit messages to a free, private local model, while Claude handles complex reasoning. It tracks token savings and supports various local LLM backends.; initrunner: InitRunner lets you define an agent in one YAML file, chat with it, run it autonomously, and deploy it as a daemon triggered by cron, file changes, webhooks, or Telegram messages. It supports multiple execution modes, built-in memory, cost controls, multi-agent orchestration, and security features. Built on PydanticAI.
Generate boilerplate, test stubs, and documentation
Automated code review: set up a daemon that reviews pull requests or file changes.