Refact-LSP is a developer-focused language server that integrates with any LSP-compatible editor to perform intelligent code refactoring using OpenAI's GPT-3.5 and GPT-4 models. It supports tasks such as extracting methods, renaming variables, sorting and optimizing imports, formatting code, and enforcing consistent style rules. By analyzing code context and developer intent, Refact-LSP generates refactored code snippets on demand, seamlessly replacing selected code regions. It supports multiple languages including Python, JavaScript, TypeScript, Go, and Rust. With minimal configuration, teams can adopt AI-driven automation to reduce manual cleanup, enforce standards, and speed up code reviews across their projects.
Vibe Coding Template is an open-source repository that lets developers quickly spin up autonomous AI coding agents using the Vibe framework. It includes predefined prompt modules for generating new code, performing code reviews, creating unit tests, and debugging. With built-in support for CI/CD integration, customizable agent configurations, and example workflows, you can adapt the template to automate repetitive development tasks and boost team productivity.