AI-Setup CLI Tool Automatically Generates AI Configuration Files for Local LLM Stacks

AI-Setup is a command-line tool that automatically generates AI configuration files for your local LLM coding setup. It scans your codebase and creates the necessary configuration files so you don't have to manually write rules for each new project.
Key Details
The tool generates various AI configuration files including:
.cursorrulesclaude.md- Codex configuration files
It automatically detects your technology stack, which means you don't need to manually write rules every time you start working on a new project. This is particularly useful for local LLM users who want to define exactly how their coding assistant should behave with their specific setup, whether that's Ollama, LM Studio, or other local LLM solutions.
To use the tool, run:
npx ai-setup
The process completes in approximately 10 seconds according to the developer. The tool has gained traction with 150 GitHub stars, 90 merged pull requests, and 20 issues reported.
Who It's For
This tool is designed for developers using local LLMs who want to avoid rewriting the same configuration files repeatedly across different projects.
The project is open for contributions and feedback. The repository is available at https://github.com/caliber-ai-org/ai-setup and there's a Discord community at https://discord.com/invite/u3dBECnHYs for discussion and support.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Alibaba's $10 monthly coding plan offers high-volume access to multiple AI models for OpenClaw users
For $10 per month, Alibaba's plan provides access to Qwen3.5-Plus, Kimi-K2.5, GLM-5, and MiniMax-M2.5 models with quotas of 1,200 requests per 5 hours, 9,000 per week, and 18,000 per month.

Manifest Now Supports Claude Pro/Max Subscriptions Without API Key
Manifest, an open source routing layer for OpenClaw, now allows direct connection of Claude Pro or Max subscriptions without requiring an API key. Users with API keys can configure fallback routing when subscription rate limits are hit.

MetaBot: Open-Source Bridge Connects Claude Code to Telegram, Feishu, and WeChat
MetaBot is an open-source TypeScript bridge that connects the Claude Code Agent SDK to messaging platforms like Telegram, Feishu, and WeChat. It provides persistent memory, scheduled tasks, multi-agent collaboration, and real-time streaming of tool calls.

Open-source MCP server bridges Claude Code with IDE tools
An open-source MCP server gives Claude Code persistent access to IDE features including LSP, terminals, Git, GitHub, debugging, and diagnostics through 124+ tools. It enables coding from mobile devices when a machine is set up.