Caliber: Local CLI tool generates AI coding assistant configs from your repo

Caliber is a local-first CLI tool that automatically generates configuration files for AI coding assistants by analyzing your code repository. It scans your project, identifies the technology stack, and creates prompt and config files tailored for tools like Claude Code, Cursor, and Codex.
Key Details
The tool runs entirely on your local machine using your own API keys, with no cloud calls required. It supports multiple programming languages including TypeScript, Python, Go, and Rust, and automatically updates configurations when your code changes.
Caliber is open source under the MIT license and has approximately 13,000 installs on npm. The developer is seeking feedback specifically from users working with local LLMs and agentic coding workflows.
How to Find It
You can search for "caliber ai setup" on GitHub or npm to locate the project. The developer welcomes issues, pull requests, and feature requests from the community.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Phaselock: An AI Agent Control System Inspired by Parenting Techniques
Phaselock is an open-source Agent Skill that implements four control mechanisms for AI coding agents: explicit gates before action, immediate feedback on mistakes, constrained choices, and mechanical rule enforcement. It works with Claude Code, Cursor, Windsurf, and any tool supporting hooks.

Claude Code Prompt Architecture Reverse-Engineered for Local Models
A clean-room reimplementation of Claude Code's 26-prompt architecture is now available on GitHub, offering system prompts, tool prompts, safety rules, memory compression, and verification patterns for building coding agents on local models like Ollama, llama.cpp, or vLLM.

Shield: Open-Source Security Plugin for Claude Code with Unified Scanning
Shield is an open-source security plugin for Claude Code that orchestrates multiple security tools from a single /shield:shield command, auto-detects your stack, runs installed tools, and generates unified reports with risk scores and code fix suggestions.

Windows System Tray Monitor for Claude Code Quota
A Windows system tray application that monitors Claude Code usage with a color-coded icon, auto-refreshes quota data every 5 minutes via Anthropic's OAuth API, and provides detailed dashboards showing hourly, daily, weekly, and monthly usage patterns.